Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
674 changes: 673 additions & 1 deletion brownie/abi/ousd.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/deploy/054_woeth.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = deploymentWithGuardianGovernor(
// Governance Actions
// ----------------
return {
name: "Deploy OETH Vault, Token, Strategies, Harvester and the Dripper",
name: "Deploy WOETH Token",
actions,
};
}
Expand Down
4 changes: 3 additions & 1 deletion contracts/deployments/mainnet/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@
"045_convex_lusd_meta_strategy": 1671543402,
"046_vault_value_checker": 1669212530,
"047_morpho_aave_strategy": 1672817148,
"048_deposit_withdraw_tooling": 1675100084
"048_deposit_withdraw_tooling": 1675100084,
"053_oeth": 1681746345,
"054_woeth": 1681746545
}
284 changes: 284 additions & 0 deletions contracts/deployments/mainnet/FraxETHStrategyProxy.json

Large diffs are not rendered by default.

Loading