From e589a82ccdc11446a6448c16e38612e2f8a8eeb5 Mon Sep 17 00:00:00 2001 From: vignesha22 <82584664+vignesha22@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:22:56 +0530 Subject: [PATCH] Hot fix (#71) --- backend/src/paymaster/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/paymaster/index.ts b/backend/src/paymaster/index.ts index 8a16632..d275c6c 100644 --- a/backend/src/paymaster/index.ts +++ b/backend/src/paymaster/index.ts @@ -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 {