Skip to content

Commit 7ad94c5

Browse files
fix: build issue
1 parent 4e04644 commit 7ad94c5

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
@@ -1492,7 +1492,7 @@ export class AlloV2 implements Allo {
14921492
address: this.allo.address(),
14931493
abi: AlloAbi,
14941494
functionName: "allocate",
1495-
args: [poolId, encodeData],
1495+
args: [poolId, encodeData as Hex],
14961496
value: args.tokenAddress === zeroAddress ? args.amount : 0n,
14971497
});
14981498

0 commit comments

Comments
 (0)