Skip to content

Commit

Permalink
fix: pass reloadOnDisconnect to WalletSDKRelay (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRAG authored Jan 24, 2023
1 parent dec550b commit bbe4273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wallet-sdk/src/CoinbaseWalletSDK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class CoinbaseWalletSDK {
storage: this._storage,
relayEventManager: this._relayEventManager,
diagnosticLogger: this._diagnosticLogger,
reloadOnDisconnect: this._reloadOnDisconnect,
});
this.setAppInfo(options.appName, options.appLogoUrl);

Expand Down

0 comments on commit bbe4273

Please # to comment.