Skip to content

Commit

Permalink
docs(README): remove setSupplyQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jul 16, 2024
1 parent 2afeff5 commit 2d82fac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ const marketParams2 = {

await metamorpho.connect(curator).multicall([
MetaMorphoAction.acceptCap(marketParams2),
MetaMorphoAction.setSupplyQueue([id1, id2, id3]),
MetaMorphoAction.reallocate([
{ marketParams: marketParams1, assets: 600_000000000000000000n },
{ marketParams: marketParams2, assets: 100_000000000000000000n },
Expand Down

0 comments on commit 2d82fac

Please sign in to comment.