Skip to content

Commit

Permalink
Enable USDT in the Fastspot config
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Nov 5, 2024
1 parent 34804c8 commit f441c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {

fastspot: {
enabled: true, // Set to false to hide the swap feature.
enabledSwapAssets: [SwapAsset.NIM, SwapAsset.BTC, SwapAsset.USDC_MATIC],
enabledSwapAssets: [SwapAsset.NIM, SwapAsset.BTC, SwapAsset.USDC_MATIC, SwapAsset.USDT_MATIC],
apiEndpoint: 'https://api.go.fastspot.io/fast/v1',
// This is a publishable key
apiKey: 'c20d43d0-8f60-4fca-a298-85e80f64d042',
Expand Down

0 comments on commit f441c77

Please sign in to comment.