From fe3fbc4eddfecfce31d4d5c36befa871966f0502 Mon Sep 17 00:00:00 2001 From: paulo-ocean Date: Fri, 6 Sep 2024 16:01:06 +0100 Subject: [PATCH] debug test --- src/utils/Assets.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/Assets.ts b/src/utils/Assets.ts index 15744db4..7f669036 100644 --- a/src/utils/Assets.ts +++ b/src/utils/Assets.ts @@ -139,6 +139,8 @@ export async function createAsset( const config = new ConfigHelper().getConfig(parseInt(String(chainID))) + console.log('Config is:', config) + const templateIndex = await calculateTemplateIndex(chainID, template) if (templateIndex < 1) { throw new Error(`Invalid template index: ${templateIndex}`)