diff --git a/hardhat.config.ts b/hardhat.config.ts index ae526c9..57e9341 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -19,7 +19,7 @@ const config: HardhatUserConfig = { lensTestnet: { chainId: 37111, ethNetwork: "sepolia", // or a Sepolia RPC endpoint from Infura/Alchemy/Chainstack etc. - url: "https://api.staging.lens.zksync.dev", + url: "https://rpc.testnet.lens.dev", verifyURL: "https://api-explorer-verify.staging.lens.zksync.dev/contract_verification", zksync: true,