Skip to content

Commit

Permalink
feat: update default redemption admins (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pactionly authored Mar 4, 2024
1 parent 2a3c940 commit f3f83f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ config.usersExemptFromMaximum = process.env.EXEMPT_USERS?.split(",") || [
config.initialGoldenRecognitionHolder =
process.env.GOLDEN_RECOGNIZE_HOLDER || "UE1QRFSSY";
config.redemptionAdmins = process.env.REDEMPTION_ADMINS?.split(",") || [
"U02KPMFA9DG", // Smith Mize
"U04666K57CP", // Danielle Johnson
];

Expand Down

0 comments on commit f3f83f8

Please sign in to comment.