From 5b8c94682e525ff02dafeef40ea7cd1313f3f23b Mon Sep 17 00:00:00 2001 From: David Coen Date: Tue, 27 Feb 2024 15:25:48 +0100 Subject: [PATCH 1/4] Update README.md - New URL for "Setting up the development environment" The old link doesn't work anymore. The new one is https://reactnative.dev/docs/environment-setup?package-manager=yarn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa3ee8e05b5..a52de044929 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Edge is: ### Prepare React Native Development Tools -The React Native documentation contains [detailed instructions on how to prepare your computer for React Native development](https://reactnative.dev/docs/0.67/environment-setup). Follow the instructions in the "React Native CLI Quickstart" for your specific platform. +The React Native documentation contains [detailed instructions on how to prepare your computer for React Native development](https://reactnative.dev/docs/environment-setup?package-manager=yarn). Follow the instructions in the "React Native CLI Quickstart" for your specific platform. If you are using a Mac, follow both the iOS and Android target instructions. Otherwise, you only need the Android target instructions. From 4406f74b5656f794d568750537b0ff85df27f63c Mon Sep 17 00:00:00 2001 From: David Coen Date: Mon, 11 Nov 2024 10:38:28 +0100 Subject: [PATCH 2/4] Update edgeProvider.test.ts added bitcoin testnet4 --- src/__tests__/edgeProvider.test.ts | 53 ++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/src/__tests__/edgeProvider.test.ts b/src/__tests__/edgeProvider.test.ts index bc926601f84..38a02864cfc 100644 --- a/src/__tests__/edgeProvider.test.ts +++ b/src/__tests__/edgeProvider.test.ts @@ -6763,6 +6763,59 @@ const currencyConfig: { [pluginId: string]: any } = { builtinTokens: {}, customTokens: {} }, + bitcointestnet4: { + otherMethods: {}, + currencyInfo: { + pluginId: 'bitcointestnet4', + walletType: 'wallet:bitcointestnet4', + currencyCode: 'TESTBTC4', + displayName: 'Bitcoin Testnet4', + denominations: [ + { + name: 'TESTBTC4', + multiplier: '100000000', + symbol: '₿' + }, + { + name: 'mTESTBTC4', + multiplier: '100000', + symbol: 'm₿' + }, + { + name: 'bits', + multiplier: '100', + symbol: 'ƀ' + }, + { + name: 'sats', + multiplier: '1', + symbol: 's' + } + ], + defaultSettings: { + customFeeSettings: ['satPerByte'], + blockbookServers: ['wss://testnet4-explorer.wakiyamap.dev'], + enableCustomServers: false + }, + customFeeTemplate: [ + { + type: 'nativeAmount', + key: 'satPerByte', + displayName: 'Satoshis Per Byte', + displayMultiplier: '0' + } + ], + metaTokens: [], + blockExplorer: 'https://mempool.space/testnet4/block/%s', + addressExplorer: 'https://mempool.space/testnet4/address/%s', + transactionExplorer: 'https://mempool.space/testnet4/tx/%s', + symbolImage: 'https://content.edge.app/bitcoin-logo-solo-64.png', + symbolImageDarkMono: 'https://content.edge.app/bitcoin-logo-solo-64.png' + }, + allTokens: {}, + builtinTokens: {}, + customTokens: {} + }, dash: { otherMethods: {}, currencyInfo: { From 7b9be7925e00bcae8f483770ed15307ba76c9acf Mon Sep 17 00:00:00 2001 From: David Coen Date: Thu, 6 Feb 2025 09:45:39 +0100 Subject: [PATCH 3/4] Update en_US.ts Fixed "Thorchian" typo --- src/locales/en_US.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en_US.ts b/src/locales/en_US.ts index 90131d09058..983a18905c4 100644 --- a/src/locales/en_US.ts +++ b/src/locales/en_US.ts @@ -1454,7 +1454,7 @@ const strings = { // Thorchain savers stake_tc_unavailable: 'Thorchain Savers Unavailable', - stake_tc_unavailable_message: 'Deposits and withdrawal for Thorchian Savers are paused for up to 90 days.', + stake_tc_unavailable_message: 'Deposits and withdrawal for Thorchain Savers are paused for up to 90 days.', fiat_plugin_select_asset_to_purchase: 'Select Asset to Purchase', fiat_plugin_select_asset_to_sell: 'Select Asset to Sell', From 534a8104705477d1783ba97c9bc4de2b73d3c6a4 Mon Sep 17 00:00:00 2001 From: David Coen Date: Thu, 6 Feb 2025 09:47:28 +0100 Subject: [PATCH 4/4] Update enUS.json Fixed "Thorchian" typo --- src/locales/strings/enUS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/strings/enUS.json b/src/locales/strings/enUS.json index a054257f278..f4e96e21b4a 100644 --- a/src/locales/strings/enUS.json +++ b/src/locales/strings/enUS.json @@ -1282,7 +1282,7 @@ "stake_resource_bandwidth": "Bandwidth", "stake_resource_energy": "Energy", "stake_tc_unavailable": "Thorchain Savers Unavailable", - "stake_tc_unavailable_message": "Deposits and withdrawal for Thorchian Savers are paused for up to 90 days.", + "stake_tc_unavailable_message": "Deposits and withdrawal for Thorchain Savers are paused for up to 90 days.", "fiat_plugin_select_asset_to_purchase": "Select Asset to Purchase", "fiat_plugin_select_asset_to_sell": "Select Asset to Sell", "fiat_plugin_sell_network_fee": "Sell Network Fee",