Skip to content

Commit

Permalink
Add MORE-USDC on Base Balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
MirthFutures committed Nov 4, 2024
1 parent e8e73ec commit 3c45ef7
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const beefyfinance = {
voter: '0x5e1caC103F943Cd84A1E92dAde4145664ebf692A',
beefyFeeConfig: '0xfc69704cC3cAac545cC7577009Ea4AA04F1a61Eb',
vaultFactory: '0xBC4a342B0c057501E081484A2d24e576E854F823',
strategyFactory: '0x705A3168F2c48263B1249A11940E6602A4f22a9A',
wrapperFactory: '0x917447f8f52E7Db26cE7f52BE2F3fcb4d4D00832',
zap: '0x6F19Da51d488926C007B9eBaa5968291a2eC6a63',
zapTokenManager: '0x3fBD1da78369864c67d62c242d30983d6900c0f0',
Expand Down
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 @@ -1639,4 +1639,18 @@ export const tokens = {
bridge: 'native',
risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
},
MORE: {
name: 'MORE',
address: '0x25ea98ac87A38142561eA70143fd44c4772A16b6',
symbol: 'MORE',
oracleId: 'MORE',
decimals: 18,
website: 'https://stackmore.xyz/',
documentation: 'https://docs.stackmore.xyz/',
description:
'Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.',
bridge: 'native',
chainId: 8453,
risks: ['NO_TIMELOCK'],
},
} as const satisfies Record<string, Token>;
38 changes: 38 additions & 0 deletions src/data/base/balancerPools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@
[
{
"name": "balancer-base-more-usdc",
"address": "0x2AE2fd72448afC7B29955f48f63b96cD6Cd72C2D",
"vault": "0xBA12222222228d8Ba445958a75a0704d566BF2C8",
"gauge": "0x60ED9E5DA6437A6e19B7815e013e3426161e8044",
"vaultPoolId": "0x2ae2fd72448afc7b29955f48f63b96cd6cd72c2d00000000000000000000019d",
"composable": true,
"bptIndex": 1,
"decimals": "1e18",
"rewards": [
{
"newGauge": true,
"stream": "0x60ED9E5DA6437A6e19B7815e013e3426161e8044",
"oracleId": "BAL"
},
{
"stream": "0x60ED9E5DA6437A6e19B7815e013e3426161e8044",
"rewardToken": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"oracleId": "USDC",
"decimals": "1e6"
}
],
"tokens": [
{
"oracle": "tokens",
"oracleId": "MORE",
"decimals": "1e18"
},
{
"oracleId": "BPTToken"
},
{
"oracle": "tokens",
"oracleId": "USDC",
"decimals": "1e6"
}
]
},
{
"name": "balancer-base-usdbc-axlusdc",
"address": "0xE58cA65f418D4121d6C70d4C133E60cf6fDa363C",
Expand Down

0 comments on commit 3c45ef7

Please sign in to comment.