File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515- changed: Fees are no longer estimated before amounts are entered in ` SendScene2 `
1616- changed: Remove boot logo animation on Android.
1717- changed: Recent wallets added to the top of the Wallet List when searching
18+ - changed: ` OSMOSIS_INIT ` type updated to accept api keys
1819- fixed: Connecting tokens to FIO addresses failing if there was a "." in the currency code
1920- fixed: (ETH) Improper Kiln staking balance shown.
2021- fixed: Informative insufficient funds error message for Velo staking
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ export const asEnvConfig = asObject({
263263 } ) . withRest
264264 ) ,
265265 OPTIMISM_INIT : asCorePluginInit ( asEvmApiKeys ) ,
266- OSMOSIS_INIT : asCorePluginInit ( asBoolean ) ,
266+ OSMOSIS_INIT : asCorePluginInit ( asEvmApiKeys ) ,
267267 PIVX_INIT : asCorePluginInit (
268268 asObject ( {
269269 nowNodesApiKey : asOptional ( asString , '' )
You can’t perform that action at this time.
0 commit comments