From 1361161673843ba3c57d543fdba7c80351471e44 Mon Sep 17 00:00:00 2001 From: Satoshi Qazi Muhammed Date: Sun, 12 Jul 2026 20:25:25 -0700 Subject: [PATCH] fix: point Bitcoin icon URLs at pending/post-fix-release, not master Master never got the Bitcoin icon files (they landed only on pending/post-fix-release, same branch CHAINS_URL is currently testing against) - Tron's icon happened to already exist on master from an earlier, unrelated commit, so it worked by coincidence while Bitcoin's 404'd. Confirmed live: master/icons/tokens/colored/BTC.svg -> 404, pending/post-fix-release/... -> 200. Same caveat as the CHAINS_URL override itself: revert to master once this lands there in the coordinated release. --- chains/v10/android/chains.json | 4 ++-- chains/v10/chains.json | 4 ++-- chains/v10/chains_dev.json | 4 ++-- chains/v11/android/chains.json | 4 ++-- chains/v11/chains.json | 4 ++-- chains/v11/chains_dev.json | 4 ++-- chains/v12/android/chains.json | 4 ++-- chains/v12/chains.json | 4 ++-- chains/v12/chains_dev.json | 4 ++-- chains/v13/android/chains.json | 4 ++-- chains/v13/chains.json | 4 ++-- chains/v13/chains_dev.json | 4 ++-- chains/v14/android/chains.json | 4 ++-- chains/v14/chains.json | 4 ++-- chains/v14/chains_dev.json | 4 ++-- chains/v15/android/chains.json | 4 ++-- chains/v15/chains.json | 4 ++-- chains/v15/chains_dev.json | 4 ++-- chains/v16/android/chains.json | 4 ++-- chains/v16/chains.json | 4 ++-- chains/v16/chains_dev.json | 4 ++-- chains/v17/android/chains.json | 4 ++-- chains/v17/chains.json | 4 ++-- chains/v17/chains_dev.json | 4 ++-- chains/v18/android/chains.json | 4 ++-- chains/v18/chains.json | 4 ++-- chains/v18/chains_dev.json | 4 ++-- chains/v19/android/chains.json | 4 ++-- chains/v19/chains.json | 4 ++-- chains/v19/chains_dev.json | 4 ++-- chains/v2/android/chains.json | 4 ++-- chains/v2/chains.json | 4 ++-- chains/v2/chains_dev.json | 4 ++-- chains/v20/android/chains.json | 4 ++-- chains/v20/chains.json | 4 ++-- chains/v20/chains_dev.json | 4 ++-- chains/v21/android/chains.json | 4 ++-- chains/v21/chains.json | 4 ++-- chains/v21/chains_dev.json | 4 ++-- chains/v22/android/chains.json | 4 ++-- chains/v22/chains.json | 4 ++-- chains/v22/chains_dev.json | 4 ++-- chains/v3/android/chains.json | 4 ++-- chains/v3/chains.json | 4 ++-- chains/v3/chains_dev.json | 4 ++-- chains/v4/android/chains.json | 4 ++-- chains/v4/chains.json | 4 ++-- chains/v4/chains_dev.json | 4 ++-- chains/v5/android/chains.json | 4 ++-- chains/v5/chains.json | 4 ++-- chains/v5/chains_dev.json | 4 ++-- chains/v6/android/chains.json | 4 ++-- chains/v6/chains.json | 4 ++-- chains/v6/chains_dev.json | 4 ++-- chains/v7/android/chains.json | 4 ++-- chains/v7/chains.json | 4 ++-- chains/v7/chains_dev.json | 4 ++-- chains/v8/android/chains.json | 4 ++-- chains/v8/chains.json | 4 ++-- chains/v8/chains_dev.json | 4 ++-- chains/v9/android/chains.json | 4 ++-- chains/v9/chains.json | 4 ++-- chains/v9/chains_dev.json | 4 ++-- pezkuwi-overlay/chains/pezkuwi-chains.json | 4 ++-- 64 files changed, 128 insertions(+), 128 deletions(-) diff --git a/chains/v10/android/chains.json b/chains/v10/android/chains.json index 73df2be..b7b6bde 100644 --- a/chains/v10/android/chains.json +++ b/chains/v10/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v10/chains.json b/chains/v10/chains.json index 73df2be..b7b6bde 100644 --- a/chains/v10/chains.json +++ b/chains/v10/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v10/chains_dev.json b/chains/v10/chains_dev.json index 802d6f6..a89bdc7 100644 --- a/chains/v10/chains_dev.json +++ b/chains/v10/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v11/android/chains.json b/chains/v11/android/chains.json index b7d1531..c616077 100644 --- a/chains/v11/android/chains.json +++ b/chains/v11/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v11/chains.json b/chains/v11/chains.json index b7d1531..c616077 100644 --- a/chains/v11/chains.json +++ b/chains/v11/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v11/chains_dev.json b/chains/v11/chains_dev.json index 82bb7ee..b34ab6e 100644 --- a/chains/v11/chains_dev.json +++ b/chains/v11/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v12/android/chains.json b/chains/v12/android/chains.json index 6bacb2d..2d555d7 100644 --- a/chains/v12/android/chains.json +++ b/chains/v12/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v12/chains.json b/chains/v12/chains.json index 6bacb2d..2d555d7 100644 --- a/chains/v12/chains.json +++ b/chains/v12/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v12/chains_dev.json b/chains/v12/chains_dev.json index 5e78f49..45b8707 100644 --- a/chains/v12/chains_dev.json +++ b/chains/v12/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v13/android/chains.json b/chains/v13/android/chains.json index b056039..e021ce8 100644 --- a/chains/v13/android/chains.json +++ b/chains/v13/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v13/chains.json b/chains/v13/chains.json index b056039..e021ce8 100644 --- a/chains/v13/chains.json +++ b/chains/v13/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v13/chains_dev.json b/chains/v13/chains_dev.json index c18e113..3b67c6b 100644 --- a/chains/v13/chains_dev.json +++ b/chains/v13/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v14/android/chains.json b/chains/v14/android/chains.json index 872f138..1e60505 100644 --- a/chains/v14/android/chains.json +++ b/chains/v14/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v14/chains.json b/chains/v14/chains.json index 872f138..1e60505 100644 --- a/chains/v14/chains.json +++ b/chains/v14/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v14/chains_dev.json b/chains/v14/chains_dev.json index 49bd8cd..848cd1b 100644 --- a/chains/v14/chains_dev.json +++ b/chains/v14/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v15/android/chains.json b/chains/v15/android/chains.json index 88129fc..76fa5ea 100644 --- a/chains/v15/android/chains.json +++ b/chains/v15/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v15/chains.json b/chains/v15/chains.json index 88129fc..76fa5ea 100644 --- a/chains/v15/chains.json +++ b/chains/v15/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v15/chains_dev.json b/chains/v15/chains_dev.json index 26fb234..c2db6ba 100644 --- a/chains/v15/chains_dev.json +++ b/chains/v15/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v16/android/chains.json b/chains/v16/android/chains.json index a12642e..0218118 100644 --- a/chains/v16/android/chains.json +++ b/chains/v16/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v16/chains.json b/chains/v16/chains.json index a12642e..0218118 100644 --- a/chains/v16/chains.json +++ b/chains/v16/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v16/chains_dev.json b/chains/v16/chains_dev.json index e628ffd..ce0f45e 100644 --- a/chains/v16/chains_dev.json +++ b/chains/v16/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v17/android/chains.json b/chains/v17/android/chains.json index c541a5a..ae1dd5b 100644 --- a/chains/v17/android/chains.json +++ b/chains/v17/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v17/chains.json b/chains/v17/chains.json index c541a5a..ae1dd5b 100644 --- a/chains/v17/chains.json +++ b/chains/v17/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v17/chains_dev.json b/chains/v17/chains_dev.json index bb7c2b8..eccd6f3 100644 --- a/chains/v17/chains_dev.json +++ b/chains/v17/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v18/android/chains.json b/chains/v18/android/chains.json index 85d79b4..18b70c9 100644 --- a/chains/v18/android/chains.json +++ b/chains/v18/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v18/chains.json b/chains/v18/chains.json index 85d79b4..18b70c9 100644 --- a/chains/v18/chains.json +++ b/chains/v18/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v18/chains_dev.json b/chains/v18/chains_dev.json index 45453d6..1e18d4d 100644 --- a/chains/v18/chains_dev.json +++ b/chains/v18/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v19/android/chains.json b/chains/v19/android/chains.json index ce16117..eb1e33d 100644 --- a/chains/v19/android/chains.json +++ b/chains/v19/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v19/chains.json b/chains/v19/chains.json index ce16117..eb1e33d 100644 --- a/chains/v19/chains.json +++ b/chains/v19/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v19/chains_dev.json b/chains/v19/chains_dev.json index f05dc47..f1412a6 100644 --- a/chains/v19/chains_dev.json +++ b/chains/v19/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v2/android/chains.json b/chains/v2/android/chains.json index f52759e..3f68e17 100644 --- a/chains/v2/android/chains.json +++ b/chains/v2/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v2/chains.json b/chains/v2/chains.json index f52759e..3f68e17 100644 --- a/chains/v2/chains.json +++ b/chains/v2/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v2/chains_dev.json b/chains/v2/chains_dev.json index 388005d..36c2fdf 100644 --- a/chains/v2/chains_dev.json +++ b/chains/v2/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v20/android/chains.json b/chains/v20/android/chains.json index c73b9eb..9317428 100644 --- a/chains/v20/android/chains.json +++ b/chains/v20/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v20/chains.json b/chains/v20/chains.json index c73b9eb..9317428 100644 --- a/chains/v20/chains.json +++ b/chains/v20/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v20/chains_dev.json b/chains/v20/chains_dev.json index f9c50b9..d851b1b 100644 --- a/chains/v20/chains_dev.json +++ b/chains/v20/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v21/android/chains.json b/chains/v21/android/chains.json index 31bc89c..088cb49 100644 --- a/chains/v21/android/chains.json +++ b/chains/v21/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v21/chains.json b/chains/v21/chains.json index 31bc89c..088cb49 100644 --- a/chains/v21/chains.json +++ b/chains/v21/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v21/chains_dev.json b/chains/v21/chains_dev.json index 948620a..58f0ca5 100644 --- a/chains/v21/chains_dev.json +++ b/chains/v21/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v22/android/chains.json b/chains/v22/android/chains.json index a5d46e2..cd7b21b 100644 --- a/chains/v22/android/chains.json +++ b/chains/v22/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v22/chains.json b/chains/v22/chains.json index a5d46e2..cd7b21b 100644 --- a/chains/v22/chains.json +++ b/chains/v22/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v22/chains_dev.json b/chains/v22/chains_dev.json index 0f6824a..d0da6c3 100644 --- a/chains/v22/chains_dev.json +++ b/chains/v22/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v3/android/chains.json b/chains/v3/android/chains.json index 441a6f1..90d66ab 100644 --- a/chains/v3/android/chains.json +++ b/chains/v3/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v3/chains.json b/chains/v3/chains.json index 441a6f1..90d66ab 100644 --- a/chains/v3/chains.json +++ b/chains/v3/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v3/chains_dev.json b/chains/v3/chains_dev.json index 05212bd..d3ea45c 100644 --- a/chains/v3/chains_dev.json +++ b/chains/v3/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v4/android/chains.json b/chains/v4/android/chains.json index c97720d..14105ef 100644 --- a/chains/v4/android/chains.json +++ b/chains/v4/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v4/chains.json b/chains/v4/chains.json index c97720d..14105ef 100644 --- a/chains/v4/chains.json +++ b/chains/v4/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v4/chains_dev.json b/chains/v4/chains_dev.json index 630518e..1d99ab3 100644 --- a/chains/v4/chains_dev.json +++ b/chains/v4/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v5/android/chains.json b/chains/v5/android/chains.json index ebb3dde..66de13d 100644 --- a/chains/v5/android/chains.json +++ b/chains/v5/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v5/chains.json b/chains/v5/chains.json index ebb3dde..66de13d 100644 --- a/chains/v5/chains.json +++ b/chains/v5/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v5/chains_dev.json b/chains/v5/chains_dev.json index 33ff5f6..731a93a 100644 --- a/chains/v5/chains_dev.json +++ b/chains/v5/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v6/android/chains.json b/chains/v6/android/chains.json index 2556e1c..7d68941 100644 --- a/chains/v6/android/chains.json +++ b/chains/v6/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v6/chains.json b/chains/v6/chains.json index 2556e1c..7d68941 100644 --- a/chains/v6/chains.json +++ b/chains/v6/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v6/chains_dev.json b/chains/v6/chains_dev.json index d952f6a..b5a0ccf 100644 --- a/chains/v6/chains_dev.json +++ b/chains/v6/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v7/android/chains.json b/chains/v7/android/chains.json index 9ddba3c..6af39bb 100644 --- a/chains/v7/android/chains.json +++ b/chains/v7/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v7/chains.json b/chains/v7/chains.json index 9ddba3c..6af39bb 100644 --- a/chains/v7/chains.json +++ b/chains/v7/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v7/chains_dev.json b/chains/v7/chains_dev.json index b80b3e6..7791475 100644 --- a/chains/v7/chains_dev.json +++ b/chains/v7/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v8/android/chains.json b/chains/v8/android/chains.json index 20a9cd4..f33a266 100644 --- a/chains/v8/android/chains.json +++ b/chains/v8/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v8/chains.json b/chains/v8/chains.json index 20a9cd4..f33a266 100644 --- a/chains/v8/chains.json +++ b/chains/v8/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v8/chains_dev.json b/chains/v8/chains_dev.json index efa2533..74b0773 100644 --- a/chains/v8/chains_dev.json +++ b/chains/v8/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v9/android/chains.json b/chains/v9/android/chains.json index 2539386..a5e2fd0 100644 --- a/chains/v9/android/chains.json +++ b/chains/v9/android/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v9/chains.json b/chains/v9/chains.json index 2539386..a5e2fd0 100644 --- a/chains/v9/chains.json +++ b/chains/v9/chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/chains/v9/chains_dev.json b/chains/v9/chains_dev.json index fd77ca1..f023e67 100644 --- a/chains/v9/chains_dev.json +++ b/chains/v9/chains_dev.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null diff --git a/pezkuwi-overlay/chains/pezkuwi-chains.json b/pezkuwi-overlay/chains/pezkuwi-chains.json index 605e8ec..c7ced10 100644 --- a/pezkuwi-overlay/chains/pezkuwi-chains.json +++ b/pezkuwi-overlay/chains/pezkuwi-chains.json @@ -297,7 +297,7 @@ { "chainId": "bip122:000000000019d6689c085ae165831e93", "name": "Bitcoin", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/chains/gradient/Bitcoin.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/chains/gradient/Bitcoin.svg", "addressPrefix": 0, "options": [ "bitcoinBased", @@ -327,7 +327,7 @@ "priceId": "bitcoin", "staking": null, "type": "bitcoinNative", - "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/icons/tokens/colored/BTC.svg", + "icon": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/pending/post-fix-release/icons/tokens/colored/BTC.svg", "buyProviders": {}, "sellProviders": {}, "typeExtras": null