Skip to content

Commit 5bde644

Browse files
Jon-edgeswansontec
authored andcommitted
Update OSMOSIS_INIT type
1 parent aa718a1 commit 5bde644

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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

src/envConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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, '')

0 commit comments

Comments
 (0)