Skip to content

Commit

Permalink
[Issue-3910] Fix CORS error with bifrost earning
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Jan 13, 2025
1 parent 74a9a00 commit 62ae6c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export interface BifrostVtokenExchangeRate {
token_pool: number
}

const STATS_URL = 'https://api.bifrost.app/api/site';
const RATIO_URL = 'https://api.bifrost.app/api/omni/MANTA';
const STATS_URL = 'https://dapi.bifrost.io/api/site';
const RATIO_URL = 'https://dapi.bifrost.io/api/omni/MANTA';

export default class BifrostMantaLiquidStakingPoolHandler extends BifrostLiquidStakingPoolHandler {
protected override readonly altInputAsset: string = 'manta_network-NATIVE-MANTA';
Expand Down

0 comments on commit 62ae6c4

Please sign in to comment.