Skip to content

Commit

Permalink
Config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Sep 27, 2024
1 parent d7d727e commit 8c40152
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

0 comments on commit 8c40152

Please sign in to comment.