Updated on 2026-08-14
This commit is contained in:
parent
57684bfeef
commit
7a9bea464d
1 changed files with 1 additions and 3 deletions
|
|
@ -32,9 +32,7 @@ internal class WalletManagerFactoryCreator @Inject constructor(
|
|||
config = config,
|
||||
blockchainProviderTypes = blockchainProviderTypes,
|
||||
accountCreator = accountCreator,
|
||||
featureToggles = BlockchainFeatureToggles(
|
||||
isEthereumEIP1559Enabled = true,
|
||||
),
|
||||
featureToggles = BlockchainFeatureToggles(),
|
||||
blockchainDataStorage = blockchainDataStorage,
|
||||
loggers = listOf(blockchainSDKLogger),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue