From 31c2de2e01aa63818e02b880e59a49179145bfad Mon Sep 17 00:00:00 2001 From: GitTsewell <18008072409@163.com> Date: Tue, 16 Jan 2024 13:50:40 +0800 Subject: [PATCH] add : update utils constant --- config/config.json | 2 +- utils/constants.go | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index f4f3d4e6..0b77929c 100644 --- a/config/config.json +++ b/config/config.json @@ -1,5 +1,5 @@ { - "MysqlDataSource" : "zkroot:zkpasswd@tcp(127.0.0.1:3306)/zkpos?parseTime=true", + "MysqlDataSource" : "root:mysqlpw@tcp(127.0.0.1:55000)/zkpos?parseTime=true", "DbSuffix": "202307", "UserDataFile": "./example_data/", "TreeDB": { diff --git a/utils/constants.go b/utils/constants.go index 31a8bac1..c6dd50b9 100644 --- a/utils/constants.go +++ b/utils/constants.go @@ -6,7 +6,7 @@ import ( ) const ( - BatchCreateUserOpsCounts = 4 + BatchCreateUserOpsCounts = 864 AccountTreeDepth = 28 AssetCounts = 350 RedisLockKey = "prover_mutex_key" @@ -31,5 +31,11 @@ var ( "pepe": true, "floki": true, "nft": true, + "sats": true, + "btt": true, + "bonk": true, + "rats": true, + "axl": true, + "1cat": true, } )