Skip to content

Commit

Permalink
Deployments (#69)
Browse files Browse the repository at this point in the history
* mt-04

* mt-05

* prettier

* prettier again

* even prettier

* prettier

* new treasuries

---------

Co-authored-by: matias martinez <matias@xlabs.xyz>
  • Loading branch information
solanoepalacio and mat1asm authored Apr 2, 2024
1 parent dfb34a7 commit f99c819
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
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

0 comments on commit f99c819

Please sign in to comment.