From ba0d9b5e963d8fb3b0fbb42848d1124d4b28373f Mon Sep 17 00:00:00 2001 From: Kevin Neilson Date: Wed, 18 Dec 2024 12:17:26 -0800 Subject: [PATCH] revision --- builders/get-started/endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/get-started/endpoints.md b/builders/get-started/endpoints.md index b96b6786d..0a75e87ef 100644 --- a/builders/get-started/endpoints.md +++ b/builders/get-started/endpoints.md @@ -317,7 +317,7 @@ To override the balance of a particular account, you can override the account st To run lazy loading with the balance state override, you can use the following command: ``` - --lazy-loading-remote-rpc 'INSERT-RPC-URL' --lazy-loading-state-overrides ./state-override.json + --lazy-loading-remote-rpc 'INSERT-RPC-URL' --lazy-loading-state-overrides ./state-overrides.json ``` ## Tracing RPC Endpoint Providers {: #tracing-providers }