Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/solana-labs/governance-ui


https://github.com/solana-labs/governance-ui

Last synced: 28 days ago
JSON representation

Lists

README

        

### Using custom Swap API endpoints

You can set custom URLs via the configuration for any self-hosted Jupiter APIs, like the [V6 Swap API](https://station.jup.ag/docs/apis/self-hosted) or [Paid Hosted APIs](https://station.jup.ag/docs/apis/self-hosted#paid-hosted-apis) Here is an example:

```
NEXT_PUBLIC_JUPTER_SWAP_API_ENDPOINT=https://quote-api.jup.ag/v6
```