Skip to content

Commit

Permalink
keep fixed apr handler for now
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Dec 15, 2023
1 parent 4eee4a5 commit 402a322
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions modules/network/fantom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ const fantomNetworkData: NetworkData = {
},
},
},
sftmx: {
tokens: {
sftmx: {
address: '0xd7028092c830b5c8fce061af2e593413ebbc1fc1',
ftmStakingAddress: '0xb458bfc855ab504a8a327720fcef98886065529b',
},
},
},
// sftmx: {
// tokens: {
// sftmx: {
// address: '0xd7028092c830b5c8fce061af2e593413ebbc1fc1',
// ftmStakingAddress: '0xb458bfc855ab504a8a327720fcef98886065529b',
// },
// },
// },
reaper: {
subgraphSource: {
subgraphUrl: 'https://api.thegraph.com/subgraphs/name/byte-masons/multi-strategy-vaults-fantom',
Expand Down Expand Up @@ -265,13 +265,13 @@ const fantomNetworkData: NetworkData = {
yearn: {
sourceUrl: 'https://api.yexporter.io/v1/chains/250/vaults/all',
},
// fixedAprHandler: {
// sFTMx: {
// address: '0xd7028092c830b5c8fce061af2e593413ebbc1fc1',
// apr: 0.046,
// isIbYield: true,
// },
// },
fixedAprHandler: {
sFTMx: {
address: '0xd7028092c830b5c8fce061af2e593413ebbc1fc1',
apr: 0.046,
isIbYield: true,
},
},
},
copper: {
proxyAddress: '0xbc8a71c75ffbd2807c021f4f81a8832392def93c',
Expand Down

0 comments on commit 402a322

Please sign in to comment.