Skip to content

Commit

Permalink
update ethers to V6
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 30, 2024
1 parent 71e148c commit b6b5cf8
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 751 deletions.
2 changes: 1 addition & 1 deletion examples/sdk-simple/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { setTimeout } from 'node:timers/promises';
// Moonbeam Signer ===========================================================

const moonbeamPrivateKey = '';
const provider = new ethers.providers.WebSocketProvider(moonbeam.ws, {
const provider = new ethers.WebSocketProvider(moonbeam.ws, {
chainId: moonbeam.id,
name: moonbeam.name,
});
Expand Down
Loading

0 comments on commit b6b5cf8

Please sign in to comment.