Skip to content

Commit

Permalink
CHANGELOG: add ERC20 upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Oct 31, 2023
1 parent 6318c68 commit b8f4d84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

### Upgrade Steps -- Required

Upgrade all core contracts and _all_ assets. ERC20s do not need to be upgraded. Use `Deployer.deployRTokenAsset()` to create a new `RTokenAsset` instance. This asset should be swapped too.
Upgrade all core contracts and _all_ assets. Most ERC20s do not need to be upgraded. Use `Deployer.deployRTokenAsset()` to create a new `RTokenAsset` instance. This asset should be swapped too.

ERC20s that _do_ need to be upgraded:

- Morpho
- Convex
- CompoundV3

Then, call `Broker.cacheComponents()`.

Expand Down

0 comments on commit b8f4d84

Please sign in to comment.