Skip to content

Commit

Permalink
Add eqb base pools
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-monk committed Dec 23, 2024
1 parent 54cecd6 commit 126acf9
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/address-book/src/address-book/base/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,20 @@ export const tokens = {
documentation: 'https://docs.originprotocol.com/',
bridge: 'native',
},
wsuperOETHb: {
name: 'Wrapped Super OETH',
symbol: 'wsuperOETHb',
oracleId: 'wsuperOETHb',
address: '0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6',
chainId: 8453,
decimals: 18,
logoURI: '',
website: 'https://originprotocol.com/',
description:
"Super OETH is the first in a new class of yield product; Supercharged LSTs. By combining liquid staking yield from Ethereum with compounded rewards on layer 2, Supercharged LSTs offer materially higher APY compared to traditional LSTs without adding substantial risk of loss. Origin's first token to launch in this category is superOETHb, which derives Beacon Chain yield from bridged Wrapped OETH and rewards from Aerodrome through a protocol-owned, concentrated liquidity position on Base.",
documentation: 'https://docs.originprotocol.com/',
bridge: 'native',
},
SILO: {
name: 'SILO',
symbol: 'SILO',
Expand Down
3 changes: 2 additions & 1 deletion src/api/stats/common/getEquilibriaApys.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BigNumber from 'bignumber.js';
import { ARBITRUM_CHAIN_ID, BSC_CHAIN_ID, ETH_CHAIN_ID } from '../../../constants';
import { ARBITRUM_CHAIN_ID, BASE_CHAIN_ID, BSC_CHAIN_ID, ETH_CHAIN_ID } from '../../../constants';
import { fetchContract } from '../../rpc/client';
import { fetchPrice } from '../../../utils/fetchPrice';
import { parseAbi } from 'viem';
Expand All @@ -10,6 +10,7 @@ const PENDLE = {
[ARBITRUM_CHAIN_ID]: '0x0c880f6761f1af8d9aa9c466984b80dab9a8c9e8',
[ETH_CHAIN_ID]: '0x808507121B80c02388fAd14726482e061B8da827',
[BSC_CHAIN_ID]: '0xb3Ed0A426155B79B898849803E3B36552f7ED507',
[BASE_CHAIN_ID]: '0xa99f6e6785da0f5d6fb42495fe424bce029eeb3e',
};
const eqbMinter = {
[ARBITRUM_CHAIN_ID]: '0x09bae4C38B1a9142726C6F08DC4d1260B0C8e94d',
Expand Down
26 changes: 26 additions & 0 deletions src/data/base/pendlePools.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
[
{
"name": "pendle-base-wsuperoethb-26jun25",
"address": "0xeCc2c994aA0C599a7f69a7Cfb9106fe4dfFb4341",
"eqbGauge": "0x8B3977197f96e796c32Af1AC33f9d647a7836917",
"oracle": "tokens",
"oracleId": "WETH",
"decimals": "1e18",
"chainId": 8453
},
{
"name": "pendle-base-musdc-26jun25",
"address": "0x3124d41708edbdc7995a55183e802e3d9d0d5ef1",
"eqbGauge": "0x50D45b4dbc9815aDb8b0016c952B712732bb78dc",
"oracle": "tokens",
"oracleId": "USDC",
"decimals": "1e8",
"chainId": 8453,
"rewards": [
{
"token": "0xA88594D404727625A9437C3f886C7643872296AE",
"oracleId": "bWELL"
}
]
},
{
"name": "pendle-base-cbeth-25dec25",
"address": "0x483f2e223c58a5ef19c4b32fbc6de57709749cb3",
"eqbGauge": "0x2367f42B1d6a78930E107bE0ACdaE28EC577237D",
"oracle": "tokens",
"oracleId": "WETH",
"decimals": "1e18",
Expand All @@ -10,6 +35,7 @@
{
"name": "pendle-base-lbtc-29may25",
"address": "0x727cebacfb10ffd353fc221d06a862b437ec1735",
"eqbGauge": "0xBA0f08909AF43ed21aC54D44fF863835F22ADDF0",
"oracle": "tokens",
"oracleId": "WBTC",
"decimals": "1e8",
Expand Down

0 comments on commit 126acf9

Please sign in to comment.