Skip to content

Commit

Permalink
feat: update verson
Browse files Browse the repository at this point in the history
BREAKING CHANGE: v3 transactions
  • Loading branch information
tabaktoni committed Dec 6, 2023
1 parent fe20ce7 commit 5dfe445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/config/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const getTestAccount = (provider: ProviderInterface) => {
toHex(process.env.TEST_ACCOUNT_ADDRESS || ''),
process.env.TEST_ACCOUNT_PRIVATE_KEY || '',
undefined,
process.env.TX_VERSION === 'v3' ? ETransactionVersion.V3 : undefined // TODO: enable setup to test diff TX versions
process.env.TX_VERSION === 'v3' ? ETransactionVersion.V3 : undefined // TODO: enable setup to test diff TX versions, add this to print table
);
};

Expand Down

0 comments on commit 5dfe445

Please sign in to comment.