Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
- added: Pass OS and app version details to core context for v2/coreRollup endpoint
- added: EdgeSpend feature for gift card purchase via Phaze
- changed: Append chain names to token codes in RampCreateScene
- changed: ramps: Infinite buy support enabled

## 4.42.0 (staging)

- added: Zcash buy/sell support with Banxa
- changed: ramps: Infinite buy support according to new API (disabled temporarily)
- changed: ramps: Infinite buy support according to new API
- changed: Optimize login performance.
- changed: Update Monero LWS server name to "Edge LWS"
- fixed: Light account/backup reminder notification banner sometimes missing on login
Expand Down
5 changes: 0 additions & 5 deletions src/plugins/ramps/rampConstraints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,4 @@ export function* constraintGenerator(
if (params.rampPluginId === 'banxa') {
yield params.paymentType !== 'ach'
}

if (params.rampPluginId === 'infinite') {
// Disable Infinite completely
yield false
}
}
Loading