Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ st.title("Verify π»")
|
|
5 |
|
6 |
# Fixed Token Mint Addresses (hidden from user)
|
7 |
TOKEN_MINT_ADDRESSES = {
|
8 |
-
"TRICK": "PR9SDkf1SxrJqSXzQyoR17VdGZ1ZgWMiRcS5VtYmis1", # TRICK token mint address
|
9 |
-
"TREAT": "9yT1p7grHJh3uKw3sp9XrQwNtCtAKDa8mqpMW2Y9BLz5" # TREAT token mint address
|
10 |
}
|
11 |
|
12 |
# Input field for the wallet address
|
@@ -65,9 +65,9 @@ if st.button("Verify"):
|
|
65 |
if total_adjusted_amount >= 333333:
|
66 |
st.success("β
Guaranteed OG Status")
|
67 |
elif total_adjusted_amount >= 33333:
|
68 |
-
st.success("β
Guaranteed
|
69 |
elif total_adjusted_amount >= 3333:
|
70 |
-
st.success("β
Guaranteed
|
71 |
else:
|
72 |
st.error("You don't have enough tokens yet π»")
|
73 |
|
|
|
5 |
|
6 |
# Fixed Token Mint Addresses (hidden from user)
|
7 |
TOKEN_MINT_ADDRESSES = {
|
8 |
+
"$TRICK": "PR9SDkf1SxrJqSXzQyoR17VdGZ1ZgWMiRcS5VtYmis1", # TRICK token mint address
|
9 |
+
"$TREAT": "9yT1p7grHJh3uKw3sp9XrQwNtCtAKDa8mqpMW2Y9BLz5" # TREAT token mint address
|
10 |
}
|
11 |
|
12 |
# Input field for the wallet address
|
|
|
65 |
if total_adjusted_amount >= 333333:
|
66 |
st.success("β
Guaranteed OG Status")
|
67 |
elif total_adjusted_amount >= 33333:
|
68 |
+
st.success("β
Guaranteed Trencher Status")
|
69 |
elif total_adjusted_amount >= 3333:
|
70 |
+
st.success("β
Guaranteed Raider Status")
|
71 |
else:
|
72 |
st.error("You don't have enough tokens yet π»")
|
73 |
|