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 beedfe8 commit b64d9de
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 @@ -36,7 +36,7 @@ import { ZKsyncPlugin } from "web3-plugin-zksync";

const zksyncRpcUrl: string = "https://sepolia.era.zksync.dev";

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

0 comments on commit b64d9de

Please sign in to comment.