Skip to content

Commit

Permalink
Disable Fastspot in mainnet
Browse files Browse the repository at this point in the history
Fastspot is currently under maintenance for all swap pairs.
  • Loading branch information
sisou committed Aug 27, 2024
1 parent 63ad16a commit 1b80234
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 @@ -32,7 +32,7 @@ export default {
},

fastspot: {
enabled: true,
enabled: false,
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 1b80234

Please sign in to comment.