nft持有查询定时任务

This commit is contained in:
lianghuanjie
2024-12-23 19:59:48 +08:00
parent bbbc750af2
commit a22f73df20
18 changed files with 544 additions and 53 deletions

View File

@@ -4,6 +4,16 @@ Port: 443
CertFile: "etc/cert/saas.crt"
KeyFile: "etc/cert/saas.key"
Log:
# Mode: "file"
Encoding: "json"
Path: "logs"
Level: "debug"
Compress: true
KeepDays: 7
MaxBackups: 3
MaxSize: 100
Auth: # js-sdk鉴权相关配置
AccessSecret: "Mj2G%szYe&$MP@ytNv8JktQN1n5^cPq%" # 鉴权token密钥
@@ -22,4 +32,13 @@ Earn:
GameId: "c0deda99-bb15-47a2-a3be-f1fe2983cde2"
DailyPay:
Contract: "xxx"
Contract: "0xf5b1c3f66c418071b025e3fa63e0f0100240951477fa45c760de80e3232b95bf::my_counter"
Network: "testnet"
EarnCorn:
Spec: "@every 5m"
RunOnStart : true
PledgeCron:
Spec: "@every 30m"
RunOnStart : true