Skip to content

Commit

Permalink
updated deploy script docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yudilevi committed Mar 10, 2024
1 parent 2a5b63e commit 4ed3cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/scripts/mainnet/0013-CarbonController-upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DeployFunction } from 'hardhat-deploy/types';
import { HardhatRuntimeEnvironment } from 'hardhat/types';

/**
* @dev trade by source extended input upgrade
* @dev remove pause functionality
*/
const func: DeployFunction = async ({ getNamedAccounts }: HardhatRuntimeEnvironment) => {
const { deployer } = await getNamedAccounts();
Expand Down

0 comments on commit 4ed3cac

Please sign in to comment.