Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/envConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, '')
Expand Down
Loading