Skip to content

Commit

Permalink
feat: add lcro-cro pool to ferro
Browse files Browse the repository at this point in the history
  • Loading branch information
CronosLabsDev committed Mar 10, 2023
1 parent b7eae58 commit 655bf5f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/ferro/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { sumTokens2 } = require('../helper/unwrapLPs')

const SWAP_3FER_ADDR = '0xe8d13664a42B338F009812Fa5A75199A865dA5cD';
const SWAP_2FER_ADDR = '0xa34C0fE36541fB085677c36B4ff0CCF5fa2B32d6';
const SWAP_LCRO_WCRO_ADDRESSES = '0x1578C5CF4f8f6064deb167d1eeAD15dF43185afa';
const chain = 'cronos'

const tokens = {
Expand All @@ -19,6 +20,14 @@ const tokens = {
SWAP_3FER_ADDR,
SWAP_2FER_ADDR,
],
// LCRO
"0x9fae23a2700feecd5b93e43fdbc03c76aa7c08a6": [
SWAP_LCRO_WCRO_ADDRESSES,
],
// WCRO
"0x5C7F8A570d578ED84E63fdFA7b1eE72dEae1AE23": [
SWAP_LCRO_WCRO_ADDRESSES,
],
};

async function tvl(timestamp, ethBlock, {cronos: block}) {
Expand Down

0 comments on commit 655bf5f

Please sign in to comment.