Skip to content

Commit

Permalink
Merge pull request #1 from vechain/feat/mobile-feature-flags
Browse files Browse the repository at this point in the history
Feat :: add mobile feature flags
  • Loading branch information
Doublemme authored Dec 19, 2024
2 parents 6707319 + 0c5da0b commit c10b698
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
path: "./feature-flags"
path: "./mobile-feature-flags"

- name: Deploy to GitHub Pages
id: deployment
Expand Down
7 changes: 7 additions & 0 deletions feature-flags/mobile-feature-flags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"marketsProxyFeature": {
"enabled": true,
"url": "https://coin-api.veworld.vechain.org",
"fallbackUrl": "https://api.coingecko.com/api/v3"
}
}

0 comments on commit c10b698

Please sign in to comment.