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

Commit

Permalink
chore(core): add feature flag - evm (#170)
Browse files Browse the repository at this point in the history
* chore(core): add feature flag - evm

* chore(core): add feature flag - evm
  • Loading branch information
Pierre Gee authored Oct 12, 2023
1 parent 959eeb1 commit a2591a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/walletkit-core/src/website/website.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ export type FeatureFlagID =
| "send_v2"
| "composite_swap_v2"
| "unloop_dusd"
| "ocg_cfp_dfip";
| "ocg_cfp_dfip"
| "evm";

// Stages of feature flag
export type FeatureFlagStage = "alpha" | "beta" | "public";

0 comments on commit a2591a9

Please sign in to comment.