From 8c401528423d3a0aed34eb8adcc8d64e87dd924b Mon Sep 17 00:00:00 2001 From: Zaptoss Date: Fri, 27 Sep 2024 14:23:35 +0300 Subject: [PATCH] Config fix --- config.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/config.yaml b/config.yaml index 2e40a6e..948b20e 100644 --- a/config.yaml +++ b/config.yaml @@ -110,8 +110,12 @@ event_types: daily_questions: timezone: 4 - title: "Title" - body: "description" + notifications: + title: "Daily question!" + body: "Participate in Quiz and earn points" + send_at: 0 + creds_file: "./cred_file" + topic: "some_topic" levels: downgradeable: false @@ -140,14 +144,14 @@ poll_verifier: sig_verifier: verification_key: "37bc75afc97f8bdcd21cda85ae7b2885b5f1205ae3d79942e56457230f1636a037cc7ebfe42998d66a3dd3446b9d29366271b4f2bd8e0d307db1d320b38fc02f" -rarimarket: - rpc: "https://rpc.evm.node1.mainnet-beta.rarimo.com:443" - account_factory: "0x0000000000000000000000000000000000000001" - point_tokens: "0x0000000000000000000000000000000000000002" +abstraction: + rpc: "https://rpc" + account_factory: "0x123..." + point_tokens: "0x123..." point_price: "1000000000" vault_address: "https://vault.example.com" vault_mount_path: "secret/rarimarket" - private_key: "4c0883a69102937d6231471b5dbb6204fe5129617082796eb028488023b662c5" + private_key: "abcd..." creds: path: "path/to/creds" \ No newline at end of file