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

Commit

Permalink
feature(walletkit-core): add flag id for save tx (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy authored Jan 24, 2024
1 parent 797dc77 commit 48ba263
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 @@ -140,7 +140,8 @@ export type FeatureFlagID =
| "unloop_dusd"
| "ocg_cfp_dfip"
| "evm"
| "loop_dusd";
| "loop_dusd"
| "save_tx";

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

0 comments on commit 48ba263

Please sign in to comment.