Skip to content

Commit

Permalink
Merge pull request #62 from balancer/apr
Browse files Browse the repository at this point in the history
truMatic APR
  • Loading branch information
franzns authored Jan 24, 2024
2 parents b832671 + b28d106 commit e74d513
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions modules/network/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,13 @@ const polygonNetworkData: NetworkData = {
path: 'data.0.rewardRate',
isIbYield: true,
},
truMATIC: {
tokenAddress: '0xf33687811f3ad0cd6b48dd4b39f9f977bd7165a2',
sourceUrl: 'https://api.trufin.io/staker/apy?staker=MATIC',
path: 'apy',
scale: 100,
isIbYield: true,
},
},
},
beefy: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './default-apr-handler';
export * from './aave-apr-handler';
export * from './sftmx-apr-handler';
export * from './default-apr-handler';
export * from './euler-apr-handler';
export * from './gearbox-apr-handler';
export * from './idle-apr-handler';
Expand Down

0 comments on commit e74d513

Please sign in to comment.