Skip to content

Commit

Permalink
fix: update bifrost api (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
UrbanWill authored Jul 23, 2024
1 parent dcf8e35 commit e570d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portal/src/domains/staking/slpx/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export const glmrSlpxPair = {
VToken2: 1,
},
},
apiEndpoint: 'https://api.bifrost.app/',
apiEndpoint: 'https://dapi.bifrost.io/',
estimatedRoundDuration: 21_600_000,
} as const satisfies SlpxPair

0 comments on commit e570d36

Please sign in to comment.