Skip to content

Commit

Permalink
chore(config): keep feature flags on bottom for easier find
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Dec 15, 2021
1 parent e14cb76 commit 900bf2c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions config/mocks/wallet-options-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@
"sift": {
"apiKey": "0ecd212038"
},
"featureFlags": {
"addCheckoutPaymentProvider": false,
"addStripePaymentProvider": false,
"cEURRewards": true,
"completeYourProfile": true,
"developerMobilePairing": true,
"mergeAndUpgrade": false,
"eddInterestFileUpload": true,
"pollForMagicLinkData": true,
"recurringBuys": true,
"isRedesignEnabled": true,
"signupCountry": true,
"tradingCurrencyFlyout": true,
"walletConnect": true,
"withdrawalLocksFundsOnHold": true,
"useNewPaymentProviders": true
},
"hotWalletAddresses":{
"swap": {
"eth": "0xC05f893248D843192A989AEE6dC26d21426E78AF"
Expand All @@ -47,6 +30,23 @@
"rewards": {
"eth": "0x7d9d70c1A99FcC952d48b781947FAa0a3795083E"
}
},
"featureFlags": {
"addCheckoutPaymentProvider": false,
"addStripePaymentProvider": false,
"cEURRewards": true,
"completeYourProfile": true,
"developerMobilePairing": true,
"mergeAndUpgrade": false,
"eddInterestFileUpload": true,
"pollForMagicLinkData": true,
"recurringBuys": true,
"isRedesignEnabled": true,
"signupCountry": true,
"tradingCurrencyFlyout": true,
"walletConnect": true,
"withdrawalLocksFundsOnHold": true,
"useNewPaymentProviders": true
}
}
},
Expand Down

0 comments on commit 900bf2c

Please sign in to comment.