Skip to content

Commit

Permalink
Set swapAsset to BTC_BTC
Browse files Browse the repository at this point in the history
  • Loading branch information
dariyoo99 committed May 21, 2024
1 parent 737dfae commit 5aacebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/components/ramp_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class RampWidget {
configuration.url = "https://app.ramp.network";
configuration.hostApiKey = rampApiKey;
configuration.userAddress = address;
configuration.swapAsset = "BTC_BTC";
ramp.onOnrampPurchaseCreated = (purchase, purchaseViewToken, apiUrl) =>
onOnrampPurchaseCreated(
purchase, purchaseViewToken, apiUrl, account, context);
Expand Down

0 comments on commit 5aacebd

Please sign in to comment.