Skip to content

Commit

Permalink
Add salt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiascaricato committed Aug 25, 2023
1 parent 88a9620 commit 24294ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const deploy = async () => {
const contract = await platform.deployProxy(USDM, ['Mountain Protocol USD', 'USDM', OWNER_ADDRESS], {
initializer: 'initialize',
kind: 'uups',
salt: '1337',
});
await contract.deployed();

Expand Down

0 comments on commit 24294ae

Please sign in to comment.