From 6ce8becf418624ff1995647f12f892654f5f1652 Mon Sep 17 00:00:00 2001 From: gaetbout Date: Mon, 10 Jun 2024 10:43:00 +0200 Subject: [PATCH] format --- scripts/profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/profile.ts b/scripts/profile.ts index b8b90c7..b2f49cd 100644 --- a/scripts/profile.ts +++ b/scripts/profile.ts @@ -3,7 +3,7 @@ import { LegacyStarknetKeyPair, deployer, manager } from "../lib"; import { newProfiler } from "../lib/gas"; // TODO add this in CI, skipped atm to avoid false failing tests -// TODO Add possibility to "mix" gift_token and fee_token +// TODO Add possibility to "mix" gift_token and fee_token const profiler = newProfiler(manager);