Skip to content

Commit 734b477

Browse files
committed
♻️ RPC
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent ab43b84 commit 734b477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ const config: HardhatUserConfig = {
12501250
},
12511251
lensTestnet: {
12521252
chainId: 37111,
1253-
url: vars.get("LENS_TESTNET_URL", "https://rpc.testnet.lens.dev"),
1253+
url: vars.get("LENS_TESTNET_URL", "https://rpc.testnet.lens.xyz"),
12541254
accounts,
12551255
},
12561256
lensMain: {

0 commit comments

Comments
 (0)