Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
sgc-code committed Jun 25, 2024
1 parent e9a3676 commit 0d50cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/gift_factory.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ mod GiftFactory {
get_block_timestamp
};
use starknet_gifting::contracts::claim_account::{IGiftAccount, IGiftAccountDispatcher, AccountConstructorArguments};
use starknet_gifting::contracts::claim_data::{ClaimData};
use starknet_gifting::contracts::claim_hash::{ClaimExternal, IOffChainMessageHashRev1};
use starknet_gifting::contracts::gift_factory::IGiftFactory;
use starknet_gifting::contracts::claim_data::{ClaimData};
use starknet_gifting::contracts::timelock_upgrade::{ITimelockUpgradeCallback, TimelockUpgradeComponent};
use starknet_gifting::contracts::utils::{
calculate_claim_account_address, STRK_ADDRESS, ETH_ADDRESS, serialize, full_deserialize
Expand Down

0 comments on commit 0d50cfa

Please sign in to comment.