Skip to content

Commit 5dfe445

Browse files
committed
feat: update verson
BREAKING CHANGE: v3 transactions
1 parent fe20ce7 commit 5dfe445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/config/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const getTestAccount = (provider: ProviderInterface) => {
7474
toHex(process.env.TEST_ACCOUNT_ADDRESS || ''),
7575
process.env.TEST_ACCOUNT_PRIVATE_KEY || '',
7676
undefined,
77-
process.env.TX_VERSION === 'v3' ? ETransactionVersion.V3 : undefined // TODO: enable setup to test diff TX versions
77+
process.env.TX_VERSION === 'v3' ? ETransactionVersion.V3 : undefined // TODO: enable setup to test diff TX versions, add this to print table
7878
);
7979
};
8080

0 commit comments

Comments
 (0)