From 3493caf04db5ff2d586c31a76fe29afb5d5f0fdb Mon Sep 17 00:00:00 2001 From: Mario J Maurello Date: Thu, 12 Sep 2024 18:05:34 +0200 Subject: [PATCH] add comment --- examples/sdk-simple/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/sdk-simple/index.ts b/examples/sdk-simple/index.ts index c35c5617..513e3bfa 100644 --- a/examples/sdk-simple/index.ts +++ b/examples/sdk-simple/index.ts @@ -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);