Skip to content

Commit

Permalink
updated deploy script description
Browse files Browse the repository at this point in the history
  • Loading branch information
yudilevi committed Sep 24, 2024
1 parent e762625 commit be5869f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/scripts/mainnet/0017-CarbonVortex-upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { NATIVE_TOKEN_ADDRESS } from '../../../utils/Constants';

/**
* upgrade carbon vortex 2.0 to v3:
* add maxInput to trade function
* fix upgradeable contract
* remove the old vortex dependency
*/
const func: DeployFunction = async ({ getNamedAccounts }: HardhatRuntimeEnvironment) => {
const { deployer, bnt, vault } = await getNamedAccounts();
Expand Down

0 comments on commit be5869f

Please sign in to comment.