Skip to content

Commit

Permalink
fix: okx auto switch chain
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Feb 18, 2024
1 parent 3baf134 commit ca87f27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class Interceptor implements Middleware<ConnectionContext> {
),
[ProviderType.CustomEvent]: Composer.from(new MetaMaskLike(ProviderType.CustomEvent)),
[ProviderType.MetaMask]: Composer.from(new MetaMaskLike(ProviderType.MetaMask)),
[ProviderType.OKX]: Composer.from(new MetaMaskLike(ProviderType.OKX)),
[ProviderType.WalletConnect]: Composer.from(new WalletConnect()),
[ProviderType.Coin98]: Composer.from(new MetaMaskLike(ProviderType.Coin98)),
[ProviderType.Fortmatic]: Composer.from(new Fortmatic()),
Expand Down

0 comments on commit ca87f27

Please sign in to comment.