Skip to content

Commit bcf0ddb

Browse files
refactor(sdk): update ERC734 imports to use core registry path
1 parent 9f955ee commit bcf0ddb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/sdk/src/lib/dataProtectorCore/smartContract/getWhitelistContract.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Contract } from 'ethers';
22
import { IExec } from 'iexec';
3-
import { ABI } from '../../../../generated/abis/sharing/registry/ERC734.sol/ERC734.js';
4-
import { ERC734 } from '../../../../generated/typechain/sharing/registry/ERC734.js';
3+
import { ABI } from '../../../../generated/abis/core/registry/ERC734.sol/ERC734.js';
4+
import { ERC734 } from '../../../../generated/typechain/core/registry/ERC734.js';
55
import { AddressOrENS } from '../../types/commonTypes.js';
66

77
export async function getWhitelistContract(

packages/sdk/src/lib/dataProtectorCore/smartContract/whitelistContract.read.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { zeroPadValue } from 'ethers';
22
import { Address } from 'iexec';
3-
import { ERC734 } from '../../../../generated/typechain/sharing/registry/ERC734.js';
3+
import { ERC734 } from '../../../../generated/typechain/core/registry/ERC734.js';
44
import { GROUP_MEMBER_PURPOSE } from '../../../config/config.js';
55

66
export const isAddressInWhitelist = async ({

0 commit comments

Comments
 (0)