Skip to content

Commit

Permalink
Merge pull request #167 from bancorprotocol/vortex-2.0-l2-deployment
Browse files Browse the repository at this point in the history
add vortex 2.0 multi-chain deployments artifacts
  • Loading branch information
ivanzhelyazkov authored Oct 3, 2024
2 parents b2c8124 + acedbb7 commit 1b92c0a
Show file tree
Hide file tree
Showing 50 changed files with 34,009 additions and 7 deletions.
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

0 comments on commit 1b92c0a

Please sign in to comment.