We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe20ce7 commit 5dfe445Copy full SHA for 5dfe445
__tests__/config/fixtures.ts
@@ -74,7 +74,7 @@ export const getTestAccount = (provider: ProviderInterface) => {
74
toHex(process.env.TEST_ACCOUNT_ADDRESS || ''),
75
process.env.TEST_ACCOUNT_PRIVATE_KEY || '',
76
undefined,
77
- 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
78
);
79
};
80
0 commit comments