diff --git a/packages/address-book/address-book/optimism/tokens/tokens.ts b/packages/address-book/address-book/optimism/tokens/tokens.ts index ed95823b5..9db19df6b 100644 --- a/packages/address-book/address-book/optimism/tokens/tokens.ts +++ b/packages/address-book/address-book/optimism/tokens/tokens.ts @@ -1327,6 +1327,20 @@ const _tokens = { documentation: 'https://doc.paraswap.network/', bridge: 'optimism-canonical', }, + sFRAX: { + name: 'Staked FRAX', + symbol: 'sFRAX', + oracleId: 'sFRAX', + address: '0x2Dd1B4D4548aCCeA497050619965f91f78b3b532', + chainId: 10, + decimals: 18, + logoURI: '', + website: 'https://app.frax.finance/sfrax/stake', + description: + 'Staked FRAX (sFRAX) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. The sFRAX token represents pro rata deposits within the vault and is always withdrawable for FRAX stablecoins at the pro rata rate at all times. sFRAX APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The FRAX staking vault attempts, but does not guarantee in any way, to target this rate.', + documentation: 'https://docs.frax.finance/frax-v3/sfrax', + bridge: 'frax', + }, } as const; export const tokens: ConstRecord = _tokens; diff --git a/src/data/optimism/auraLpPools.json b/src/data/optimism/auraLpPools.json index 619223ce0..67343ff7b 100644 --- a/src/data/optimism/auraLpPools.json +++ b/src/data/optimism/auraLpPools.json @@ -1,4 +1,44 @@ [ + { + "name": "aura-op-yield-concerto-by-frax", + "address": "0x2FEb76966459d7841fa8A7Ed0aa4bf574d6111Bf", + "vault": "0xBA12222222228d8Ba445958a75a0704d566BF2C8", + "gauge": "0x6d7E228CEe218914e169fbb2bF16677b4597DFC3", + "vaultPoolId": "0x2feb76966459d7841fa8a7ed0aa4bf574d6111bf00020000000000000000011d", + "lsIndex": [0, 1], + "lsUrl": [ + "https://api.frax.finance/v2/frax/sfrax/summary/latest", + "https://api.frax.finance/v2/frxeth/summary/latest" + ], + "dataPath": ["$.sfraxApy", "$.sfrxethApr"], + "lsAprFactor": [1, 1], + "balancerChargesFee": true, + "decimals": "1e18", + "rewards": [ + { + "rewardGauge": "0xD4b5e14d80E3A414452846804248405F0867AFa2", + "oracleId": "AURA", + "decimals": "1e18" + }, + { + "rewardGauge": "0x9D968b4D129cb0Ca1d9ceB8B2F66dBa3BAdfD2F0", + "oracleId": "OP", + "decimals": "1e18" + } + ], + "tokens": [ + { + "oracle": "tokens", + "oracleId": "sFRAX", + "decimals": "1e18" + }, + { + "oracle": "tokens", + "oracleId": "sfrxETH", + "decimals": "1e18" + } + ] + }, { "name": "aura-op-a-night-at-the-opara", "address": "0x0244B0025264dC5f5c113d472D579C9c994A59CE",