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 d0e1910 commit beedfe8
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 @@ -34,7 +34,7 @@ and [register the plugin](https://docs.web3js.org/guides/web3_plugin_guide/plugi
import { Web3 } from "web3";
import { ZKsyncPlugin } from "web3-plugin-zksync";

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

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

0 comments on commit beedfe8

Please sign in to comment.