Skip to content

Commit cf0d653

Browse files
committed
feat : asset account
1 parent 8adb09e commit cf0d653

File tree

1 file changed

+71
-51
lines changed

1 file changed

+71
-51
lines changed

utils/constants.go

Lines changed: 71 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
const (
1010
BatchCreateUserOpsCounts = 864
1111
AccountTreeDepth = 28
12-
AssetCounts = 350
12+
AssetCounts = 500
1313
RedisLockKey = "prover_mutex_key"
1414
)
1515

@@ -20,55 +20,75 @@ var (
2020
Uint64MaxValueFr = new(fr.Element).SetBigInt(Uint64MaxValueBigInt)
2121
Uint64MaxValueFrSquare = new(fr.Element).SetBigInt(Uint64MaxValueBigIntSquare)
2222
AssetTypeForTwoDigits = map[string]bool{
23-
"nft": true,
24-
"turbo": true,
25-
"cheems": true,
26-
"hippo": true,
27-
"spell": true,
28-
"sats": true,
29-
"qubic": true,
30-
"pepe": true,
31-
"lunc": true,
32-
"snek": true,
33-
"shib": true,
34-
"dog": true,
35-
"mog": true,
36-
"vinu": true,
37-
"lai": true,
38-
"btt": true,
39-
"1cat": true,
40-
"wen": true,
41-
"aidoge": true,
42-
"bidr": true,
43-
"elon": true,
44-
"wgrt": true,
45-
"say": true,
46-
"bonk": true,
47-
"pepper": true,
48-
"rats": true,
49-
"supra": true,
50-
"hot": true,
51-
"omi": true,
52-
"htx": true,
53-
"reef": true,
54-
"peipei": true,
55-
"wojak": true,
56-
"xec": true,
57-
"toshi": true,
58-
"win": true,
59-
"babydoge": true,
60-
"why": true,
61-
"bome": true,
62-
"doge": true,
63-
"zbcn": true,
64-
"bttc": true,
65-
"raca": true,
66-
"apepe": true,
67-
"ladys": true,
68-
"vra": true,
69-
"axl": true,
70-
"floki": true,
71-
"bgsc": true,
72-
"atlas": true,
23+
"babydoge": true,
24+
"omi": true,
25+
"vra": true,
26+
"qubic": true,
27+
"btt": true,
28+
"doge": true,
29+
"peipei": true,
30+
"raca": true,
31+
"hot": true,
32+
"vinu": true,
33+
"wen": true,
34+
"pig": true,
35+
"shib": true,
36+
"ladys": true,
37+
"reef": true,
38+
"why": true,
39+
"bttc": true,
40+
"bome": true,
41+
"toshi": true,
42+
"cheems": true,
43+
"floki": true,
44+
"bgsc": true,
45+
"dsd": true,
46+
"dbc": true,
47+
"snek": true,
48+
"sidus": true,
49+
"dog": true,
50+
"zbcn": true,
51+
"sats": true,
52+
"hippo": true,
53+
"say": true,
54+
"axl": true,
55+
"coq": true,
56+
"spell": true,
57+
"htx": true,
58+
"dogs": true,
59+
"pepe": true,
60+
"bidr": true,
61+
"xec": true,
62+
"elon": true,
63+
"brise": true,
64+
"apu": true,
65+
"moodengeth": true,
66+
"wgrt": true,
67+
"wojak": true,
68+
"aidoge": true,
69+
"kishu": true,
70+
"wuf": true,
71+
"bonk": true,
72+
"maga": true,
73+
"mog": true,
74+
"xen": true,
75+
"supra": true,
76+
"x": true,
77+
"pepper": true,
78+
"lobo": true,
79+
"turbo": true,
80+
"nft": true,
81+
"myria": true,
82+
"apepe": true,
83+
"troll": true,
84+
"1cat": true,
85+
"bitboard": true,
86+
"lai": true,
87+
"win": true,
88+
"rats": true,
89+
"lunc": true,
90+
"natix": true,
91+
"cat": true,
92+
"atlas": true,
7393
}
7494
)

0 commit comments

Comments
 (0)