Skip to content

Commit

Permalink
feat: update lens testnet rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
defispartan committed Jan 10, 2025
1 parent 281dffe commit cd5a719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cd5a719

Please sign in to comment.