Skip to content

Commit

Permalink
chore: update incorrect path for contract artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Feb 20, 2024
1 parent f74db97 commit d69ac92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ export const testSecurityScenarios = (buildContext: () => Promise<LSP6TestContex
const _reentrancyStatusSlotNumber = ethers.toBigInt(
(
await artifacts.getBuildInfo(
'contracts/LSP6KeyManager/LSP6KeyManager.sol:LSP6KeyManager',
'@lukso/lsp6-contracts/contracts/LSP6KeyManager.sol:LSP6KeyManager',
)
)?.output.contracts[
'contracts/LSP6KeyManager/LSP6KeyManager.sol'
'@lukso/lsp6-contracts/contracts/LSP6KeyManager.sol'
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
].LSP6KeyManager.storageLayout.storage.filter((elem) => {
Expand Down

0 comments on commit d69ac92

Please sign in to comment.