Skip to content

Commit 178ecd7

Browse files
committed
update team address
1 parent a43e1c0 commit 178ecd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/v0.7/hurupay/setupLaunch.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const payer = provider.wallet["payer"];
1919
const LAUNCH_AUTHORITY = payer.publicKey;
2020

2121
const TEAM_ADDRESS = new PublicKey(
22-
"7BPZaiS2LMhQHF7Yt8Pj16YmnCpsdiwRPSatkYjtbJVp",
22+
"5ZGh1VosZepRpTamvCNLVsRx9xPy8gykFTfRS27Du4H1",
2323
); // Hurupay team address
2424

2525
// Launch details
@@ -32,6 +32,7 @@ const SPENDING_MEMBERS = [
3232
];
3333
const SPENDING_LIMIT = 250_000; // 250k USDC
3434

35+
// Even without a performance package, defaults need to be set
3536
const PERFORMANCE_PACKAGE_GRANTEE = new PublicKey(
3637
"11111111111111111111111111111111",
3738
);

0 commit comments

Comments
 (0)