Skip to content

Commit

Permalink
fix: adjust for PEPE units
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpwrk committed Sep 30, 2024
1 parent 6dec497 commit ca4b39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config-mainnet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ library Config {
optionCap = 0;
baseCap = 0;
} else if (keccak256(abi.encodePacked(market)) == keccak256(abi.encodePacked("PEPE"))) {
perpCap = 40_000e18;
perpCap = 40_000_000_000e18;
optionCap = 0;
baseCap = 0;
} else if (keccak256(abi.encodePacked(market)) == keccak256(abi.encodePacked("WIF"))) {
Expand Down

0 comments on commit ca4b39e

Please sign in to comment.