Skip to content

Commit

Permalink
fix: deprecate old vel vaults (#286)
Browse files Browse the repository at this point in the history
* update(vault): deprecate old vel usdc-dola

* update(vault): deprecate old vel usdc-susd

* update(vault): deprecate old vel usdc-mai
  • Loading branch information
0xBasically authored and Majorfi committed Jun 29, 2023
1 parent e5c0c63 commit e84ea33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"$schema": "vault",
"comment": "Vel USDC-sUSD",
"hideAlways": false,
"depositsDisabled": false,
"depositsDisabled": true,
"withdrawalsDisabled": false,
"order": 6,
"migrationAvailable": false,
"allowZapIn": true,
"allowZapIn": false,
"allowZapOut": true,
"retired": false,
"retired": true,
"displayName": "Velodrome USDC-sUSD",
"apyTypeOverride": "new",
"classification": {
"isAutomated": false,
"isPool": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"$schema": "vault",
"comment": "Vel USDC-DOLA",
"hideAlways": false,
"depositsDisabled": false,
"depositsDisabled": true,
"withdrawalsDisabled": false,
"order": 7,
"migrationAvailable": false,
"allowZapIn": true,
"allowZapIn": false,
"allowZapOut": true,
"retired": false,
"retired": true,
"displayName": "Velodrome USDC-DOLA",
"apyTypeOverride": "new",
"classification": {
"isAutomated": false,
"isPool": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"$schema": "vault",
"comment": "Vel USDC-MAI",
"hideAlways": false,
"depositsDisabled": false,
"depositsDisabled": true,
"withdrawalsDisabled": false,
"order": 13,
"migrationAvailable": false,
"allowZapIn": true,
"allowZapIn": false,
"allowZapOut": true,
"retired": false,
"retired": true,
"displayName": "Velodrome USDC-MAI",
"apyTypeOverride": "new",
"classification": {
"isAutomated": false,
"isPool": true,
Expand Down

1 comment on commit e84ea33

@vercel
Copy link

@vercel vercel bot commented on e84ea33 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ydaemon – ./docs

ydaemon-git-main.yearn.farm
ydaemon.yearn.farm

Please sign in to comment.