From 92199db112cccc7a2542ecd13563834ceb107450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Brzezin=CC=81ski?= Date: Mon, 8 Jul 2024 16:18:45 +0200 Subject: [PATCH] fix dist number --- apis/rewards.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/rewards.ts b/apis/rewards.ts index b4aa0af0..44bb88ed 100644 --- a/apis/rewards.ts +++ b/apis/rewards.ts @@ -3,7 +3,7 @@ import { Provider } from '@project-serum/anchor' import { MANGO_DATA_API_URL } from 'utils/constants' import { AnchorProvider } from '@coral-xyz/anchor' -export const DISTRIBUTION_NUMBER_PREFIX = 132 +export const DISTRIBUTION_NUMBER_PREFIX = 134 type AccountTier = { mango_account: string