Skip to content

Commit

Permalink
fixup! test(e2e): wallet tests updated to use tx builder for minting
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceahasegan committed May 3, 2024
1 parent 0a3bca6 commit 12a414d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/e2e/src/factories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@ const patchInitializeTxToRespectEpochBoundary = <T extends ObservableWallet>(
* @returns an object containing the wallet and providers passed to it
*/
export const getWallet = async (props: GetWalletProps) => {
const { env, idx, logger, name, polling, stores, customKeyParams, witnesser } = props;
const keyAgent = props.keyAgent;
const { env, idx, logger, name, polling, stores, customKeyParams, keyAgent, witnesser } = props;
const providers = {
addressDiscovery: await addressDiscoveryFactory.create(
env.ADDRESS_DISCOVERY,
Expand Down

0 comments on commit 12a414d

Please sign in to comment.