Skip to content

Commit a2b0747

Browse files
authored
Merge pull request #41 from vechain/coinbase_on
turning on coinbase on ios and extension for coinbase to validate
2 parents 3231a18 + 3777353 commit a2b0747

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

feature-flags/feature-flags.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coinbase": false,
2+
"coinbase": true,
33
"transak": true,
44
"subdomains_claimable": true,
55
"sell_token": true,

feature-flags/mobile-versioned-feature-flags.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"paymentProvidersFeature": {
1414
"coinbase-pay": {
15-
"android": "2.4.14",
16-
"iOS": "2.4.14",
15+
"android": "2.4.13",
16+
"iOS": "2.4.13",
1717
"url": "https://onramp-proxy.vechain.org"
1818
},
1919
"transak": {

0 commit comments

Comments
 (0)