From 78b0af95d3081773d6e246c418c56b3543dbdbd3 Mon Sep 17 00:00:00 2001 From: Satoshi Qazi Muhammed Date: Sun, 12 Jul 2026 16:07:57 -0700 Subject: [PATCH] feat: add native Bitcoin (SegWit) chain config Adds a Bitcoin entry (assetId 0, type "bitcoinNative", precision 8) mirroring Tron's chain-family shape: "bitcoinBased" + "noSubstrateRuntime" options, a mempool.space REST API URL as the "node" (same role TronGrid's URL plays for Tron), and mempool.space itself as the block explorer. Adds gradient chain icon + colored token icon (orange #F7931A, built from the existing white Bitcoin glyph already vendored from Nova, matching this repo's established icon-construction pattern for every other coin). Lands on pending/post-fix-release, not master - per the existing plan to ship Tron and Bitcoin support together in one coordinated release once wallet-android's corresponding send features are done. --- chains/v10/android/chains.json | 43 +++++++++++++++++++ chains/v10/chains.json | 43 +++++++++++++++++++ chains/v10/chains_dev.json | 43 +++++++++++++++++++ chains/v11/android/chains.json | 43 +++++++++++++++++++ chains/v11/chains.json | 43 +++++++++++++++++++ chains/v11/chains_dev.json | 43 +++++++++++++++++++ chains/v12/android/chains.json | 43 +++++++++++++++++++ chains/v12/chains.json | 43 +++++++++++++++++++ chains/v12/chains_dev.json | 43 +++++++++++++++++++ chains/v13/android/chains.json | 43 +++++++++++++++++++ chains/v13/chains.json | 43 +++++++++++++++++++ chains/v13/chains_dev.json | 43 +++++++++++++++++++ chains/v14/android/chains.json | 43 +++++++++++++++++++ chains/v14/chains.json | 43 +++++++++++++++++++ chains/v14/chains_dev.json | 43 +++++++++++++++++++ chains/v15/android/chains.json | 43 +++++++++++++++++++ chains/v15/chains.json | 43 +++++++++++++++++++ chains/v15/chains_dev.json | 43 +++++++++++++++++++ chains/v16/android/chains.json | 43 +++++++++++++++++++ chains/v16/chains.json | 43 +++++++++++++++++++ chains/v16/chains_dev.json | 43 +++++++++++++++++++ chains/v17/android/chains.json | 43 +++++++++++++++++++ chains/v17/chains.json | 43 +++++++++++++++++++ chains/v17/chains_dev.json | 43 +++++++++++++++++++ chains/v18/android/chains.json | 43 +++++++++++++++++++ chains/v18/chains.json | 43 +++++++++++++++++++ chains/v18/chains_dev.json | 43 +++++++++++++++++++ chains/v19/android/chains.json | 43 +++++++++++++++++++ chains/v19/chains.json | 43 +++++++++++++++++++ chains/v19/chains_dev.json | 43 +++++++++++++++++++ chains/v2/android/chains.json | 43 +++++++++++++++++++ chains/v2/chains.json | 43 +++++++++++++++++++ chains/v2/chains_dev.json | 43 +++++++++++++++++++ chains/v20/android/chains.json | 43 +++++++++++++++++++ chains/v20/chains.json | 43 +++++++++++++++++++ chains/v20/chains_dev.json | 43 +++++++++++++++++++ chains/v21/android/chains.json | 43 +++++++++++++++++++ chains/v21/chains.json | 43 +++++++++++++++++++ chains/v21/chains_dev.json | 43 +++++++++++++++++++ chains/v22/android/chains.json | 43 +++++++++++++++++++ chains/v22/chains.json | 43 +++++++++++++++++++ chains/v22/chains_dev.json | 43 +++++++++++++++++++ chains/v3/android/chains.json | 43 +++++++++++++++++++ chains/v3/chains.json | 43 +++++++++++++++++++ chains/v3/chains_dev.json | 43 +++++++++++++++++++ chains/v4/android/chains.json | 43 +++++++++++++++++++ chains/v4/chains.json | 43 +++++++++++++++++++ chains/v4/chains_dev.json | 43 +++++++++++++++++++ chains/v5/android/chains.json | 43 +++++++++++++++++++ chains/v5/chains.json | 43 +++++++++++++++++++ chains/v5/chains_dev.json | 43 +++++++++++++++++++ chains/v6/android/chains.json | 43 +++++++++++++++++++ chains/v6/chains.json | 43 +++++++++++++++++++ chains/v6/chains_dev.json | 43 +++++++++++++++++++ chains/v7/android/chains.json | 43 +++++++++++++++++++ chains/v7/chains.json | 43 +++++++++++++++++++ chains/v7/chains_dev.json | 43 +++++++++++++++++++ chains/v8/android/chains.json | 43 +++++++++++++++++++ chains/v8/chains.json | 43 +++++++++++++++++++ chains/v8/chains_dev.json | 43 +++++++++++++++++++ chains/v9/android/chains.json | 43 +++++++++++++++++++ chains/v9/chains.json | 43 +++++++++++++++++++ chains/v9/chains_dev.json | 43 +++++++++++++++++++ icons/chains/gradient/Bitcoin.svg | 10 +++++ icons/tokens/colored/BTC.svg | 6 +++ icons/tokens/colored/TRX.svg | 4 +- pezkuwi-overlay/chains/pezkuwi-chains.json | 43 +++++++++++++++++++ .../icons/chains/gradient/Bitcoin.svg | 10 +++++ pezkuwi-overlay/icons/tokens/colored/BTC.svg | 6 +++ 69 files changed, 2785 insertions(+), 3 deletions(-) create mode 100644 icons/chains/gradient/Bitcoin.svg create mode 100644 icons/tokens/colored/BTC.svg create mode 100644 pezkuwi-overlay/icons/chains/gradient/Bitcoin.svg create mode 100644 pezkuwi-overlay/icons/tokens/colored/BTC.svg diff --git a/chains/v10/android/chains.json b/chains/v10/android/chains.json index fe551cf..73df2be 100644 --- a/chains/v10/android/chains.json +++ b/chains/v10/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v10/chains.json b/chains/v10/chains.json index fe551cf..73df2be 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 987ea59..802d6f6 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v11/android/chains.json b/chains/v11/android/chains.json index 972a117..b7d1531 100644 --- a/chains/v11/android/chains.json +++ b/chains/v11/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v11/chains.json b/chains/v11/chains.json index 972a117..b7d1531 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 1941f28..82bb7ee 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v12/android/chains.json b/chains/v12/android/chains.json index e4db316..6bacb2d 100644 --- a/chains/v12/android/chains.json +++ b/chains/v12/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v12/chains.json b/chains/v12/chains.json index e4db316..6bacb2d 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index fab7957..5e78f49 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v13/android/chains.json b/chains/v13/android/chains.json index ba7802a..b056039 100644 --- a/chains/v13/android/chains.json +++ b/chains/v13/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v13/chains.json b/chains/v13/chains.json index ba7802a..b056039 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index 609a8a3..c18e113 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v14/android/chains.json b/chains/v14/android/chains.json index d829909..872f138 100644 --- a/chains/v14/android/chains.json +++ b/chains/v14/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v14/chains.json b/chains/v14/chains.json index d829909..872f138 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 3df48a9..49bd8cd 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v15/android/chains.json b/chains/v15/android/chains.json index 96f39e6..88129fc 100644 --- a/chains/v15/android/chains.json +++ b/chains/v15/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 96f39e6..88129fc 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 14f3fb3..26fb234 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v16/android/chains.json b/chains/v16/android/chains.json index 92d21e9..a12642e 100644 --- a/chains/v16/android/chains.json +++ b/chains/v16/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v16/chains.json b/chains/v16/chains.json index 92d21e9..a12642e 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index f1d1a54..e628ffd 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v17/android/chains.json b/chains/v17/android/chains.json index ddd04b5..c541a5a 100644 --- a/chains/v17/android/chains.json +++ b/chains/v17/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v17/chains.json b/chains/v17/chains.json index ddd04b5..c541a5a 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index 80ef805..bb7c2b8 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v18/android/chains.json b/chains/v18/android/chains.json index f96eec2..85d79b4 100644 --- a/chains/v18/android/chains.json +++ b/chains/v18/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v18/chains.json b/chains/v18/chains.json index f96eec2..85d79b4 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 0f9596c..45453d6 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v19/android/chains.json b/chains/v19/android/chains.json index c780db3..ce16117 100644 --- a/chains/v19/android/chains.json +++ b/chains/v19/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v19/chains.json b/chains/v19/chains.json index c780db3..ce16117 100644 --- a/chains/v19/chains.json +++ b/chains/v19/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v19/chains_dev.json b/chains/v19/chains_dev.json index 57a63e5..f05dc47 100644 --- a/chains/v19/chains_dev.json +++ b/chains/v19/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v2/android/chains.json b/chains/v2/android/chains.json index 43f2992..f52759e 100644 --- a/chains/v2/android/chains.json +++ b/chains/v2/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v2/chains.json b/chains/v2/chains.json index 43f2992..f52759e 100644 --- a/chains/v2/chains.json +++ b/chains/v2/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v2/chains_dev.json b/chains/v2/chains_dev.json index f9923bb..388005d 100644 --- a/chains/v2/chains_dev.json +++ b/chains/v2/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v20/android/chains.json b/chains/v20/android/chains.json index f89e82d..c73b9eb 100644 --- a/chains/v20/android/chains.json +++ b/chains/v20/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v20/chains.json b/chains/v20/chains.json index f89e82d..c73b9eb 100644 --- a/chains/v20/chains.json +++ b/chains/v20/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v20/chains_dev.json b/chains/v20/chains_dev.json index 4740687..f9c50b9 100644 --- a/chains/v20/chains_dev.json +++ b/chains/v20/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v21/android/chains.json b/chains/v21/android/chains.json index c8adb6e..31bc89c 100644 --- a/chains/v21/android/chains.json +++ b/chains/v21/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v21/chains.json b/chains/v21/chains.json index c8adb6e..31bc89c 100644 --- a/chains/v21/chains.json +++ b/chains/v21/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v21/chains_dev.json b/chains/v21/chains_dev.json index 687253e..948620a 100644 --- a/chains/v21/chains_dev.json +++ b/chains/v21/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v22/android/chains.json b/chains/v22/android/chains.json index 6579ed0..a5d46e2 100644 --- a/chains/v22/android/chains.json +++ b/chains/v22/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot Relay", diff --git a/chains/v22/chains.json b/chains/v22/chains.json index 6579ed0..a5d46e2 100644 --- a/chains/v22/chains.json +++ b/chains/v22/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot Relay", diff --git a/chains/v22/chains_dev.json b/chains/v22/chains_dev.json index 7ff1eb9..0f6824a 100644 --- a/chains/v22/chains_dev.json +++ b/chains/v22/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot Relay", diff --git a/chains/v3/android/chains.json b/chains/v3/android/chains.json index 789a443..441a6f1 100644 --- a/chains/v3/android/chains.json +++ b/chains/v3/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v3/chains.json b/chains/v3/chains.json index 789a443..441a6f1 100644 --- a/chains/v3/chains.json +++ b/chains/v3/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v3/chains_dev.json b/chains/v3/chains_dev.json index aa3bc63..05212bd 100644 --- a/chains/v3/chains_dev.json +++ b/chains/v3/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v4/android/chains.json b/chains/v4/android/chains.json index 25a070c..c97720d 100644 --- a/chains/v4/android/chains.json +++ b/chains/v4/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v4/chains.json b/chains/v4/chains.json index 25a070c..c97720d 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 365b4f5..630518e 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v5/android/chains.json b/chains/v5/android/chains.json index 92ad7f0..ebb3dde 100644 --- a/chains/v5/android/chains.json +++ b/chains/v5/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v5/chains.json b/chains/v5/chains.json index 92ad7f0..ebb3dde 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 1a85b8d..33ff5f6 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v6/android/chains.json b/chains/v6/android/chains.json index 4b80a8d..2556e1c 100644 --- a/chains/v6/android/chains.json +++ b/chains/v6/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 4b80a8d..2556e1c 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index 9302d2d..d952f6a 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v7/android/chains.json b/chains/v7/android/chains.json index 64a3111..9ddba3c 100644 --- a/chains/v7/android/chains.json +++ b/chains/v7/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 64a3111..9ddba3c 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index 721873d..b80b3e6 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v8/android/chains.json b/chains/v8/android/chains.json index b9ba37c..20a9cd4 100644 --- a/chains/v8/android/chains.json +++ b/chains/v8/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v8/chains.json b/chains/v8/chains.json index b9ba37c..20a9cd4 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index 2286eb3..efa2533 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v9/android/chains.json b/chains/v9/android/chains.json index 01b7c05..2539386 100644 --- a/chains/v9/android/chains.json +++ b/chains/v9/android/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 01b7c05..2539386 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index 7f9e8f6..fd77ca1 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -294,6 +294,49 @@ "themeColor": "#EB0029" } }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } + }, { "chainId": "91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3", "name": "Polkadot", diff --git a/icons/chains/gradient/Bitcoin.svg b/icons/chains/gradient/Bitcoin.svg new file mode 100644 index 0000000..17ee94f --- /dev/null +++ b/icons/chains/gradient/Bitcoin.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/tokens/colored/BTC.svg b/icons/tokens/colored/BTC.svg new file mode 100644 index 0000000..cb2b21c --- /dev/null +++ b/icons/tokens/colored/BTC.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/tokens/colored/TRX.svg b/icons/tokens/colored/TRX.svg index 8106e94..0ac7c29 100644 --- a/icons/tokens/colored/TRX.svg +++ b/icons/tokens/colored/TRX.svg @@ -1,6 +1,4 @@ - - + - diff --git a/pezkuwi-overlay/chains/pezkuwi-chains.json b/pezkuwi-overlay/chains/pezkuwi-chains.json index fd56b61..605e8ec 100644 --- a/pezkuwi-overlay/chains/pezkuwi-chains.json +++ b/pezkuwi-overlay/chains/pezkuwi-chains.json @@ -293,5 +293,48 @@ "additional": { "themeColor": "#EB0029" } + }, + { + "chainId": "bip122:000000000019d6689c085ae165831e93", + "name": "Bitcoin", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "addressPrefix": 0, + "options": [ + "bitcoinBased", + "noSubstrateRuntime" + ], + "nodeSelectionStrategy": "roundRobin", + "nodes": [ + { + "url": "https://mempool.space/api", + "name": "mempool.space" + } + ], + "explorers": [ + { + "name": "mempool.space", + "extrinsic": "https://mempool.space/tx/{value}", + "account": "https://mempool.space/address/{value}" + } + ], + "externalApi": {}, + "assets": [ + { + "assetId": 0, + "symbol": "BTC", + "precision": 8, + "name": "Bitcoin", + "priceId": "bitcoin", + "staking": null, + "type": "bitcoinNative", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "buyProviders": {}, + "sellProviders": {}, + "typeExtras": null + } + ], + "additional": { + "themeColor": "#F7931A" + } } ] diff --git a/pezkuwi-overlay/icons/chains/gradient/Bitcoin.svg b/pezkuwi-overlay/icons/chains/gradient/Bitcoin.svg new file mode 100644 index 0000000..17ee94f --- /dev/null +++ b/pezkuwi-overlay/icons/chains/gradient/Bitcoin.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/pezkuwi-overlay/icons/tokens/colored/BTC.svg b/pezkuwi-overlay/icons/tokens/colored/BTC.svg new file mode 100644 index 0000000..cb2b21c --- /dev/null +++ b/pezkuwi-overlay/icons/tokens/colored/BTC.svg @@ -0,0 +1,6 @@ + + + + + +