Skip to content

Commit

Permalink
Update index.js (#11917)
Browse files Browse the repository at this point in the history
  • Loading branch information
etherpilled authored Oct 16, 2024
1 parent ea318cb commit 617a15f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/infinite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const ITP_VAULT_ADDRRESS= '0x23371aEEaF8718955C93aEC726b3CAFC772B9E37'
const ITP_ON_OPTIMISM = "0x0a7B751FcDBBAA8BB988B9217ad5Fb5cfe7bf7A0";
const VELO_PRICE_ORACLE = "0x395942C2049604a314d39F370Dfb8D87AAC89e16";
const WETH_TOKEN_ADDRESS = "0x4200000000000000000000000000000000000006";
const VELO_TOKEN_ADDRESS = "0x3c8b650257cfb5f272f799f5e2b4e65093a11a05";
const OP_TOKEN_ADDRESS = "0x4200000000000000000000000000000000000042";
const USDC_OP_TOKEN_ADDRESS = "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85";
const ITP_STAKED_ABI = "function getVaultInfo() view returns (uint256, uint256, uint256, uint256, uint256, uint256[], uint256)";
Expand All @@ -18,6 +19,7 @@ const getStakedTVL = async (api) => {
1,
[
ITP_ON_OPTIMISM,
VELO_TOKEN_ADDRESS,
WETH_TOKEN_ADDRESS,
OP_TOKEN_ADDRESS,
USDC_OP_TOKEN_ADDRESS,
Expand Down

0 comments on commit 617a15f

Please sign in to comment.