Skip to content

Commit

Permalink
add MocIntegration deployment file testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsnt committed Jan 23, 2024
1 parent 3534c16 commit f87209e
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 24 deletions.
2 changes: 1 addition & 1 deletion deployment/deploy/6_MocIntegration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const func: DeployFunction = async ({ deployments, getNamedAccounts }) => {
`${deploymentName}_Proxy`,
"MyntAdminProxy",
false,
[mocAddress, docAddress, dllrAddress, massetManagerAddress]
[mocAddress, docAddress, dllrAddress, massetManagerAddress, permit2Address]
);
} else {
await deploy(deploymentName, {
Expand Down
Loading

0 comments on commit f87209e

Please sign in to comment.