Skip to content

Commit

Permalink
update registry name and symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamColdMelon committed Oct 14, 2024
1 parent ec8b821 commit 57c1a1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/DssSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,11 @@ contract DssSpellAction is DssAction {
// Init Lockstake Engine with uint256 tolerance: 0.5
tolerance: 5 * RAY / 10,

// Init Lockstake Engine with string name: "LOCKSTAKE"
name: "LOCKSTAKE",
// Init Lockstake Engine with string name: "LockstakeMkr"
name: "LockstakeMkr",

// Init Lockstake Engine with string symbol: "LMKR"
symbol: "LMKR"
// Init Lockstake Engine with string symbol: "lsMKR"
symbol: "lsMKR"
})
);

Expand Down

0 comments on commit 57c1a1a

Please sign in to comment.