Skip to content

Commit

Permalink
Hot fix (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesha22 authored Mar 5, 2024
1 parent 45cbd5f commit e589a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/paymaster/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { providers, Wallet, ethers, Contract } from 'ethers';
import { arrayify, defaultAbiCoder, hexConcat } from 'ethers/lib/utils.js';
import abi from "../abi/EtherspotAbi.js";
import { PimlicoPaymaster, getERC20Paymaster } from './pimlico.js';
import ErrorMessage from 'constants/ErrorMessage.js';
import ErrorMessage from '../constants/ErrorMessage.js';

export class Paymaster {

Expand Down

0 comments on commit e589a82

Please sign in to comment.