File tree 4 files changed +3
-6
lines changed
LSP17Extensions/Extension4337
LSP20CallVerification/LSP6/Interactions
4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2
2
* Set of constants values as defined in each LUKSO Standards Proposals (LSPs).
3
3
* @see https://github.com/lukso-network/LIPs/tree/main/LSPs
4
4
*/
5
- export * from './contracts' ;
5
+ // export * from './contracts';
6
6
7
7
import { INTERFACE_ID_LSP0ERC725Account , LSP0_TYPE_IDS } from '@lukso/lsp0-contracts' ;
8
8
import { INTERFACE_ID_LSP1 , LSP1DataKeys } from '@lukso/lsp1-contracts' ;
Original file line number Diff line number Diff line change 1
1
import { ethers } from 'hardhat' ;
2
2
import { SignerWithAddress } from '@nomicfoundation/hardhat-ethers/signers' ;
3
- import { Signer } from 'ethers' ;
4
3
import { EntryPoint__factory , EntryPoint } from '@account-abstraction/contracts' ;
5
4
6
5
import { BytesLike , parseEther } from 'ethers' ;
Original file line number Diff line number Diff line change @@ -331,10 +331,10 @@ export const testSecurityScenarios = (buildContext: () => Promise<LSP6TestContex
331
331
const _reentrancyStatusSlotNumber = ethers . toBigInt (
332
332
(
333
333
await artifacts . getBuildInfo (
334
- 'contracts/LSP6KeyManager /LSP6KeyManager.sol:LSP6KeyManager' ,
334
+ '@lukso/lsp6- contracts/contracts /LSP6KeyManager.sol:LSP6KeyManager' ,
335
335
)
336
336
) ?. output . contracts [
337
- 'contracts/LSP6KeyManager /LSP6KeyManager.sol'
337
+ '@lukso/lsp6- contracts/contracts /LSP6KeyManager.sol'
338
338
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
339
339
// @ts -ignore
340
340
] . LSP6KeyManager . storageLayout . storage . filter ( ( elem ) => {
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ import { expect } from 'chai';
5
5
import {
6
6
UniversalReceiverDelegateTokenReentrant__factory ,
7
7
LSP7Mintable ,
8
- LSP6KeyManager ,
9
- UniversalProfile ,
10
8
UniversalProfileInit ,
11
9
LSP6KeyManagerInit ,
12
10
UniversalReceiverDelegateTokenReentrant ,
You can’t perform that action at this time.
0 commit comments