diff --git a/examples/token/hardhat.config.ts b/examples/token/hardhat.config.ts index 918e279b..eef5c50d 100644 --- a/examples/token/hardhat.config.ts +++ b/examples/token/hardhat.config.ts @@ -1,5 +1,4 @@ import "./tasks/deploy"; -import "./tasks/deploy"; import "./tasks/mint"; import "./tasks/transfer"; import "./tasks/universalSetCounterparty";