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 f087275 commit da15c2aCopy full SHA for da15c2a
packages/pkp-ethers/src/lib/pkp-ethers.ts
@@ -275,6 +275,7 @@ export class PKPEthersWallet
275
if (feeData.maxFeePerGas && feeData.maxPriorityFeePerGas) {
276
transaction.maxFeePerGas = feeData.maxFeePerGas;
277
transaction.maxPriorityFeePerGas = feeData.maxPriorityFeePerGas;
278
+ transaction.type = EIP1559_TX_TYPE;
279
this.pkpBase.log(
280
'signTransaction => maxFeePerGas:',
281
transaction.maxFeePerGas
0 commit comments