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

Commit

Permalink
chore(dep): reenable save_tx tag (#132)
Browse files Browse the repository at this point in the history
* chore(dep): remove save_tx tag (#131)

* chore(dep): reeanable save_tx tag
  • Loading branch information
chloezxyy authored Apr 18, 2024
1 parent e25e378 commit 7990669
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cypress/fixtures/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,17 @@
],
"platforms": ["ios", "android", "web"],
"app": ["MOBILE_LW"]
},
{
"id": "save_tx",
"name": "Allow to save tx",
"stage": "public",
"version": ">=2.37.0",
"description": "Allow to save tx in mainnet",
"networks": [
"MainNet"
],
"platforms": ["ios", "android", "web"],
"app": ["MOBILE_LW"]
}
]
10 changes: 10 additions & 0 deletions src/pages/api/v0/settings/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,15 @@ export default async function handle(
platforms: ["ios", "android", "web"],
app: ["MOBILE_LW"],
},
{
id: "save_tx",
name: "Allow to save tx",
stage: "public",
version: ">=2.37.0",
description: "Allow to save tx in mainnet",
networks: [EnvironmentNetwork.MainNet],
platforms: ["ios", "android", "web"],
app: ["MOBILE_LW"],
},
]);
}

0 comments on commit 7990669

Please sign in to comment.