From 98ba3ab341ed6ee195aaf3e3e5bf3ffa65f6535b Mon Sep 17 00:00:00 2001 From: yoojinko <95398840+yoojinko@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:54:12 +0900 Subject: [PATCH] Update constants.ts --- src/constants.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 119cc67..8b5a4f4 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -65,17 +65,17 @@ export const defaultAppRules = (appName: string): { [type: string]: { ref: strin }, }, }, - requestKey: { - ref: Path.app(appName).requestKey("$userAddress", "$requestKey"), - value: { - ".rule": { - state: { - gc_max_siblings: 20, - gc_num_siblings_deleted: 10, - }, - }, - } - }, + // requestKey: { + // ref: Path.app(appName).requestKey("$userAddress", "$requestKey"), + // value: { + // ".rule": { + // state: { + // gc_max_siblings: 20, + // gc_num_siblings_deleted: 10, + // }, + // }, + // } + // }, request: { ref: Path.app(appName).request("$userAddress", "$requestKey"), value: {