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

Tasks: Implement ERC4626 liquidity tasks #126

Merged
merged 4 commits into from
Nov 28, 2023

tasks: reorder auth modifier params

7b588dd
Select commit
Loading
Failed to load commit list.
Merged

Tasks: Implement ERC4626 liquidity tasks #126

tasks: reorder auth modifier params
7b588dd
Select commit
Loading
Failed to load commit list.
CodeChecks / Gas Usage succeeded Nov 28, 2023 in 0s

New gas usage report!

Deployments

Gas Diff Diff % Block % - avg
AxelarBridger 4,898,630 - - 16.3 % -
BalancerV2BptSwapper 4,629,078 - - 15.4 % -
Collector 3,977,459 - - 13.3 % -
CollectorRelayerFunder 4,242,724 - - 14.1 % -
ConnextBridger 4,902,011 - - 16.3 % -
ConvexClaimer 4,164,062 - - 13.9 % -
ConvexExiter 4,117,586 - - 13.7 % -
ConvexJoiner 4,117,586 - - 13.7 % -
Curve2CrvExiter 4,552,102 - - 15.2 % -
Curve2CrvJoiner 4,552,102 - - 15.2 % -
Depositor 4,307,030 - - 14.4 % -
ERC4626Exiter 4,091,025 - - 13.6 % -
ERC4626Joiner 4,149,700 - - 13.8 % -
HandleOver 3,857,902 - - 12.9 % -
HopBridger 5,229,869 - - 17.4 % -
HopL2Swapper 4,804,517 - - 16 % -
OneInchV5RelayerFunder 4,893,708 - - 16.3 % -
OneInchV5Swapper 4,611,115 - - 15.4 % -
ParaswapV5Swapper 5,007,630 - - 16.7 % -
RelayerDepositor 4,020,987 - - 13.4 % -
UniswapV2Swapper 4,609,859 - - 15.4 % -
UniswapV3Swapper 4,680,485 - - 15.6 % -
Unwrapper 3,875,032 - - 12.9 % -
UnwrapperRelayerFunder 4,205,956 - - 14 % -
Withdrawer 4,002,928 - - 13.3 % -
WormholeBridger 4,867,253 - - 16.2 % -
Wrapper 3,873,086 - - 12.9 % -

Methods

Gas Diff Diff % Calls - avg
AxelarBridger
       call 134,664 - - 242 -
       initialize 207,817 - - 210 -
       pause 60,891 - - 5 -
       setBalanceConnectors 69,397 - - 105 -
       setConnector 45,074 - - 51 -
       setCustomDestinationChain 49,726 - - 80 -
       setCustomMaxFee 66,278 - - 24 -
       setCustomMaxSlippage 62,984 - - 36 -
       setCustomTokenThreshold 95,052 - - 17 -
       setCustomVolumeLimit 107,139 - - 28 -
       setDefaultDestinationChain 51,908 - - 134 -
       setDefaultMaxFee 66,988 - - 45 -
       setDefaultMaxSlippage 57,394 - - 110 -
       setDefaultTokenThreshold 92,212 - - 243 -
       setDefaultVolumeLimit 105,876 - - 28 -
       setGasLimits 88,648 - - 12 -
       setRecipient 43,816 - - 24 -
       setTimeLock 115,053 - - 44 -
       setTokensAcceptanceList 101,482 - - 55 -
       setTokensAcceptanceType 56,431 - - 38 -
       unpause 38,983 - - 2 -
Collector
       initialize 167,073 - - 37 -
       setTokensSource 42,222 - - 23 -
CollectorRelayerFunder
       initializeCollectorRelayerFunder 191,544 - - 24 -
ConnextBridger
       call 166,042 - - 38 -
ConvexClaimer
       initialize 167,624 - - 75 -
Curve2CrvExiter
       initialize 176,496 - - 188 -
       setCustomTokenOut 63,263 - - 24 -
       setDefaultTokenOut 59,592 - - 108 -
Depositor
       initialize 151,240 - - 54 -
ERC20
       approve 46,242 - - 10 -
       transfer 46,837 - - 11 -
ERC4626Joiner
       call 163,674 - - 15 -
HopBridger
       initialize 256,164 - - 89 -
       setMaxDeadline 44,581 - - 3 -
       setRelayer 43,402 - - 15 -
       setTokenHopEntrypoint 54,731 - - 31 -
HopL2Swapper
       initialize 177,292 - - 42 -
       setTokenAmm 55,810 - - 28 -
OneInchV5RelayerFunder
       call 222,514 - - 30 -
       initializeOneInchV5RelayerFunder 200,973 - - 27 -
ParaswapV5Swapper
       call 213,963 - - 14 -
       initialize 200,335 - - 36 -
       setQuoteSigner 42,273 - - 10 -
RelayerDepositor
       initialize 166,682 - - 15 -
UniswapV2Swapper
       call 212,146 - - 20 -
UniswapV3Swapper
       call 218,069 - - 20 -
UnwrapperRelayerFunder
       initializeUnwrapperRelayerFunder 167,542 - - 23 -
WormholeBridger
       call 172,941 - - 79 -

Build Configuration

Option Settings
solc: version 0.8.17
solc: optimized true
solc: runs 1000
gas: block limit 30,000,000
gas: price -
gas: currency/eth rate -

Target commit: 7b588dd

Base commit: 2f7408f