Skip to content

Commit 33a1d4d

Browse files
committed
update poolId (new contract deployed
1 parent 3e0590e commit 33a1d4d

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
@@ -85,7 +85,7 @@ export function getAlloAddress(chainId: number) {
8585
export function getDirectAllocationPoolId(chainId: number) {
8686
switch (chainId) {
8787
case 11155111:
88-
return 375;
88+
return 386;
8989
default:
9090
return undefined;
9191
}

0 commit comments

Comments
 (0)