Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

chore: remove portion flags used for development and control #401

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mikeki
Copy link
Contributor

@mikeki mikeki commented Apr 24, 2024

The force-portion secret was used in testing and development, but it is no longer needed now that portion is on by default.

The flag ENABLE_PORTION was used for control, but we now have feature switches in FeeService which we can use to turn on or off the portion.

@@ -141,10 +141,6 @@ export class APIPipeline extends Stack {
secretCompleteArn: 'arn:aws:secretsmanager:us-east-2:644039819003:secret:UniswapX/ParamApi/ApiKeys-hYyUt1',
});

const portionFlagSecret = sm.Secret.fromSecretAttributes(this, 'portion-flag', {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

once we deploy this PR, we can delete secret portion-flag

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants