Skip to content

Commit 36fea13

Browse files
committed
updated the RPC URL
1 parent 02bd64d commit 36fea13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/tutorials/sdk-trace-txns.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// because it uses Ankr. Maybe the SDK should be updated to use smaller block ranges depending
1111
// on the RPC but that's a separate issue.
1212

13-
const l1RpcUrl = L1_RPC_URL;
14-
const l2RpcUrl = L2_RPC_URL;
13+
const l1RpcUrl = process.env.L1_RPC_URL;
14+
const l2RpcUrl = process.env.L2_RPC_URL;
1515

1616
// Docs CI wallet, will have deposits and withdrawals.
1717
const depositHash = '0x5896d6e4a47b465e0d925723bab838c62ef53468139a5e9ba501efd70f90cccb'

0 commit comments

Comments
 (0)