Skip to content

feat: grab mmRatio from CH config instead of using 62500 hardcode #416

feat: grab mmRatio from CH config instead of using 62500 hardcode

feat: grab mmRatio from CH config instead of using 62500 hardcode #416

Triggered via push May 30, 2023 11:36
Status Success
Total duration 14m 10s
Artifacts

testing.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: contracts/base/BlockContext.sol#L9
Avoid to make time-based decisions in your business logic
lint: contracts/base/OwnerPausable.sol#L17
Function order is incorrect, external function can not go after internal function (line 12)
lint: contracts/base/SafeOwnable.sol#L42
Function order is incorrect, external function can not go after internal function (line 28)
lint: contracts/base/SafeOwnableNonUpgradable.sol#L85
Function order is incorrect, external view function can not go after public view function (line 78)
lint: contracts/lens/Multicall2.sol#L24
Avoid to use low level calls
lint: contracts/lens/Multicall2.sol#L33
Avoid to use low level calls
lint: contracts/lens/PerpPortal.sol#L123
Function order is incorrect, external function can not go after external view function (line 118)
lint: contracts/limitOrder/LimitOrderBook.sol#L209
Function order is incorrect, external view function can not go after public view function (line 205)
lint: contracts/LowLevelErrorMessage.sol#L13
Avoid to use inline assembly. It is acceptable only in rare cases
lint: contracts/LowLevelErrorMessage.sol#L19
Avoid to use inline assembly. It is acceptable only in rare cases