Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-sg authored Nov 14, 2023
1 parent a4fc6e2 commit 8ad8162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antelope/wallets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class AntelopeWallets {
this.trace('getWeb3Provider authenticator.web3Provider() Failed!', e1);
}

// we try to build a web4 provider from a local injected provider it it exists
// we try to build a web3 provider from a local injected provider it it exists
try {
if (window.ethereum) {
const web3Provider = new ethers.providers.Web3Provider(window.ethereum);
Expand Down

0 comments on commit 8ad8162

Please sign in to comment.