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

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

Open
mikeki wants to merge 4 commits into
mainfrom
mikeki/clean_up_portion_flags
Open

chore: remove portion flags used for development and control#401
mikeki wants to merge 4 commits into
mainfrom
mikeki/clean_up_portion_flags

Conversation

@mikeki
Copy link
Copy Markdown
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.

Comment thread bin/app.ts
secretCompleteArn: 'arn:aws:secretsmanager:us-east-2:644039819003:secret:UniswapX/ParamApi/ApiKeys-hYyUt1',
});

const portionFlagSecret = sm.Secret.fromSecretAttributes(this, 'portion-flag', {
Copy link
Copy Markdown
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