Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployments #69

Merged
merged 8 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions frontend/claim_sdk/treasury.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import { ClaimInfo } from './claim'
import { PublicKey } from '@solana/web3.js'

export const treasuries = [
new PublicKey('waTh9vNmRz8hHxQv1zW81ExKQ7fwaa1TR6tQT5fTkjg'),
new PublicKey('waTirsbdRyyxm8DFxH9Z9P5Pyrj74jJ7E74zqhmGX1k'),
new PublicKey('wAtMcoqwHb7obEL2USNXPqxg1CmJDSjjjsNcEm9bzCZ'),
new PublicKey('Wats1sM7W4UvxUuQPevGxexgcaFiaXMXxActKUmcvHx'),
new PublicKey('waTtgLt1WVRgoWYNZh97AYAUqoU4nN98jVThPdYQVwj'),
new PublicKey('WaTxa5w4TjYHRdHwG2zaN9ynA1c9z4J9TswsBCmzy4N'),
new PublicKey('WaTtAHa1YZB2DFHTZveUSqBnAWsDQtxfN6RC77gmifa'),
new PublicKey('wAT8vs52AcD7B77KpkwVVUgDm5vcb83uDUr1eSuvhTm'),
new PublicKey('wAt9yuPxmredtJxFxM19aeToc5wWZVEfN5L346XPR2o'),
new PublicKey('waTgcmvbUNBCW9h5sd6Fd2ziRJyRTvtTBPiYBNuQUNx'),
new PublicKey('WatWL18fpiB28zMg3mbxxnPfoemx6Pr4YA4rL56PQyg'),
new PublicKey('WaT7ACb6Zvibjh1NN6zNkpdMGBTqPjVigQKxU2MbBWs'),
]

export const funders = [
Expand Down
13 changes: 6 additions & 7 deletions token-dispenser/scripts/treasuries
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
waTiAKS8FBdnNnGLJv5aF2b1ouwn22ZP1WGd2NsFS1F
wAtQwJteMdGidPcvoeKSVPcvBj6brA38ZQDFSwTQqm3
WatsKcF7vbvxAMp26pz3yMc4X4R66gNvExCtHwc371H
WATY4JeitW6xZeZa9U4Wy8cxYdk1LtW6s6mmDFhUKuD
waTyocL9rFxerXZNsGP7v7G8VVoR7hDk74Tp4nC7uEV
waTZHsCNgr8SzkbXiwEPBd6PE1pb5owuR1NQotM4zJj
waTyocL9rFxerXZNsGP7v7G8VVoR7hDk74Tp4nC7uEV
WaTtAHa1YZB2DFHTZveUSqBnAWsDQtxfN6RC77gmifa
wAT8vs52AcD7B77KpkwVVUgDm5vcb83uDUr1eSuvhTm
wAt9yuPxmredtJxFxM19aeToc5wWZVEfN5L346XPR2o
waTgcmvbUNBCW9h5sd6Fd2ziRJyRTvtTBPiYBNuQUNx
WatWL18fpiB28zMg3mbxxnPfoemx6Pr4YA4rL56PQyg
WaT7ACb6Zvibjh1NN6zNkpdMGBTqPjVigQKxU2MbBWs
12 changes: 6 additions & 6 deletions token-dispenser/ts/scripts/config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { PublicKey } from "@solana/web3.js";

export const treasuries = [
new PublicKey("waTiAKS8FBdnNnGLJv5aF2b1ouwn22ZP1WGd2NsFS1F"),
new PublicKey("wAtQwJteMdGidPcvoeKSVPcvBj6brA38ZQDFSwTQqm3"),
new PublicKey("WatsKcF7vbvxAMp26pz3yMc4X4R66gNvExCtHwc371H"),
new PublicKey("WATY4JeitW6xZeZa9U4Wy8cxYdk1LtW6s6mmDFhUKuD"),
new PublicKey("waTyocL9rFxerXZNsGP7v7G8VVoR7hDk74Tp4nC7uEV"),
new PublicKey("waTZHsCNgr8SzkbXiwEPBd6PE1pb5owuR1NQotM4zJj"),
new PublicKey("WaTtAHa1YZB2DFHTZveUSqBnAWsDQtxfN6RC77gmifa"),
new PublicKey("wAT8vs52AcD7B77KpkwVVUgDm5vcb83uDUr1eSuvhTm"),
new PublicKey("wAt9yuPxmredtJxFxM19aeToc5wWZVEfN5L346XPR2o"),
new PublicKey("waTgcmvbUNBCW9h5sd6Fd2ziRJyRTvtTBPiYBNuQUNx"),
new PublicKey("WatWL18fpiB28zMg3mbxxnPfoemx6Pr4YA4rL56PQyg"),
new PublicKey("WaT7ACb6Zvibjh1NN6zNkpdMGBTqPjVigQKxU2MbBWs"),
];

export const funders = [
Expand Down
Loading