Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Sep 12, 2024
1 parent 3b29cc0 commit 3493caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/sdk-simple/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const provider = new ethers.WebSocketProvider(moonbeam.ws[0], {
});

// Using ethers
// *****WARNING: IN THE UPCOMING VERSION OF THIS SDK, ethers SUPPORT WILL BE REMOVED, PLEASE SWITCH TO viem WHEN POSSIBLE
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const ethersSigner = new ethers.Wallet(moonbeamPrivateKey, provider);

Expand Down

0 comments on commit 3493caf

Please sign in to comment.