Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Sep 21, 2023
1 parent be504a3 commit 16219b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/network/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export const mainnetNetworkData: NetworkData = {
swapProtocolFeePercentage: 0.5,
yieldProtocolFeePercentage: 0.5,
excludedPoolDataQueryPoolIds: ['0xf71d0774b214c4cf51e33eb3d30ef98132e4dbaa00000000000000000000046e'],
tokenAdmin: '0xf302f9f50958c5593770fdf4d4812309ff77414f',
},
multicall: '0x5ba1e12693dc8f9c48aad8770482f4739beed696',
multicall3: '0xca11bde05977b3631167028862be2a173976ca11',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class GaugeAprService implements PoolAprService {
minApr = rewardPerYear / workingSupplyTvl;
}

const aprRangeId = `${pool.id}-BAL-apr-range`;
const aprRangeId = `${pool.id}-${symbol}-apr-range`;

const rangeData = {
id: aprRangeId,
Expand Down

0 comments on commit 16219b6

Please sign in to comment.