Skip to content

Commit

Permalink
Merge pull request #52 from the-standard/202411-merkl-debug
Browse files Browse the repository at this point in the history
fix: merkl vault num gate
  • Loading branch information
ZakMooney authored Nov 22, 2024
2 parents 35343fd + f9e6f49 commit 0005928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vault/merkl/ClaimModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const ClaimModal = (props) => {
});

const handleClaimToken = async () => {
if (vaultId <= 49) {
if (vaultId <= 39) {
// LEGACY CODE FOR OLD VAULTS
try {
writeContract({
Expand Down

0 comments on commit 0005928

Please sign in to comment.