Skip to content

Commit f8ed287

Browse files
OPDATA-2622 update mobula default funding rate endpoint (#3988)
* OPDATA-2622 update mobula default funding rate endpoint * add changeset --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 78100bd commit f8ed287

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/twelve-eagles-attack.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const config = new AdapterConfig({
99
WS_FUNDING_RATE_API_ENDPOINT: {
1010
description: 'WS endpoint for perpetual funding rates',
1111
type: 'string',
12-
default: 'wss://api.mobula.io',
12+
default: 'wss://funding-api.mobula.io',
1313
},
1414
API_KEY: {
1515
description: 'An API key for Data Provider',

0 commit comments

Comments
 (0)