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 2c72767 commit ea94e54Copy full SHA for ea94e54
src/modules/generic-rewards/estimateSwapRewards/index.ts
@@ -19,7 +19,7 @@ export const estimateSwapRewards = async <M extends SkybridgeMode>({
19
rebateRate: string;
20
estimatedAmountReceiving: string;
21
}>(
22
- `https://netword.skybridge.exchange/api/v3/${context.mode}/swap-rewards?currencyDeposit=${currencyDeposit}¤cyReceiving=${currencyReceiving}&amountDeposit=${amountDesired}`,
+ `https://network.skybridge.exchange/api/v3/${context.mode}/swap-rewards?currencyDeposit=${currencyDeposit}¤cyReceiving=${currencyReceiving}&amountDeposit=${amountDesired}`,
23
);
24
25
if (!result.ok) {
0 commit comments