Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add vortex 2.0 multi-chain deployments artifacts #167

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contracts/vortex/CarbonVortex.sol
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ contract CarbonVortex is ICarbonVortex, Upgradeable, ReentrancyGuardUpgradeable,
* @dev performs contract-specific initialization
*/
function __CarbonVortex_init_unchained() internal onlyInitializing {
// set rewards PPM to 5000
_setRewardsPPM(5000);
// set rewards PPM to 1000
_setRewardsPPM(1000);
// set price reset multiplier to 2x
_setPriceResetMultiplier(2);
// set min token sale amount multiplier to 4x
Expand Down
1 change: 1 addition & 0 deletions deployments/base/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8453
4 changes: 4 additions & 0 deletions deployments/base/.migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"0001-ProxyAdmin": 1727774416,
"0002-CarbonVortex": 1727774431
}
Loading
Loading