Skip to content

Commit

Permalink
Add VVV-WETH on Base
Browse files Browse the repository at this point in the history
  • Loading branch information
MirthFutures committed Jan 27, 2025
1 parent 47095e4 commit 8f75a4c
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@web3-onboard/trust": "^2.1.1",
"@web3-onboard/walletconnect": "^2.6.1",
"bignumber.js": "^9.0.1",
"blockchain-addressbook": "^0.47.130",
"blockchain-addressbook": "^0.47.131",
"clsx": "^1.1.1",
"date-fns": "^2.29.3",
"eip-712": "^1.0.0",
Expand Down
59 changes: 59 additions & 0 deletions src/config/vault/base.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,63 @@
[
{
"id": "uniswap-cow-base-weth-vvv-rp",
"name": "VVV-WETH Reward Pool",
"type": "gov",
"version": 2,
"token": "cowUniswapBaseVVV-WETH",
"tokenAddress": "0x3d0d2539b3D808529A5459DeC624cb1a4A239Ec5",
"tokenDecimals": 18,
"tokenProviderId": "uniswap",
"earnContractAddress": "0xcdE74fDeF82B775Ef774695c325e36aaf83dF772",
"earnedToken": "rCowUniswapBaseVVV-WETH",
"earnedTokenDecimals": 18,
"earnedTokenAddresses": [],
"oracle": "lps",
"oracleId": "uniswap-cow-base-weth-vvv",
"status": "active",
"createdAt": 1738002710,
"platformId": "uniswap",
"assets": ["VVV", "WETH"],
"risks": [],
"strategyTypeId": "compounds",
"network": "base",
"zaps": [
{
"strategyId": "gov-composer"
}
]
},
{
"id": "uniswap-cow-base-weth-vvv",
"name": "VVV-WETH",
"type": "cowcentrated",
"token": "VVV-WETH uniswap",
"tokenAddress": "0x1D2bdB7117a5A7D7fE4c1d95681a92e4Df13bB69",
"tokenDecimals": 18,
"tokenProviderId": "uniswap",
"depositTokenAddresses": [
"0x4200000000000000000000000000000000000006",
"0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf"
],
"earnContractAddress": "0x3d0d2539b3D808529A5459DeC624cb1a4A239Ec5",
"earnedToken": "cowUniswapBaseVVV-WETH",
"earnedTokenAddress": "0x3d0d2539b3D808529A5459DeC624cb1a4A239Ec5",
"oracle": "lps",
"oracleId": "uniswap-cow-base-weth-vvv",
"status": "active",
"createdAt": 1738002710,
"platformId": "beefy",
"feeTier": "1",
"assets": ["VVV", "WETH"],
"risks": ["IL_HIGH", "MCAP_LARGE", "CONTRACTS_VERIFIED"],
"strategyTypeId": "compounds",
"network": "base",
"zaps": [
{
"strategyId": "cowcentrated"
}
]
},
{
"id": "uniswap-cow-base-aixbt-usdc-rp",
"name": "AIXBT-USDC Reward Pool",
Expand Down
Binary file added src/images/single-assets/VVV.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2882,10 +2882,10 @@ blakejs@^1.1.0:
resolved "https://registry.yarnpkg.com/blakejs/-/blakejs-1.2.1.tgz#5057e4206eadb4a97f7c0b6e197a505042fc3814"
integrity sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==

blockchain-addressbook@^0.47.130:
version "0.47.130"
resolved "https://registry.yarnpkg.com/blockchain-addressbook/-/blockchain-addressbook-0.47.130.tgz#a8dd027ea48cf4f5b5cf0629fe78587236a186de"
integrity sha512-6/cXiLm4e/Bhpq3oDc6RqMgtZEg+sUFmwKSbkWSqmWKcc0KeU4EXElk0ssdd+LnCUpfe8JRBdWKIxT0Rx2Zpzg==
blockchain-addressbook@^0.47.131:
version "0.47.131"
resolved "https://registry.yarnpkg.com/blockchain-addressbook/-/blockchain-addressbook-0.47.131.tgz#87192b38327efd29e7bf7e1ddb737b342574b7d4"
integrity sha512-sR2Pcd3G41v5tBTksrUF38X1MiaXP2gy2Zcy50Sv+p61SqhIoG7ZP1+gLlbtLcy1d21XXOgmx/1UO7pdtVVIXA==

bluebird@^3.5.0:
version "3.7.2"
Expand Down

0 comments on commit 8f75a4c

Please sign in to comment.