-
Notifications
You must be signed in to change notification settings - Fork 111
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
Meta morpho scripts #1098
Meta morpho scripts #1098
Conversation
chainlinkFeed: USDT_USD_FEED, | ||
oracleError: USDT_ORACLE_ERROR.toString(), | ||
erc20: networkConfig[chainId].tokens.bbUSDT, | ||
maxTradeVolume: fp('1e6').toString(), // $7.5m vault |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should be using much smaller numbers for this. The vaults are currently too small to sustain these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I think $500k can make sense, but much lower and things become unusable on mainnet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And <$500k for pyUSD, since it has $1.7m vault
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounds good to me. Probably $250k for smaller vaults and $500k for every other.
No description provided.