We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78100bd commit f8ed287Copy full SHA for f8ed287
.changeset/twelve-eagles-attack.md
@@ -0,0 +1,5 @@
1
+---
2
+'@chainlink/mobula-state-adapter': patch
3
4
+
5
+Update default funding rate api endpoint
packages/sources/mobula-state/src/config/index.ts
@@ -9,7 +9,7 @@ export const config = new AdapterConfig({
9
WS_FUNDING_RATE_API_ENDPOINT: {
10
description: 'WS endpoint for perpetual funding rates',
11
type: 'string',
12
- default: 'wss://api.mobula.io',
+ default: 'wss://funding-api.mobula.io',
13
},
14
API_KEY: {
15
description: 'An API key for Data Provider',
0 commit comments