Accelernate commited on
Commit
153df2a
Β·
verified Β·
1 Parent(s): 34176ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 WLT Status")
69
  elif total_adjusted_amount >= 3333:
70
- st.success("βœ… Guaranteed WLR Status")
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