From 099eb43f75c271d987ab7b5dc81fe0a565a48dfb Mon Sep 17 00:00:00 2001 From: Tristan Menzel Date: Thu, 20 Feb 2025 16:33:54 -0800 Subject: [PATCH] fix: Update methodSelector arg parsing to match updated stub --- src/awst_build/eb/arc4/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/awst_build/eb/arc4/util.ts b/src/awst_build/eb/arc4/util.ts index 3f064df9e..baa862cd7 100644 --- a/src/awst_build/eb/arc4/util.ts +++ b/src/awst_build/eb/arc4/util.ts @@ -177,7 +177,7 @@ export class MethodSelectorFunctionBuilder extends FunctionBuilder { } = parseFunctionArgs({ args, typeArgs, - genericTypeArgs: 4, + genericTypeArgs: 0, callLocation: sourceLocation, funcName: this.typeDescription, argSpec: (a) => [a.passthrough()],