Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Yield Concerto by FRAX pool #1342

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/address-book/address-book/optimism/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof _tokens, Token> = _tokens;
40 changes: 40 additions & 0 deletions src/data/optimism/auraLpPools.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading