Skip to content

Commit

Permalink
fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ungaro committed Dec 20, 2024
1 parent 18e9346 commit 93c6679
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 93c6679

Please sign in to comment.