Skip to content

Commit

Permalink
fix(example): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RanGojo committed Aug 13, 2024
1 parent 048ed7b commit 2684f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/node-evm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const privateKey = 'YOUR_PRIVATE_KEY';
const wallet = new ethers.Wallet(privateKey);
const rpcProvider = new ethers.JsonRpcProvider('https://bsc-dataseed1.defibit.io');
const walletWithProvider = wallet.connect(rpcProvider);
logWallet(walletWithProvider.addresslogWallet)
logWallet(walletWithProvider.address)

// initiate sdk using your api key
const API_KEY = "c6381a79-2817-4602-83bf-6a641a409e32"
Expand Down

0 comments on commit 2684f71

Please sign in to comment.