Skip to content

Commit

Permalink
fix(core): Revert timelock.constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Dec 20, 2024
1 parent dfba076 commit dc3ea7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/core/src/constants/timelock.constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import { COIN_TYPE } from './coins.constants';

export const TIMELOCK_IOTA_TYPE = `0x2::timelock::TimeLock<0x2::balance::Balance<${COIN_TYPE}>>`;
export const TIMELOCK_IOTA_TYPE = `0x2::timelock::TimeLock<0x2::balance::Balance<0x2::iota::IOTA>>`;
export const TIMELOCK_STAKED_TYPE = '0x3::timelocked_staking::TimelockedStakedIota';

0 comments on commit dc3ea7f

Please sign in to comment.