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 92846d9 commit 87e1819
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 @@ -37,7 +37,7 @@ import { ZKsyncPlugin } from "web3-plugin-zksync";
const zksyncRpcUrl: string = "https://sepolia.era.zksync.dev";

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

Expand Down

0 comments on commit 87e1819

Please sign in to comment.