Skip to content

Commit

Permalink
Update gas-prices.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Dec 17, 2024
1 parent 37eb6bf commit 4236332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/gas-prices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const handler = async (
})
);
const responseJson = Object.fromEntries(
chains.map(({ chainId }, i) => [chainId, gasPrices[i]])
chains.map(({ chainId }, i) => [chainId, gasPrices[i].toString()])
);

logger.debug({
Expand Down

0 comments on commit 4236332

Please sign in to comment.