Skip to content

Commit

Permalink
exlcude tru matic
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Nov 20, 2023
1 parent fe1be37 commit f8b4f52
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions modules/network/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const data: NetworkData = {
coingecko: {
nativeAssetId: 'ethereum',
platformId: 'ethereum',
excludedTokenAddresses: [],
excludedTokenAddresses: ['0xa43a7c62d56df036c187e1966c03e2799d8987ed'], // truMatic, has coingecko entry but no price
},
tokenPrices: {
maxHourlyPriceHistoryNumDays: 100,
Expand Down Expand Up @@ -378,10 +378,7 @@ export const mainnetNetworkConfig: NetworkConfig = {
data.balancer.yieldProtocolFeePercentage,
data.balancer.swapProtocolFeePercentage,
),
new PhantomStableAprService(
data.chain.prismaId,
data.balancer.yieldProtocolFeePercentage,
),
new PhantomStableAprService(data.chain.prismaId, data.balancer.yieldProtocolFeePercentage),
new BoostedPoolAprService(),
new SwapFeeAprService(data.balancer.swapProtocolFeePercentage),
new GaugeAprService(tokenService, [data.bal!.address]),
Expand Down

0 comments on commit f8b4f52

Please sign in to comment.