Skip to content

Commit

Permalink
Update convex-staked-cvxFXN
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-monk committed Sep 11, 2024
1 parent 8450765 commit c3eef29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/api/stats/ethereum/getConvexCvxTokensApy.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ const pools = [
name: 'convex-staked-cvxFXN',
oracleId: 'cvxFXN',
address: '0xEC60Cd4a5866fb3B0DD317A46d3B474a24e06beF',
rewards: [{ address: '0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B', oracleId: 'CVX' }],
rewards: [
{ address: '0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B', oracleId: 'CVX' },
{ address: '0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0', oracleId: 'wstETH' },
{ address: '0x365AccFCa291e7D3914637ABf1F7635dB165Bb09', oracleId: 'FXN' },
],
},
];

Expand Down

0 comments on commit c3eef29

Please sign in to comment.