Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 828 Bytes

YPP-0110.md

File metadata and controls

22 lines (20 loc) · 828 Bytes

Proposal

Disconnect the Euler-backed fyTokens from the Ladle

Background

Disconnecting the Euler-backed fyTokens from the Ladle makes it sure that no more can be minted or burned, closing down possible attack surfaces.

Details

The revokeMintBurn.ts script will be used, with this input:

  const fyTokenIdsToIsolate = [
    FYETH2303,
    FYDAI2303,
    FYUSDC2303,
    FYUSDT2303,
    FYETH2306,
    FYDAI2306,
    FYUSDC2306,
    FYUSDT2306,
  ]

Testing

Manual verification of state changes on this tenderly fork.