From eb30e7a818da8d82824e7b45ed3a49736d999f8b Mon Sep 17 00:00:00 2001 From: Benjamin Levesque <14175665+benjlevesque@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:28:38 +0200 Subject: [PATCH] chore: update api URL --- cli/lib/delay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/lib/delay.ts b/cli/lib/delay.ts index 70f27ed..ba02cb1 100644 --- a/cli/lib/delay.ts +++ b/cli/lib/delay.ts @@ -50,7 +50,7 @@ const getLastBlockTheGraph = async (network: string) => { const getProviderUrl = async (network: string) => { const { data } = await client.get<{ name: string; rpcUrls: string[] }[]>( - "https://api.request.network/currency/chains", + "https://api.request.finance/currency/chains", ); return (