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 e9c23ad commit 8730dfbCopy full SHA for 8730dfb
packages/thirdweb/src/gas/fee-data.ts
@@ -61,7 +61,7 @@ export async function getGasOverridesForTransaction(
61
maxPriorityFeePerGas,
62
};
63
}
64
- if (gasPrice) {
+ if (typeof gasPrice === "bigint") {
65
return { gasPrice };
66
67
0 commit comments