We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43e1c0 commit 178ecd7Copy full SHA for 178ecd7
scripts/v0.7/hurupay/setupLaunch.ts
@@ -19,7 +19,7 @@ const payer = provider.wallet["payer"];
19
const LAUNCH_AUTHORITY = payer.publicKey;
20
21
const TEAM_ADDRESS = new PublicKey(
22
- "7BPZaiS2LMhQHF7Yt8Pj16YmnCpsdiwRPSatkYjtbJVp",
+ "5ZGh1VosZepRpTamvCNLVsRx9xPy8gykFTfRS27Du4H1",
23
); // Hurupay team address
24
25
// Launch details
@@ -32,6 +32,7 @@ const SPENDING_MEMBERS = [
32
];
33
const SPENDING_LIMIT = 250_000; // 250k USDC
34
35
+// Even without a performance package, defaults need to be set
36
const PERFORMANCE_PACKAGE_GRANTEE = new PublicKey(
37
"11111111111111111111111111111111",
38
);
0 commit comments