diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bf0ff64dc..847d6149610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - changed: Fees are no longer estimated before amounts are entered in `SendScene2` - changed: Remove boot logo animation on Android. - changed: Recent wallets added to the top of the Wallet List when searching +- changed: `OSMOSIS_INIT` type updated to accept api keys - fixed: Connecting tokens to FIO addresses failing if there was a "." in the currency code - fixed: (ETH) Improper Kiln staking balance shown. - fixed: Informative insufficient funds error message for Velo staking diff --git a/src/envConfig.ts b/src/envConfig.ts index 5b66843b766..cfcd137a453 100644 --- a/src/envConfig.ts +++ b/src/envConfig.ts @@ -276,7 +276,7 @@ export const asEnvConfig = asObject({ }).withRest ), OPTIMISM_INIT: asCorePluginInit(asEvmApiKeys), - OSMOSIS_INIT: asCorePluginInit(asBoolean), + OSMOSIS_INIT: asCorePluginInit(asEvmApiKeys), PIVX_INIT: asCorePluginInit( asObject({ nowNodesApiKey: asOptional(asString, '')