Skip to content

Commit 6e51915

Browse files
authored
Merge branch 'main' into dev
2 parents 883b699 + 9798b99 commit 6e51915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/bloc/fiat/ramp/ramp_fiat_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ class RampFiatProvider extends BaseFiatProvider {
309309
'userAddress': walletAddress,
310310
'finalUrl': returnUrlOnSuccess,
311311
'defaultFlow': 'ONRAMP',
312-
'enabledFlows': '[ONRAMP]',
312+
'enabledFlows': 'ONRAMP',
313313
'fiatCurrency': source,
314314
'fiatValue': sourceAmount,
315315
'defaultAsset': getFullCoinCode(target),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.9.1+0
18+
version: 0.9.1+1
1919

2020
environment:
2121
# TODO: Upgrade mininum Dart version to 3.7.0 only after the release is concluded because

0 commit comments

Comments
 (0)