Skip to content

Commit

Permalink
test: Test binance web3 wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Jun 11, 2024
1 parent 97b29c7 commit 77bf337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class BinanceWeb3WalletConnector extends InjectedConnector {
}

public async getProvider() {
await sleep(3000);
await sleep(4000);
return this.options.getProvider();
}
}
Expand Down

0 comments on commit 77bf337

Please sign in to comment.