File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/sdk/src/lib/dataProtectorCore/smartContract Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { Contract } from 'ethers' ;
22import { IExec } from 'iexec' ;
33import { ABI } from '../../../../generated/abis/core/interfaces/IDataProtector.sol/IDataProtector.js' ;
4- import { IDataProtector } from '../../../../generated/typechain/core/ interfaces/IDataProtector.js' ;
4+ import { IDataProtector } from '../../../../generated/typechain/interfaces/IDataProtector.js' ;
55import { AddressOrENS } from '../../types/commonTypes.js' ;
66
77export async function getDataProtectorCoreContract (
Original file line number Diff line number Diff line change 11import { Contract } from 'ethers' ;
22import { IExec } from 'iexec' ;
33import { ABI } from '../../../../generated/abis/core/registry/ERC734.sol/ERC734.js' ;
4- import { ERC734 } from '../../../../generated/typechain/core/ registry/ERC734.js' ;
4+ import { ERC734 } from '../../../../generated/typechain/registry/ERC734.js' ;
55import { AddressOrENS } from '../../types/commonTypes.js' ;
66
77export async function getWhitelistContract (
Original file line number Diff line number Diff line change 11import { zeroPadValue } from 'ethers' ;
22import { Address } from 'iexec' ;
3- import { ERC734 } from '../../../../generated/typechain/core/ registry/ERC734.js' ;
3+ import { ERC734 } from '../../../../generated/typechain/registry/ERC734.js' ;
44import { GROUP_MEMBER_PURPOSE } from '../../../config/config.js' ;
55
66export const isAddressInWhitelist = async ( {
You can’t perform that action at this time.
0 commit comments