We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a90c6 commit 943d8e3Copy full SHA for 943d8e3
src/core/endpoint.ts
@@ -100,7 +100,7 @@ export class GearboxBackendApi {
100
static getReferralUrl = () => REFERRAL_API;
101
102
static apyServerAllRewards = (chainId: number) =>
103
- URLApi.getRelativeUrl("https://apy-server.fly.dev/api/rewards/all", {
+ URLApi.getRelativeUrl("https://apy-server.fly.dev/api/rewards/tokens/all", {
104
params: { chain_id: chainId },
105
});
106
static apyServerGearAPY = (chainId: number) =>
0 commit comments