Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix/influx-writer
Browse files Browse the repository at this point in the history
  • Loading branch information
mat1asm committed Apr 5, 2024
2 parents 6987d01 + b3cdc32 commit 8fe87b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/claim_sdk/treasury.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ import { PublicKey } from '@solana/web3.js'
export const treasuries = [
new PublicKey('WaTtAHa1YZB2DFHTZveUSqBnAWsDQtxfN6RC77gmifa'),
new PublicKey('wAT8vs52AcD7B77KpkwVVUgDm5vcb83uDUr1eSuvhTm'),
new PublicKey('wAt9yuPxmredtJxFxM19aeToc5wWZVEfN5L346XPR2o'),
new PublicKey('waTgcmvbUNBCW9h5sd6Fd2ziRJyRTvtTBPiYBNuQUNx'),
new PublicKey('WatWL18fpiB28zMg3mbxxnPfoemx6Pr4YA4rL56PQyg'),
new PublicKey('WaT7ACb6Zvibjh1NN6zNkpdMGBTqPjVigQKxU2MbBWs'),
// new PublicKey('wAt9yuPxmredtJxFxM19aeToc5wWZVEfN5L346XPR2o'),
// new PublicKey('waTgcmvbUNBCW9h5sd6Fd2ziRJyRTvtTBPiYBNuQUNx'),
// new PublicKey('WatWL18fpiB28zMg3mbxxnPfoemx6Pr4YA4rL56PQyg'),
// new PublicKey('WaT7ACb6Zvibjh1NN6zNkpdMGBTqPjVigQKxU2MbBWs'),
]

export const funders = [
new PublicKey('wAf15NnY6VVVQXDSdhp79LndkHXSD9BmcUhh4bqSSGp'),
new PublicKey('WafepN7ToYGS4WjaqtMV8g2q3YV1GgcoUZ4nvK4LhD8'),
new PublicKey('wAfmKAiAgtfywPhfRdLQ7uMeS2RW3kN57kodaRabX6V'),
new PublicKey('WAfN8P3NdYeTnnvFPKYUiveyqZSZtBboxUyrMSAzQc1'),
new PublicKey('wafydZpGcTLk3FYEQ5Q4wwSKJXMy3EMTngxeVEXG45e'),
new PublicKey('WafzGQMEqwABhMdNHH86yDRqzZQvK5rELK5Nrto97Va'),
// new PublicKey('wAfmKAiAgtfywPhfRdLQ7uMeS2RW3kN57kodaRabX6V'),
// new PublicKey('WAfN8P3NdYeTnnvFPKYUiveyqZSZtBboxUyrMSAzQc1'),
// new PublicKey('wafydZpGcTLk3FYEQ5Q4wwSKJXMy3EMTngxeVEXG45e'),
// new PublicKey('WafzGQMEqwABhMdNHH86yDRqzZQvK5rELK5Nrto97Va'),
]

export function getClaimPayers(claimInfo: ClaimInfo): [PublicKey, PublicKey] {
Expand Down

0 comments on commit 8fe87b4

Please sign in to comment.