Skip to content

Commit a98b04f

Browse files
committed
fix hooks script
1 parent 29632ea commit a98b04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/PoolHooks.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ contract PoolHooks is JsonRegistry, CreateXScript {
102102
string memory params = string.concat(
103103
"limit: 1000,"
104104
"where: {"
105-
" centrifugeId: ", vm.toString(centrifugeId),
105+
" centrifugeId: ", vm.toString(centrifugeId).asJsonString(),
106106
"}"
107107
);
108108

0 commit comments

Comments
 (0)