Skip to content

Commit

Permalink
Export isEIP1559Transaction function (#1058)
Browse files Browse the repository at this point in the history
This function is used in mobile. It was exported prior to the monorepo
release.
  • Loading branch information
Gudahtt authored and MajorLift committed Oct 11, 2023
1 parent d38d2a6 commit 28fc859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/transaction-controller/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './TransactionController';
export { isEIP1559Transaction } from './utils';

0 comments on commit 28fc859

Please sign in to comment.