Skip to content

Commit 66487f6

Browse files
fix: build issues
1 parent 30df6ec commit 66487f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/allo/backends/allo-v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ export class AlloV2 implements Allo {
15021502
address: this.allo.address(),
15031503
abi: AlloAbi,
15041504
functionName: "allocate",
1505-
args: [poolId, txData as Hex],
1505+
args: [poolId, txData],
15061506
value: args.tokenAddress === zeroAddress ? args.amount : 0n,
15071507
});
15081508

0 commit comments

Comments
 (0)