We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bd64d commit 36fea13Copy full SHA for 36fea13
public/tutorials/sdk-trace-txns.js
@@ -10,8 +10,8 @@
10
// because it uses Ankr. Maybe the SDK should be updated to use smaller block ranges depending
11
// on the RPC but that's a separate issue.
12
13
-const l1RpcUrl = L1_RPC_URL;
14
-const l2RpcUrl = L2_RPC_URL;
+const l1RpcUrl = process.env.L1_RPC_URL;
+const l2RpcUrl = process.env.L2_RPC_URL;
15
16
// Docs CI wallet, will have deposits and withdrawals.
17
const depositHash = '0x5896d6e4a47b465e0d925723bab838c62ef53468139a5e9ba501efd70f90cccb'
0 commit comments