diff --git a/content/tutorials/guide-web3js/10.index.md b/content/tutorials/guide-web3js/10.index.md index ccf44e9..d6ca178 100644 --- a/content/tutorials/guide-web3js/10.index.md +++ b/content/tutorials/guide-web3js/10.index.md @@ -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);