Skip to content

Commit

Permalink
fix compilation issue (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ungaro authored Dec 20, 2024
1 parent 18e9346 commit c991f90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nest/script/UpgradepUSD.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ contract UpgradePUSD is Script {
TELLER_ADDRESS,
ATOMIC_QUEUE,
LENS_ADDRESS,
ACCOUNTANT_ADDRESS
ACCOUNTANT_ADDRESS,
"Plume USD",
"pUSD"
);

// Verify the upgrade
Expand Down

0 comments on commit c991f90

Please sign in to comment.