Skip to content

Commit

Permalink
Update content/tutorials/guide-web3js/10.index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sabrina <[email protected]>
  • Loading branch information
AlbionaHoti and itsacoyote authored Aug 28, 2024
1 parent b64d9de commit 92846d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/tutorials/guide-web3js/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const zksyncRpcUrl: string = "https://sepolia.era.zksync.dev";

console.log(`📞 Connecting to ZKsync Era [${zksyncRpcUrl}]`);
const web3: Web3 = new Web3(ZKsyncRpcUrl);
web3.registerPlugin(new ZKsyncPlugin(ZKsyncRpcUrl));
web3.registerPlugin(new ZKsyncPlugin(zksyncRpcUrl));
```

::callout{icon="i-heroicons-exclamation-circle"}
Expand Down

0 comments on commit 92846d9

Please sign in to comment.