Skip to content

Commit

Permalink
remove mango vsr from whitelist (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 authored Dec 18, 2024
1 parent 31f23f4 commit 6f65731
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions constants/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { DRIFT_STAKE_VOTER_PLUGIN } from 'DriftStakeVoterPlugin/constants'
import { TOKEN_HAVER_PLUGIN } from 'TokenHaverPlugin/constants'

export const VSR_PLUGIN_PKS: string[] = [
'4Q6WW2ouZ6V3iaNm56MTd5n2tnTm4C5fiH8miFHnAFHo',
'vsr2nfGVNHmSY8uxoBGqq8AQbwz3JwaEaHqGbsTPXqQ',
'VotEn9AWwTFtJPJSMV5F9jsMY6QwWM5qn3XP9PATGW7',
'VoteWPk9yyGmkX4U77nEWRJWpcc8kUfrPoghxENpstL',
Expand Down Expand Up @@ -40,13 +39,9 @@ export const PARCL_PLUGIN_PK: string[] = [
'2gWf5xLAzZaKX9tQj9vuXsaxTWtzTZDFRn21J3zjNVgu',
]

export const BONK_PLUGIN_PK = [
"EoKpGErCsD4UEbbY6LX4MLWBUjmoAxqKdU4fdtLuzK6M"
]
export const BONK_PLUGIN_PK = ['EoKpGErCsD4UEbbY6LX4MLWBUjmoAxqKdU4fdtLuzK6M']

export const TOKEN_VOTER_PK = [
"HA99cuBQCCzZu1zuHN2qBxo2FBo1cxNLwKkdt6Prhy8v"
]
export const TOKEN_VOTER_PK = ['HA99cuBQCCzZu1zuHN2qBxo2FBo1cxNLwKkdt6Prhy8v']

export const DRIFT_PLUGIN_PK = [DRIFT_STAKE_VOTER_PLUGIN]

Expand Down

0 comments on commit 6f65731

Please sign in to comment.