Skip to content

Commit da15c2a

Browse files
committed
explicitely set txn type
1 parent f087275 commit da15c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pkp-ethers/src/lib/pkp-ethers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ export class PKPEthersWallet
275275
if (feeData.maxFeePerGas && feeData.maxPriorityFeePerGas) {
276276
transaction.maxFeePerGas = feeData.maxFeePerGas;
277277
transaction.maxPriorityFeePerGas = feeData.maxPriorityFeePerGas;
278+
transaction.type = EIP1559_TX_TYPE;
278279
this.pkpBase.log(
279280
'signTransaction => maxFeePerGas:',
280281
transaction.maxFeePerGas

0 commit comments

Comments
 (0)