diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..846d11f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nova-base"] + path = nova-base + url = https://github.com/novasamatech/nova-utils.git diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md new file mode 100644 index 0000000..2e4fff0 --- /dev/null +++ b/ARCHITECTURE.md @@ -0,0 +1,135 @@ +# Pezkuwi Wallet Utils - Architecture + +## Nova Base + Pezkuwi Overlay + +This repository uses a **layered architecture** that automatically syncs with Nova Wallet's chain configurations while maintaining Pezkuwi-specific customizations. + +``` +┌─────────────────────────────────────────────────────────┐ +│ pezkuwi-wallet-utils │ +├─────────────────────────────────────────────────────────┤ +│ │ +│ nova-base/ (Git Submodule - AUTO SYNC) │ +│ ├── chains/v22/chains.json → 98+ Polkadot chains │ +│ ├── icons/ → Chain icons │ +│ └── ... → Other Nova configs │ +│ │ +│ pezkuwi-overlay/ (Manual - Pezkuwi Team) │ +│ ├── chains/pezkuwi-chains.json → 3 Pezkuwi chains │ +│ ├── icons/ → Pezkuwi icons │ +│ ├── types/ → Custom type defs │ +│ └── config/ → Overrides │ +│ │ +│ chains/v22/chains.json (Generated - DO NOT EDIT) │ +│ └── Merged: Pezkuwi (first) + Nova chains │ +│ │ +└─────────────────────────────────────────────────────────┘ +``` + +## Directory Structure + +``` +pezkuwi-wallet-utils/ +├── nova-base/ # Git submodule (READ-ONLY) +│ └── chains/v22/chains.json # Nova's official chain configs +│ +├── pezkuwi-overlay/ # Pezkuwi-specific configs +│ ├── chains/ +│ │ └── pezkuwi-chains.json # Pezkuwi, Asset Hub, People +│ ├── icons/ # Pezkuwi chain/token icons +│ ├── types/ # pezsp_* type definitions +│ └── config/ # API overrides, settings +│ +├── chains/ # GENERATED (merged output) +│ ├── v22/chains.json # Combined chains +│ └── chains.json # Root copy for compatibility +│ +├── scripts/ +│ ├── merge-chains.py # Merge script +│ └── update-all.sh # Full update script +│ +└── icons/, global/, etc. # Other wallet configs +``` + +## How It Works + +### 1. Nova Base (Automatic) +- Nova's `nova-utils` repo is added as a git submodule +- Contains all Polkadot ecosystem chains (DOT, KSM, Acala, Moonbeam, etc.) +- Updates pulled automatically with `git submodule update --remote` + +### 2. Pezkuwi Overlay (Manual) +- Contains ONLY Pezkuwi-specific configurations +- Managed by Pezkuwi team +- Files here override or extend Nova configs + +### 3. Merge Process +- `scripts/merge-chains.py` combines both sources +- Pezkuwi chains are placed FIRST (appear at top of wallet) +- Nova chains follow after +- Output goes to `chains/v22/chains.json` + +## Usage + +### Update Everything (Recommended) +```bash +./scripts/update-all.sh +``` + +This will: +1. Pull latest Nova changes +2. Re-merge chain configs +3. Show summary + +### Manual Merge +```bash +python3 scripts/merge-chains.py --version v22 +``` + +### Update Nova Only +```bash +git submodule update --remote nova-base +``` + +## Adding/Modifying Pezkuwi Chains + +Edit `pezkuwi-overlay/chains/pezkuwi-chains.json`: + +```json +[ + { + "chainId": "bb4a61ab...", + "name": "Pezkuwi", + "nodes": [...], + "assets": [...] + } +] +``` + +Then run the merge script. + +## Benefits + +| Aspect | Before | After | +|--------|--------|-------| +| Chain maintenance | Manual (102 chains) | Auto (3 chains) | +| Nova updates | Manual copy-paste | `git submodule update` | +| Security patches | Manual tracking | Automatic | +| Pezkuwi focus | Diluted | Clear separation | + +## Important Notes + +1. **Never edit `chains/v22/chains.json` directly** - it's auto-generated +2. **Pezkuwi changes go in `pezkuwi-overlay/`** +3. **Run merge after any changes** +4. **Commit submodule updates** to track Nova version + +## CI/CD Integration + +Add to your build pipeline: +```yaml +- name: Update Nova & Merge + run: | + git submodule update --init --remote + python3 scripts/merge-chains.py --version v22 +``` diff --git a/chains/chains.json b/chains/chains.json index ee61ea4..5ebf8ed 100644 --- a/chains/chains.json +++ b/chains/chains.json @@ -1,614 +1,9185 @@ [ - { - "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", - "name": "Polkadot", - "assets": [ - { - "assetId": 0, - "symbol": "DOT", - "precision": 10, - "priceId": "polkadot", - "staking": "relaychain" - } - ], - "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}" - } - ], - "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/types/polkadot.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/ef1rspb/fearless-wallet" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/ef1rspb/fearless-wallet" - }, - "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" - } + "assets": [ + { + "assetId": 0, + "symbol": "HEZ", + "precision": 12, + "name": "Hezkurd", + "priceId": null, + "staking": [ + "relaychain", + "nomination-pools" ], - "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}" - } - ], - "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/types/kusama.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-kusama" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-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://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 - } - ], - "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/types/westend.json", - "overridesCommon": true - }, - "externalApi": { - "staking": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-westend" - }, - "history": { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-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, - "priceId": "kusama" - } - ], - "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 - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/statemine.json", - "overridesCommon": true - }, - "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" - } - ], - "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/types/karura.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://karura.subscan.io/extrinsic/{hash}", - "account": "https://karura.subscan.io/account/{address}", - "event": null - } - ], - "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" - } - ], - "nodes": [ - { - "url": "wss://todo.putmoonriver.here", - "name": "Moonbeam Fake node" - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/moonriver.json", - "overridesCommon": false - }, - "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" - } - ], - "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/types/moonriver.json", - "overridesCommon": false - }, - "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 - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Shiden.svg", - "addressPrefix": 5 - }, - { - "chainId": "9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Bifrost", - "assets": [ - { - "assetId": 0, - "symbol": "BNC", - "priceId": "bifrost-native-coin", - "precision": 12 - } - ], - "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/types/bifrost.json", - "overridesCommon": true - }, - "explorers": [ - { - "name": "Subscan", - "extrinsic": "https://bifrost.subscan.io/extrinsic/{hash}", - "account": "https://bifrost.subscan.io/account/{address}", - "event": null - } - ], - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Bifrost.svg", - "addressPrefix": 6 - }, - { - "chainId": "64a1c658a48b2e70a7fb1ad4c39eea35022568c20fc44a6e2e3d0a57aee6053b", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "Parallel Heiko", - "assets": [ - { - "assetId": 0, - "symbol": "HKO", - "precision": 12 - } - ], - "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/types/parallel.json", - "overridesCommon": true - }, - "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 - }, - "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 - } - ], - "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", - "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 - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/kilt.json", - "overridesCommon": true - }, - "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 - } - ], - "types": { - "url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/types/calamari.json", - "overridesCommon": true - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Calamari.svg", - "addressPrefix": 78 + "type": "Native", + "icon": "https://pezkuwichain.io/tokens/HEZ.png", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "types": null, + "additional": { + "themeColor": "#009639", + "defaultBlockTimeMillis": 6000 } -] + }, + { + "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 + } + }, + { + "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 + } + }, + { + "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-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.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, + "name": "Kusama", + "priceId": "kusama", + "icon": "KSM.svg" + } + ], + "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-prod.novasama-tech.org" + } + ], + "referendum-summary": [ + { + "type": "novasama", + "url": "https://opengov-backend.novasama-tech.org/api/v1/referendum-summaries/list" + } + ] + }, + "options": [ + "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 (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", + "name": "Kusama Asset Hub", + "assets": [ + { + "assetId": 0, + "symbol": "KSM", + "precision": 12, + "name": "Kusama", + "icon": "KSM.svg", + "staking": [ + "relaychain", + "nomination-pools" + ], + "priceId": "kusama", + "buyProviders": { + "mercuryo": {} + }, + "sellProviders": { + "mercuryo": {} + } + }, + { + "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" + } + ], + "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": [ + "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, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f", + "timelineChain": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe" + } + }, + { + "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, + "additional": { + "supportsGenericLedgerApp": true, + "identityChain": "67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008" + }, + "options": [ + "multisig" + ] + }, + { + "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, + "additional": { + "disabledCheckMetadataHash": true, + "identityChain": "c1af4cb4eb3918e5db15086c0cc5ec17fb334f728b7c65dd44bfe1e174ff8b3f" + }, + "options": [ + "multisig" + ] + }, + { + "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": "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://api.moonbeam.polkassembly.network/v1/graphql" + } + ], + "governance-delegations": [ + { + "type": "subquery", + "url": "https://subquery-governance-moonbeam-prod.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": "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": "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-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/moonriver.svg", + "addressPrefix": 1285, + "options": [ + "ethereumBased", + "governance", + "proxy" + ], + "additional": { + "themeColor": "#20A0B6", + "stakingWiki": "https://docs.novawallet.io/nova-wallet-wiki/staking/moonriver-movr-staking", + "defaultBlockTime": 6000, + "supportsGenericLedgerApp": 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, + "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}" + } + ], + "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": { + "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://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": 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}" + } + ], + "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-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-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 + }, + { + "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": "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 + } + }, + { + "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": "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.n.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}" + } + ], + "externalApi": { + "history": [ + { + "type": "subquery", + "url": "https://subquery-history-astar-prod.novasama-tech.org" + } + ] + }, + "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": { + "mercuryo": {} + }, + "sellProviders": { + "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.json" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot_Asset_Hub.svg", + "addressPrefix": 0, + "options": [ + "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, + "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" + } + ], + "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 + } + }, + { + "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 + }, + { + "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 + }, + { + "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" + } + ], + "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" + } + ] + }, + "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 (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 + }, + { + "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}" + } + ], + "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, + "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, + "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 + } + } + ], + "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 + }, + { + "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": "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", + "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://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": "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" + } + ] + }, + "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 + } + }, + { + "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 + }, + { + "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": { + "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" + } + ], + "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://subquery-history-amplitude-prod.novasama-tech.org" + } + ] + }, + "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Amplitude.svg", + "addressPrefix": 0, + "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": "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://subquery-history-polymesh-prod.novasama-tech.org" + } + ] + } + }, + { + "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": "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": "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": "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": "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" + } + ], + "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://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": "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 + }, + { + "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": "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}" + } + ], + "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 + }, + { + "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": "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": { + "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": { + "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 + }, + { + "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": "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, + "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://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" + } + ], + "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://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 + }, + { + "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": "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, + "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": "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" + } + ], + "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://subquery-history-enjin-relaychain-prod.novasama-tech.org" + } + ] + }, + "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": "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" + } + ], + "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://subquery-history-acurast-prod.novasama-tech.org" + } + ] + } + }, + { + "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" + } + ] + }, + "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": "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://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": "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: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", + "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" + } + ], + "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 (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" + ] + } +] \ No newline at end of file diff --git a/chains/v22/chains.json b/chains/v22/chains.json index 2d63495..5ebf8ed 100644 --- a/chains/v22/chains.json +++ b/chains/v22/chains.json @@ -185,33 +185,24 @@ }, { "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" }, { @@ -229,10 +220,6 @@ "noTls12" ] }, - { - "url": "wss://polkadot-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://dot-rpc.stakeworld.io", "name": "Stakeworld node" @@ -257,8 +244,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", @@ -267,25 +256,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": [ @@ -302,11 +291,10 @@ ] }, "options": [ - "crowdloans", - "governance", "proxy", "fullSyncByDefault", - "pushSupport" + "pushSupport", + "multisig" ], "additional": { "themeColor": "#E6007A", @@ -319,33 +307,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" }, { @@ -363,10 +342,6 @@ "noTls12" ] }, - { - "url": "wss://kusama-rpc.dwellir.com", - "name": "Dwellir node" - }, { "url": "wss://rpc-kusama.luckyfriday.io", "name": "LuckyFriday node" @@ -378,10 +353,6 @@ { "url": "wss://kusama.public.curie.radiumblock.co/ws", "name": "Radium node" - }, - { - "url": "wss://kusama.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -391,8 +362,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", @@ -401,25 +374,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": [ @@ -436,11 +409,10 @@ ] }, "options": [ - "crowdloans", - "governance", "proxy", "fullSyncByDefault", - "pushSupport" + "pushSupport", + "multisig" ], "additional": { "themeColor": "#1F78FF", @@ -450,6 +422,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", @@ -459,8 +509,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, @@ -468,9 +529,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 } }, { @@ -478,7 +540,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" } @@ -488,7 +550,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" } @@ -498,7 +560,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" } @@ -508,7 +570,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" } @@ -519,9 +581,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" } } ], @@ -533,10 +608,6 @@ { "url": "wss://asset-hub-kusama.dotters.network", "name": "IBP2 node" - }, - { - "url": "wss://statemine-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -547,31 +618,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" } }, { @@ -584,7 +696,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": [ @@ -617,13 +729,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", @@ -635,7 +757,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": [ @@ -664,13 +786,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", @@ -681,7 +813,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": { @@ -694,7 +826,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": { @@ -708,7 +840,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": { @@ -723,7 +855,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", @@ -737,7 +869,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", @@ -752,7 +884,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", @@ -766,7 +898,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", @@ -780,7 +912,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", @@ -794,7 +926,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", @@ -807,7 +939,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", @@ -820,7 +952,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", @@ -833,7 +965,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", @@ -847,7 +979,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", @@ -861,7 +993,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", @@ -874,7 +1006,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", @@ -888,7 +1020,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", @@ -902,7 +1034,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", @@ -916,7 +1048,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", @@ -930,7 +1062,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", @@ -943,7 +1075,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", @@ -957,7 +1089,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", @@ -971,7 +1103,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", @@ -985,7 +1117,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", @@ -999,7 +1131,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", @@ -1013,7 +1145,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", @@ -1027,7 +1159,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", @@ -1038,8 +1170,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": [ @@ -1047,19 +1195,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", @@ -1073,7 +1211,8 @@ "governance-v1" ], "additional": { - "feeViaRuntimeCall": true + "feeViaRuntimeCall": true, + "supportsGenericLedgerApp": true } }, { @@ -1086,7 +1225,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" ], @@ -1098,17 +1237,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" } }, { @@ -1117,162 +1261,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" } }, { @@ -1280,30 +1425,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" } }, { @@ -1311,32 +1457,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" } } ], @@ -1356,10 +1502,6 @@ { "url": "wss://moonbeam.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" - }, - { - "url": "wss://moonbeam.public.blastapi.io", - "name": "Blast node" } ], "explorers": [ @@ -1378,7 +1520,7 @@ "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1e" + "url": "https://subquery-history-moonbeam-v2-prod.novasama-tech.org" }, { "type": "etherscan", @@ -1391,7 +1533,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": [ @@ -1403,7 +1551,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" } ] }, @@ -1411,12 +1559,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 } }, { @@ -1428,7 +1579,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": { @@ -1441,14 +1592,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", @@ -1466,10 +1625,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" @@ -1477,10 +1632,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": [ @@ -1518,14 +1669,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" @@ -1537,10 +1685,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" } }, { @@ -1548,10 +1696,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" } }, { @@ -1559,10 +1707,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" } }, { @@ -1570,10 +1718,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" } }, { @@ -1581,10 +1729,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" } }, { @@ -1592,10 +1740,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" } }, { @@ -1603,10 +1751,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" } }, { @@ -1615,9 +1763,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 } }, { @@ -1625,10 +1774,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" } }, { @@ -1636,20 +1785,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" } }, { @@ -1657,10 +1806,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" } }, { @@ -1668,10 +1817,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" } }, { @@ -1679,10 +1828,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" } }, { @@ -1690,10 +1839,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" } }, { @@ -1701,10 +1850,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" } }, { @@ -1712,10 +1861,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" } }, { @@ -1723,52 +1872,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" } } ], @@ -1778,16 +1927,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": [ @@ -1806,7 +1951,7 @@ "history": [ { "type": "subquery", - "url": "https://gateway.subquery.network/query/0x1d" + "url": "https://subquery-history-moonriver-prod.novasama-tech.org" }, { "type": "etherscan", @@ -1819,7 +1964,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": [ @@ -1831,7 +1982,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" } ] }, @@ -1839,12 +1990,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 } }, { @@ -1856,7 +2009,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" }, { @@ -1865,9 +2018,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 } }, { @@ -1876,9 +2030,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 } }, { @@ -1887,9 +2042,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 } }, { @@ -1898,9 +2054,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 } }, { @@ -1909,9 +2066,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 } }, { @@ -1920,9 +2078,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 } }, { @@ -1931,9 +2090,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 } }, { @@ -1942,9 +2102,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 } }, { @@ -1953,9 +2114,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 } }, { @@ -1964,9 +2126,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 } }, { @@ -1975,9 +2138,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 } }, { @@ -1986,9 +2150,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 } } ], @@ -1998,16 +2163,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": [ @@ -2015,20 +2176,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": { @@ -2045,7 +2194,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", @@ -2057,7 +2206,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": { @@ -2072,7 +2221,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", @@ -2087,7 +2236,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", @@ -2101,7 +2250,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", @@ -2115,7 +2264,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", @@ -2128,7 +2277,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", @@ -2142,7 +2291,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", @@ -2156,7 +2305,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", @@ -2170,7 +2319,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", @@ -2184,7 +2333,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", @@ -2198,7 +2347,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", @@ -2211,7 +2360,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", @@ -2224,7 +2373,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", @@ -2239,8 +2388,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": [ @@ -2248,19 +2397,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", @@ -2269,11 +2408,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", @@ -2285,7 +2427,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", @@ -2299,7 +2441,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", @@ -2313,7 +2455,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", @@ -2326,7 +2468,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", @@ -2340,7 +2482,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", @@ -2354,7 +2496,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", @@ -2365,12 +2507,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": [ @@ -2378,19 +2520,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", @@ -2420,7 +2552,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" } ], @@ -2435,19 +2567,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", @@ -2465,167 +2587,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", @@ -2635,256 +2596,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", @@ -2894,7 +2625,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": { @@ -2913,10 +2644,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" @@ -2927,19 +2654,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", @@ -2951,127 +2668,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 } }, { @@ -3083,7 +2682,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 } ], @@ -3099,100 +2698,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", @@ -3203,7 +2716,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", @@ -3217,7 +2730,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", @@ -3231,7 +2744,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", @@ -3245,7 +2758,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", @@ -3259,7 +2772,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", @@ -3273,7 +2786,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", @@ -3286,7 +2799,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", @@ -3299,7 +2812,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", @@ -3312,7 +2825,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", @@ -3326,7 +2839,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", @@ -3340,7 +2853,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", @@ -3354,7 +2867,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", @@ -3368,7 +2881,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", @@ -3382,7 +2895,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", @@ -3396,7 +2909,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", @@ -3409,20 +2922,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" @@ -3440,11 +2962,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" } ], @@ -3453,19 +2971,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", @@ -3476,7 +2984,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" @@ -3491,12 +3000,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" @@ -3509,9 +3015,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 } }, { @@ -3520,9 +3027,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 } }, { @@ -3531,9 +3039,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 } }, { @@ -3542,9 +3051,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 } }, { @@ -3553,9 +3063,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 } }, { @@ -3564,9 +3075,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 } }, { @@ -3575,9 +3087,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 } }, { @@ -3586,9 +3099,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 } }, { @@ -3597,9 +3111,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 } }, { @@ -3608,9 +3123,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 } }, { @@ -3619,9 +3135,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 } }, { @@ -3630,9 +3147,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 } }, { @@ -3641,9 +3159,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 } } ], @@ -3653,16 +3172,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": [ @@ -3670,17 +3185,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" } ] }, @@ -3691,266 +3202,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", @@ -3960,8 +3211,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, @@ -3969,9 +3231,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 } }, { @@ -3980,9 +3243,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 } }, { @@ -3991,7 +3255,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" } @@ -4001,7 +3265,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" } @@ -4011,7 +3275,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" } @@ -4021,7 +3285,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" } @@ -4031,7 +3295,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" } @@ -4040,8 +3304,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" } @@ -4050,19 +3315,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" @@ -4073,7 +3341,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" } @@ -4083,7 +3351,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" } @@ -4093,7 +3361,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" } @@ -4103,7 +3371,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" } @@ -4114,14 +3382,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" @@ -4129,14 +3525,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": [ @@ -4147,26 +3535,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 } }, { @@ -4178,7 +3621,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" } ], @@ -4191,21 +3634,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", @@ -4239,7 +3672,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": [ @@ -4267,7 +3700,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-encointer" + "url": "https://subquery-history-encointer-prod.novasama-tech.org" } ] }, @@ -4288,7 +3721,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", @@ -4308,7 +3741,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", @@ -4322,7 +3755,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", @@ -4336,7 +3769,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", @@ -4350,7 +3783,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", @@ -4364,7 +3797,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", @@ -4377,7 +3810,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", @@ -4390,7 +3823,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", @@ -4403,7 +3836,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", @@ -4416,7 +3849,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", @@ -4429,7 +3862,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", @@ -4442,7 +3875,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", @@ -4462,17 +3895,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" } ] }, @@ -4482,14 +3911,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, @@ -4497,7 +3926,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", @@ -4511,7 +3940,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", @@ -4525,7 +3954,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", @@ -4535,13 +3964,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": [ @@ -4551,14 +3976,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 }, @@ -4575,41 +3992,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": [ @@ -4626,27 +4034,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" @@ -4656,17 +4061,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" } ] }, @@ -4683,10 +4082,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" @@ -4698,16 +4101,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" } ] }, @@ -4720,24 +4124,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": [ @@ -4745,17 +4145,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" } ] }, @@ -4772,17 +4168,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": [ @@ -4790,17 +4186,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": [ @@ -4830,7 +4222,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", @@ -4843,7 +4235,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", @@ -4858,7 +4250,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", @@ -4871,7 +4263,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", @@ -4885,7 +4277,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", @@ -4899,7 +4291,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", @@ -4913,7 +4305,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", @@ -4927,7 +4319,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", @@ -4941,7 +4333,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", @@ -4955,7 +4347,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", @@ -4969,7 +4361,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", @@ -4983,7 +4375,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", @@ -4997,7 +4389,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", @@ -5011,7 +4403,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", @@ -5025,7 +4417,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", @@ -5039,7 +4431,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", @@ -5053,7 +4445,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", @@ -5066,7 +4458,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", @@ -5080,7 +4472,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", @@ -5094,7 +4486,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", @@ -5108,7 +4500,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", @@ -5123,7 +4515,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", @@ -5136,7 +4528,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", @@ -5149,7 +4541,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", @@ -5162,7 +4554,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", @@ -5176,7 +4568,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", @@ -5190,7 +4582,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", @@ -5204,7 +4596,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", @@ -5218,7 +4610,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", @@ -5232,7 +4624,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", @@ -5245,7 +4637,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", @@ -5258,7 +4650,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", @@ -5271,7 +4663,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", @@ -5284,7 +4676,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", @@ -5298,7 +4690,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", @@ -5310,8 +4702,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", @@ -5325,7 +4718,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", @@ -5337,8 +4730,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", @@ -5350,8 +4744,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", @@ -5364,7 +4759,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", @@ -5377,7 +4772,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", @@ -5390,7 +4785,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", @@ -5403,7 +4798,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", @@ -5415,17 +4810,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" @@ -5433,14 +5219,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": [ @@ -5454,7 +5232,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": [ @@ -5465,16 +5243,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", @@ -5486,7 +5269,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", @@ -5506,7 +5289,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", @@ -5520,7 +5303,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", @@ -5534,7 +5317,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", @@ -5548,7 +5331,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", @@ -5562,7 +5345,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", @@ -5576,7 +5359,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", @@ -5590,7 +5373,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", @@ -5604,7 +5387,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", @@ -5617,7 +5400,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", @@ -5630,7 +5413,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", @@ -5642,7 +5425,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", @@ -5655,7 +5438,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", @@ -5668,7 +5451,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", @@ -5683,10 +5466,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" @@ -5694,16 +5473,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" } ] }, @@ -5720,17 +5500,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": [ @@ -5738,22 +5514,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", @@ -5765,12 +5540,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" }, { @@ -5780,10 +5555,6 @@ { "url": "wss://phala.public.curie.radiumblock.co/ws", "name": "RadiumBlock node" - }, - { - "url": "wss://phala.api.onfinality.io/public-ws", - "name": "OnFinality node" } ], "explorers": [ @@ -5797,7 +5568,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": [ @@ -5811,157 +5582,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 } }, { @@ -5977,11 +5600,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" @@ -6006,13 +5626,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" } ] }, @@ -6026,7 +5652,8 @@ }, "options": [ "fullSyncByDefault", - "pushSupport" + "pushSupport", + "multisig" ] }, { @@ -6041,7 +5668,7 @@ "relaychain" ], "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadex.svg" + "icon": "PDEX.svg" }, { "assetId": 1, @@ -6049,9 +5676,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 } }, { @@ -6060,9 +5688,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 } }, { @@ -6071,9 +5700,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 } }, { @@ -6082,9 +5712,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 } }, { @@ -6093,9 +5724,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 } }, { @@ -6104,9 +5736,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 } }, { @@ -6114,9 +5747,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 } }, { @@ -6125,40 +5759,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" } ] }, @@ -6184,7 +5818,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, @@ -6192,7 +5826,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" } @@ -6202,10 +5836,6 @@ { "url": "wss://parachain-rpc.origin-trail.network", "name": "TraceLabs node" - }, - { - "url": "wss://neuroweb-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -6215,14 +5845,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": { @@ -6239,7 +5861,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", @@ -6253,7 +5875,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", @@ -6267,7 +5889,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", @@ -6281,7 +5903,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", @@ -6295,7 +5917,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", @@ -6309,7 +5931,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", @@ -6323,7 +5945,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", @@ -6336,7 +5958,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", @@ -6348,8 +5970,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", @@ -6362,7 +5985,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", @@ -6376,7 +5999,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", @@ -6389,13 +6012,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": [ @@ -6410,6 +6046,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": [ @@ -6423,7 +6063,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": [ @@ -6434,22 +6074,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": [ @@ -6458,27 +6102,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 }, { @@ -6491,7 +6135,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": [ @@ -6527,24 +6171,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", @@ -6558,7 +6208,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", @@ -6572,7 +6222,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", @@ -6586,7 +6236,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", @@ -6600,7 +6250,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", @@ -6614,7 +6264,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", @@ -6628,7 +6278,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", @@ -6641,7 +6291,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", @@ -6655,7 +6305,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", @@ -6688,13 +6338,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": [ @@ -6703,133 +6353,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", @@ -6839,7 +6365,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, @@ -6847,7 +6373,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", @@ -6861,7 +6387,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", @@ -6875,7 +6401,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", @@ -6889,7 +6415,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", @@ -6902,7 +6428,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", @@ -6915,7 +6441,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", @@ -6929,7 +6455,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", @@ -6942,7 +6468,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", @@ -6955,7 +6481,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", @@ -6974,15 +6500,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", @@ -6996,7 +6524,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", @@ -7022,13 +6550,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" } ] }, @@ -7049,7 +6583,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": [ @@ -7071,7 +6611,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-polymesh" + "url": "https://subquery-history-polymesh-prod.novasama-tech.org" } ] } @@ -7085,7 +6625,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": [ @@ -7098,7 +6638,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" } ] }, @@ -7107,14 +6647,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": [ @@ -7129,14 +6669,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 }, @@ -7149,14 +6681,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" @@ -7164,10 +6692,6 @@ { "url": "wss://rpc-hetzner.xx.network", "name": "xx Foundation 2 node" - }, - { - "url": "wss://rpc-do.xx.network", - "name": "xx Foundation 3 node" } ], "explorers": [ @@ -7182,14 +6706,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": { @@ -7206,7 +6722,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, @@ -7214,7 +6730,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", @@ -7228,7 +6744,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", @@ -7242,7 +6758,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", @@ -7256,7 +6772,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", @@ -7270,7 +6786,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", @@ -7283,7 +6799,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", @@ -7296,7 +6812,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", @@ -7310,7 +6826,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", @@ -7323,7 +6839,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", @@ -7336,7 +6853,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", @@ -7350,7 +6867,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", @@ -7363,7 +6880,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", @@ -7377,7 +6894,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", @@ -7391,7 +6908,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", @@ -7405,7 +6922,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", @@ -7419,7 +6936,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", @@ -7433,7 +6950,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", @@ -7447,7 +6964,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", @@ -7473,12 +6990,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", @@ -7490,7 +7014,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": [ @@ -7510,15 +7034,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", @@ -7530,13 +7055,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": [ @@ -7550,7 +7079,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-aventus" + "url": "https://subquery-history-aventus-prod.novasama-tech.org" } ] }, @@ -7560,13 +7089,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": [ @@ -7575,14 +7104,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 }, @@ -7595,7 +7116,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 } ], @@ -7639,10 +7160,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" @@ -7658,7 +7187,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-bittensor" + "url": "https://subquery-history-bittensor-prod.novasama-tech.org" } ] }, @@ -7668,73 +7197,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", @@ -7744,7 +7206,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": [ @@ -7759,24 +7222,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" } ] }, @@ -7792,13 +7252,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": [ @@ -7812,7 +7276,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-3dpass" + "url": "https://subquery-history-3dpass-prod.novasama-tech.org" } ] }, @@ -7829,16 +7293,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 } } ], @@ -7855,14 +7320,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": [ @@ -7879,16 +7336,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 } } ], @@ -7896,10 +7354,6 @@ { "url": "wss://crab-rpc.darwinia.network/", "name": "Darwinia node" - }, - { - "url": "wss://darwiniacrab-rpc.dwellir.com", - "name": "Dwellir node" } ], "explorers": [ @@ -7913,7 +7367,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-darwinia" + "url": "https://subquery-history-crab-prod.novasama-tech.org" } ] }, @@ -7932,7 +7386,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": [ @@ -7949,7 +7403,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/frequency" + "url": "https://subquery-history-frequency-prod.novasama-tech.org" } ] }, @@ -7973,7 +7427,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", @@ -8012,13 +7466,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" @@ -8032,7 +7493,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": [ @@ -8049,7 +7510,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---giant" + "url": "https://subquery-history-giant-prod.novasama-tech.org" } ] }, @@ -8069,7 +7530,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": [ @@ -8091,18 +7552,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", @@ -8114,7 +7584,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": [ @@ -8136,18 +7606,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", @@ -8159,7 +7638,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": [ @@ -8178,10 +7657,6 @@ { "url": "wss://dot-rpc.stakeworld.io/collectives", "name": "Stakeworld node" - }, - { - "url": "wss://collectives.api.onfinality.io/public-ws", - "name": "Onfinality node" } ], "explorers": [ @@ -8201,7 +7676,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/polkadot-collectives" + "url": "https://subquery-history-polkadot-col-prod.novasama-tech.org" } ] }, @@ -8218,13 +7693,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": [ @@ -8234,14 +7709,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 }, @@ -8254,17 +7721,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": [ @@ -8278,7 +7741,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/enjin-matrixchain" + "url": "https://subquery-history-enjin-matrixc-prod.novasama-tech.org" } ] }, @@ -8297,7 +7760,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": [ @@ -8317,7 +7780,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---joystream" + "url": "https://subquery-history-joystream-prod.novasama-tech.org" } ] }, @@ -8326,14 +7789,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": [ @@ -8361,7 +7824,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 } ], @@ -8419,7 +7882,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": [ @@ -8439,7 +7902,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" } ] }, @@ -8449,19 +7912,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": [ @@ -8472,111 +7939,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 } }, { @@ -8589,7 +7955,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" ] @@ -8600,9 +7966,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 } } ], @@ -8616,13 +7983,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" } ] }, @@ -8651,7 +8024,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 } ], @@ -8700,43 +8073,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", @@ -8746,17 +8082,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": [ @@ -8772,7 +8104,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" } ] }, @@ -8790,7 +8122,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": [ @@ -8807,7 +8139,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-curio" + "url": "https://subquery-history-curio-prod.novasama-tech.org" } ] }, @@ -8824,7 +8156,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": [ @@ -8847,15 +8182,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", @@ -8866,12 +8224,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" } ], @@ -8884,7 +8242,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-acurast" + "url": "https://subquery-history-acurast-prod.novasama-tech.org" } ] } @@ -8899,14 +8257,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" @@ -8916,7 +8270,7 @@ "history": [ { "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-kreivo" + "url": "https://subquery-history-kreivo-prod.novasama-tech.org" } ] }, @@ -8934,9 +8288,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": [ @@ -8953,16 +8308,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", @@ -8973,7 +8332,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": [ @@ -8982,8 +8341,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", @@ -8994,7 +8364,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" @@ -9003,28 +8373,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": [ @@ -9042,25 +8396,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" } }, { @@ -9071,7 +8431,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": [ @@ -9089,6 +8449,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", @@ -9098,7 +8515,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 } ], @@ -9160,7 +8577,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": [ @@ -9188,7 +8605,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": [ @@ -9216,7 +8633,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": [ @@ -9236,7 +8653,7 @@ "addressPrefix": 5234 }, { - "chainId": "d523fa2e0581f069b4f0c7b5944c21e9abc72305a08067868c91b898d1bf1dff", + "chainId": "03aa6b475a03f8baf7f83e448513b00eaab03aefa4ed64bd1d31160dce028add", "name": "DeepBrain", "assets": [ { @@ -9244,7 +8661,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": [ @@ -9273,21 +8690,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": [ @@ -9299,5 +8708,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" + ] } ] \ No newline at end of file diff --git a/dapps/dapps.json b/dapps/dapps.json index 2d177c1..f1afee7 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -1,7 +1,10 @@ { "popular": [ { - "url": "https://app.hydration.net/NOVA" + "url": "https://explorer.pezkuwichain.io/" + }, + { + "url": "https://app.hydration.net/" }, { "url": "https://app.bifrost.io/" diff --git a/nova-base b/nova-base new file mode 160000 index 0000000..33f6b91 --- /dev/null +++ b/nova-base @@ -0,0 +1 @@ +Subproject commit 33f6b9170df116cc5647580d2d1b80cc3b5c5a6c diff --git a/pezkuwi-overlay/chains/pezkuwi-chains.json b/pezkuwi-overlay/chains/pezkuwi-chains.json new file mode 100644 index 0000000..27aee09 --- /dev/null +++ b/pezkuwi-overlay/chains/pezkuwi-chains.json @@ -0,0 +1,186 @@ +[ + { + "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 + } + }, + { + "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 + } + }, + { + "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 + } + } +] \ No newline at end of file diff --git a/scripts/merge-chains.py b/scripts/merge-chains.py new file mode 100755 index 0000000..a63081a --- /dev/null +++ b/scripts/merge-chains.py @@ -0,0 +1,155 @@ +#!/usr/bin/env python3 +""" +Pezkuwi Wallet Chain Config Merger + +This script merges Nova's chain configurations with Pezkuwi-specific chains. +Nova configs are used as the base, Pezkuwi chains are prepended (priority). + +Usage: + python3 merge-chains.py [--version v22] [--output chains/v22/chains.json] +""" + +import json +import os +import argparse +from pathlib import Path + +# Base paths +SCRIPT_DIR = Path(__file__).parent +ROOT_DIR = SCRIPT_DIR.parent +NOVA_BASE = ROOT_DIR / "nova-base" +PEZKUWI_OVERLAY = ROOT_DIR / "pezkuwi-overlay" +OUTPUT_DIR = ROOT_DIR / "chains" + + +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, indent: int = 2): + """Save JSON file.""" + path.parent.mkdir(parents=True, exist_ok=True) + with open(path, 'w', encoding='utf-8') as f: + json.dump(data, f, indent=indent, ensure_ascii=False) + print(f"✓ Saved: {path}") + + +def merge_chains(nova_chains: list, pezkuwi_chains: list) -> list: + """ + Merge Nova and Pezkuwi chains. + Pezkuwi chains are prepended to appear first in the wallet. + Duplicate chainIds are handled (Pezkuwi takes priority). + """ + # Create a set of Pezkuwi chain IDs to avoid duplicates + pezkuwi_chain_ids = {c['chainId'] for c in pezkuwi_chains} + + # Filter out any Nova chains that might conflict with Pezkuwi + nova_filtered = [c for c in nova_chains if c['chainId'] not in pezkuwi_chain_ids] + + # Pezkuwi first, then Nova + merged = pezkuwi_chains + nova_filtered + + return merged + + +def merge_version(version: str = "v22"): + """Merge chains for a specific version.""" + print(f"\n{'='*50}") + print(f"Merging chains for {version}") + print(f"{'='*50}") + + # Paths + nova_chains_path = NOVA_BASE / "chains" / version / "chains.json" + pezkuwi_chains_path = PEZKUWI_OVERLAY / "chains" / "pezkuwi-chains.json" + output_path = OUTPUT_DIR / version / "chains.json" + + # Check if Nova chains exist + if not nova_chains_path.exists(): + print(f"⚠ Nova chains not found: {nova_chains_path}") + # Try root level chains.json + nova_chains_path = NOVA_BASE / "chains" / "chains.json" + if not nova_chains_path.exists(): + print(f"✗ Nova chains not found at root level either") + return False + + # Load Nova chains + print(f"Loading Nova chains from: {nova_chains_path}") + nova_chains = load_json(nova_chains_path) + print(f" → {len(nova_chains)} Nova chains loaded") + + # Load Pezkuwi chains + if not pezkuwi_chains_path.exists(): + print(f"⚠ Pezkuwi chains not found: {pezkuwi_chains_path}") + pezkuwi_chains = [] + else: + print(f"Loading Pezkuwi chains from: {pezkuwi_chains_path}") + pezkuwi_chains = load_json(pezkuwi_chains_path) + print(f" → {len(pezkuwi_chains)} Pezkuwi chains loaded") + + # Merge + merged = merge_chains(nova_chains, pezkuwi_chains) + print(f"\nMerged result: {len(merged)} total chains") + print(f" - Pezkuwi chains: {len(pezkuwi_chains)} (priority)") + print(f" - Nova chains: {len(merged) - len(pezkuwi_chains)}") + + # Save + save_json(output_path, merged) + + # Also copy to root chains.json for compatibility + root_output = OUTPUT_DIR / "chains.json" + save_json(root_output, merged) + + return True + + +def update_nova_submodule(): + """Pull latest Nova changes.""" + import subprocess + print("\nUpdating Nova submodule...") + try: + result = subprocess.run( + ["git", "submodule", "update", "--remote", "nova-base"], + cwd=ROOT_DIR, + capture_output=True, + text=True + ) + if result.returncode == 0: + print("✓ Nova submodule updated") + else: + print(f"⚠ Update warning: {result.stderr}") + except Exception as e: + print(f"✗ Failed to update submodule: {e}") + + +def main(): + parser = argparse.ArgumentParser(description="Merge Nova and Pezkuwi chain configs") + parser.add_argument("--version", "-v", default="v22", help="Chain config version (default: v22)") + parser.add_argument("--update", "-u", action="store_true", help="Update Nova submodule first") + parser.add_argument("--all", "-a", action="store_true", help="Merge all versions") + args = parser.parse_args() + + print("╔══════════════════════════════════════════════════╗") + print("║ Pezkuwi Wallet Chain Config Merger ║") + print("╚══════════════════════════════════════════════════╝") + + # Update Nova if requested + if args.update: + update_nova_submodule() + + # Merge + if args.all: + versions = ["v21", "v22"] + for v in versions: + merge_version(v) + else: + merge_version(args.version) + + print("\n✓ Merge complete!") + print("\nPezkuwi chains will appear FIRST in the wallet.") + print("Nova ecosystem chains follow after Pezkuwi.") + + +if __name__ == "__main__": + main() diff --git a/scripts/update-all.sh b/scripts/update-all.sh new file mode 100755 index 0000000..c4ab3e8 --- /dev/null +++ b/scripts/update-all.sh @@ -0,0 +1,48 @@ +#!/bin/bash +# Pezkuwi Wallet Utils - Update Script +# Updates Nova submodule and re-merges all chain configs + +set -e + +SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +ROOT_DIR="$(dirname "$SCRIPT_DIR")" + +echo "╔══════════════════════════════════════════════════╗" +echo "║ Pezkuwi Wallet Utils - Full Update ║" +echo "╚══════════════════════════════════════════════════╝" + +cd "$ROOT_DIR" + +# Step 1: Update Nova submodule +echo "" +echo "Step 1: Updating Nova submodule..." +git submodule update --remote nova-base +echo "✓ Nova updated to latest" + +# Step 2: Show Nova version info +echo "" +echo "Step 2: Nova version info..." +cd nova-base +NOVA_COMMIT=$(git rev-parse --short HEAD) +NOVA_DATE=$(git log -1 --format=%ci) +echo " Commit: $NOVA_COMMIT" +echo " Date: $NOVA_DATE" +cd .. + +# Step 3: Merge chains +echo "" +echo "Step 3: Merging chain configs..." +python3 scripts/merge-chains.py --version v22 + +# Step 4: Summary +echo "" +echo "╔══════════════════════════════════════════════════╗" +echo "║ Update Complete! ║" +echo "╚══════════════════════════════════════════════════╝" +echo "" +echo "Nova version: $NOVA_COMMIT ($NOVA_DATE)" +echo "" +echo "Next steps:" +echo " 1. Review changes: git diff chains/" +echo " 2. Test the wallet" +echo " 3. Commit: git add -A && git commit -m 'chore: sync with Nova $NOVA_COMMIT'"