Skip to content

Commit

Permalink
refactor: update iota-sdk name
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd committed Aug 13, 2024
1 parent 4f78169 commit f6c4327
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import { TransactionBlock } from '@iota/iota.js/transactions';
import { IOTA_TYPE_ARG, IOTA_FRAMEWORK_ADDRESS } from '@iota/iota.js/utils';
import { TransactionBlock } from '@iota/iota-sdk/transactions';
import { IOTA_TYPE_ARG, IOTA_FRAMEWORK_ADDRESS } from '@iota/iota-sdk/utils';

interface CreateUnlockTimelockedObjectTransactionOptions {
address: string;
Expand Down

0 comments on commit f6c4327

Please sign in to comment.