Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

update mango season prefix #1919

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { parseMintNaturalAmountFromDecimal } from '@tools/sdk/units'
import { validateInstruction } from '@utils/instructionTools'
import useGovernanceNfts from '@components/treasuryV2/WalletList/WalletListItem/AssetList/useGovernanceNfts'

export const SEASON_PREFIX = 115
export const SEASON_PREFIX = 116

interface FillVaultsForm {
governedAccount: AssetAccount | null
Expand Down