We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771c95a commit 8bb37c5Copy full SHA for 8bb37c5
sdk/typescript/src/api/network/get-gas-price.ts
@@ -27,7 +27,7 @@ export const getGasPrices = async (
27
try {
28
const response = await getApi<GasEstimatorResult | null>(
29
baseConfig,
30
- `gas/price/${chainId}`
+ `networks/gas/price/${chainId}`
31
);
32
return response.data;
33
} catch (error: any) {
0 commit comments