diff --git a/packages/tx/src/types.ts b/packages/tx/src/types.ts index 118a5f67914..cc4ee21370f 100644 --- a/packages/tx/src/types.ts +++ b/packages/tx/src/types.ts @@ -1,3 +1,4 @@ +// Line is added so I can open a placeholder PR on github [REMOVE ME] import { bytesToBigInt, toBytes } from '@ethereumjs/util' import type { FeeMarket1559Tx } from './1559/tx.js'