diff --git a/README.md b/README.md index 7f166968f30..6fcf6dec561 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. diff --git a/src/__tests__/edgeProvider.test.ts b/src/__tests__/edgeProvider.test.ts index 3e9eca15f35..afde82be949 100644 --- a/src/__tests__/edgeProvider.test.ts +++ b/src/__tests__/edgeProvider.test.ts @@ -6807,6 +6807,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: { 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', 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",