Skip to content

Commit

Permalink
add staking type
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshijiang committed Apr 27, 2024
1 parent 42e3cbd commit 6496fb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airdrop/airdrop_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ def get_bridge_type(bridge_type: str):
return "BridgeWithdraw"
elif bridge_type == "3":
return "bridgeGrants"
elif bridge_type == "4":
return "Layer3Staking"
elif bridge_type == "5":
return "Layer3Unstaking"
else:
return "Invite"

Expand Down

0 comments on commit 6496fb1

Please sign in to comment.