Skip to content

Commit

Permalink
starknet-gauntlet-token/test/commands/token.test.ts: fix OZ deploy im…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
cfal committed Mar 19, 2024
1 parent f2a6532 commit c51a44f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import deployOZCommand from '@chainlink/starknet-gauntlet-oz/src/commands/account/deploy'
import { Deploy as deployOZCommand } from '@chainlink/starknet-gauntlet-oz/src/commands/account/deploy'
import deployTokenCommand from '../../src/commands/token/deploy'
import mintTokensCommand from '../../src/commands/token/mint'
import transferTokensCommand from '../../src/commands/token/transfer'
Expand Down

0 comments on commit c51a44f

Please sign in to comment.