Skip to content

Commit

Permalink
Merge branch 'releases/1.11.4' into feature/merge_from_1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Dec 20, 2024
2 parents f114c99 + 2723b57 commit 314c73f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ final class dydxCarteraConfigWorker: BaseWorker {
}

private func configureCartera(environment: V4Environment) {
if let wallets = environment.walletConnection?.walletConnect?.v2?.wallets?.ios {
CarteraConfig.shared.wcModalWallets = wallets
}
let config = WalletProvidersConfig(walletConnectV1: nil,
walletConnectV2: WalletConnectV2Config(environment: environment),
walletSegue: WalletSegueConfig(environment: environment))
Expand Down

0 comments on commit 314c73f

Please sign in to comment.