Skip to content

Commit

Permalink
carbon vortex - add minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzhelyazkov committed Sep 25, 2024
1 parent 0b0560c commit a63f8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/vortex/CarbonVortex.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import { PPM_RESOLUTION, MAX_GAP } from "../utility/Constants.sol";
* - this parameter can be configured so that tokens reach the market rate faster or slower
* target token is the token to which all other tokens are traded to (can be native token for example)
* final target token is an additional token to which the target token is traded to (optional)
* transferAddress is the address to which all target / final target tokens are sent to
*/
contract CarbonVortex is ICarbonVortex, Upgradeable, ReentrancyGuardUpgradeable, Utils {
using Address for address payable;
Expand Down
1 change: 1 addition & 0 deletions deploy/scripts/network/0004-CarbonVortex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { HardhatRuntimeEnvironment } from 'hardhat/types';
* 1. target token is *targetToken* - set address in named-accounts VortexNamedAccounts for the chain
* 2. final target token is *finalTargetToken* - set address in named-accounts VortexNamedAccounts for the chain (can be zero address)
* 3. transferAddress is *transferAddress* - set address in named-accounts VortexNamedAccounts for the chain
* --- this is the address that will receive the target / final target tokens after trade
* 4. CarbonController is set as withdraw address (on execute, tokens will be withdrawn from it
* 5. For licensed deployments, vault should be address 0 (already configured)
*/
Expand Down

0 comments on commit a63f8c1

Please sign in to comment.