-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #571 from torusresearch/develop
Release v4.1.0
- Loading branch information
Showing
8 changed files
with
2,159 additions
and
2,433 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,47 +50,6 @@ const paymentProviders = { | |
api: true, | ||
enforceMax: false, | ||
} as IPaymentProvider, | ||
[PAYMENT_PROVIDER.WYRE]: { | ||
line1: "Apple Pay/ Debit/ Credit Card", | ||
line2: "4.9% + 30¢ or 5 USD", | ||
line3: "$250/day", | ||
supportPage: "https://support.sendwyre.com/en/", | ||
minOrderValue: 5, | ||
maxOrderValue: 500, | ||
validCurrencies: supportedFiatCurrencies(PAYMENT_PROVIDER.WYRE), | ||
validCryptoCurrenciesByChain: { | ||
[SUPPORTED_PAYMENT_NETWORK.MAINNET]: [ | ||
{ value: "AAVE", display: "AAVE" }, | ||
{ value: "COMP", display: "COMP" }, | ||
{ value: "BAT", display: "BAT" }, | ||
{ value: "BUSD", display: "BUSD" }, | ||
{ value: "DAI", display: "DAI" }, | ||
{ value: "ETH", display: "ETH" }, | ||
{ value: "WBTC", display: "WBTC" }, | ||
{ value: "MKR", display: "MKR" }, | ||
{ value: "UNI", display: "UNI" }, | ||
{ value: "WETH", display: "WETH" }, | ||
{ value: "USDC", display: "USDC" }, | ||
{ value: "USDT", display: "USDT" }, | ||
], | ||
[SUPPORTED_PAYMENT_NETWORK.MATIC]: [ | ||
{ value: "mUSDC", display: "USDC" }, | ||
{ value: "MATIC", display: "MATIC" }, | ||
{ value: "MWETH", display: "WETH" }, | ||
], | ||
[SUPPORTED_PAYMENT_NETWORK.AVALANCHE_MAINNET]: [ | ||
{ value: "AVAXC", display: "AVAX" }, | ||
{ value: "AVAXCUSDC", display: "USDC" }, | ||
], | ||
[SUPPORTED_PAYMENT_NETWORK.BSC_MAINNET]: [ | ||
{ value: "BNB", display: "BNB" }, | ||
{ value: "BBUSD", display: "BUSD" }, | ||
], | ||
}, | ||
includeFees: false, | ||
api: true, | ||
enforceMax: false, | ||
} as IPaymentProvider, | ||
[PAYMENT_PROVIDER.RAMPNETWORK]: { | ||
line1: "Debit Card/ <br>Apple Pay/ Bank transfer", | ||
line2: "0.49% - 2.9%", | ||
|
@@ -140,26 +99,6 @@ const paymentProviders = { | |
receiveHint: "walletTopUp.receiveHintRamp", | ||
enforceMax: false, | ||
} as IPaymentProvider, | ||
[PAYMENT_PROVIDER.XANPOOL]: { | ||
line1: "PayNow/ InstaPay/ FPS/ GoJekPay/ UPI/ PromptPay/ <br>ViettelPay/ DuitNow", | ||
line2: "2.5% buying, 3% selling", | ||
line3: "$2,500 / day", | ||
supportPage: "mailto:[email protected]", | ||
minOrderValue: 100, | ||
maxOrderValue: 2500, | ||
validCurrencies: supportedFiatCurrencies(PAYMENT_PROVIDER.XANPOOL), | ||
validCryptoCurrenciesByChain: { | ||
[SUPPORTED_PAYMENT_NETWORK.MAINNET]: [ | ||
{ value: "ETH", display: "ETH" }, | ||
{ value: "USDT", display: "USDT" }, | ||
{ value: "USDC", display: "USDC" }, | ||
], | ||
}, | ||
includeFees: true, | ||
api: true, | ||
sell: true, | ||
enforceMax: false, | ||
} as IPaymentProvider, | ||
[PAYMENT_PROVIDER.MERCURYO]: { | ||
line1: "Credit/ Debit Card/ Apple Pay", | ||
line2: "3.95% or 4 USD", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters