We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d147f commit d681438Copy full SHA for d681438
typescript/packages/plugins/allora/README.md
@@ -23,7 +23,7 @@ pnpm add @goat-sdk/plugin-allora
23
import { allora } from '@goat-sdk/plugin-allora'
24
25
const plugin = allora({
26
- apiKey: process.env.ALLORA_API_KEY, // Get it from: https://allora.network/api-access
+ apiKey: process.env.ALLORA_API_KEY, // Contact the Allora team on Discord for access to API keys
27
})
28
```
29
0 commit comments