Skip to content

Commit

Permalink
chore: update api URL
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque authored Sep 26, 2023
1 parent 9cbe546 commit eb30e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/lib/delay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit eb30e7a

Please sign in to comment.