@@ -2,23 +2,23 @@ import EntryPointMeta
22 from '@account-abstraction/contracts/artifacts/EntryPoint.json' with { type : 'json' }
33
44import CrossChainPaymasterMetadata
5- from '@eil-protocol/contracts/artifacts/contracts /CrossChainPaymaster.sol/CrossChainPaymaster.json' with { type : 'json' }
5+ from '@eil-protocol/contracts/artifacts/src /CrossChainPaymaster.sol/CrossChainPaymaster.json' with { type : 'json' }
66import ICrossChainPaymaster
7- from '@eil-protocol/contracts/artifacts/contracts /ICrossChainPaymaster.sol/ICrossChainPaymaster.json' with { type : 'json' }
7+ from '@eil-protocol/contracts/artifacts/src /ICrossChainPaymaster.sol/ICrossChainPaymaster.json' with { type : 'json' }
88import L1AtomicSwapStakeManager
9- from '@eil-protocol/contracts/artifacts/contracts /L1AtomicSwapStakeManager.sol/L1AtomicSwapStakeManager.json' with { type : 'json' }
9+ from '@eil-protocol/contracts/artifacts/src /L1AtomicSwapStakeManager.sol/L1AtomicSwapStakeManager.json' with { type : 'json' }
1010import SimplePaymasterMeta
11- from '@eil-protocol/contracts/artifacts/contracts /SimplePaymaster.sol/SimplePaymaster.json' with { type : 'json' }
11+ from '@eil-protocol/contracts/artifacts/src /SimplePaymaster.sol/SimplePaymaster.json' with { type : 'json' }
1212import RuntimeVarsHelper
13- from '@eil-protocol/contracts/artifacts/contracts /common/RuntimeVarsHelper.sol/RuntimeVarsHelper.json' with { type : 'json' }
13+ from '@eil-protocol/contracts/artifacts/src /common/RuntimeVarsHelper.sol/RuntimeVarsHelper.json' with { type : 'json' }
1414import AtomicSwapTypes
15- from '@eil-protocol/contracts/artifacts/contracts /common/utils/AtomicSwapTypes.sol/AtomicSwapTypes.json' with { type : 'json' }
15+ from '@eil-protocol/contracts/artifacts/src /common/utils/AtomicSwapTypes.sol/AtomicSwapTypes.json' with { type : 'json' }
1616import XlpSelectionHelper
17- from '@eil-protocol/contracts/artifacts/contracts /common/utils/XlpSelectionHelper.sol/XlpSelectionHelper.json' with { type : 'json' }
17+ from '@eil-protocol/contracts/artifacts/src /common/utils/XlpSelectionHelper.sol/XlpSelectionHelper.json' with { type : 'json' }
1818import CreateXMetadata
19- from '@eil-protocol/contracts/artifacts/contracts /createx/CreateX.sol/CreateX.json' with { type : 'json' }
19+ from '@eil-protocol/contracts/artifacts/src /createx/CreateX.sol/CreateX.json' with { type : 'json' }
2020import TestERC20Meta from
21- '@eil-protocol/contracts/artifacts/contracts /test/TestERC20.sol/TestERC20.json' with { type : 'json' }
21+ '@eil-protocol/contracts/artifacts/src /test/TestERC20.sol/TestERC20.json' with { type : 'json' }
2222
2323// global metadata. used for decoding errors.
2424const allMetaData : any [ ] = [
0 commit comments