Skip to content

Commit

Permalink
Fix 404 supported chains link
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetlover36 authored Feb 15, 2024
1 parent a4205a7 commit 9decf35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hardhat-viem/src/internal/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const client = await hre.viem.getPublicClient({
...
});
You can find a list of supported networks here: https://viem.sh/docs/clients/chains.html`
You can find a list of supported networks here: https://github.com/wevm/viem/blob/main/src/chains/index.ts`
);
}
}
Expand All @@ -40,7 +40,7 @@ const client = await hre.viem.getPublicClient({
...
});
You can find a list of supported networks here: https://viem.sh/docs/clients/chains.html`
You can find a list of supported networks here: https://github.com/wevm/viem/blob/main/src/chains/index.ts`
);
}
}
Expand Down

0 comments on commit 9decf35

Please sign in to comment.