[WIP] Add Rebasable token to Optimism #118
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run solhint:
contracts/arbitrum/InterchainERC20TokenGateway.sol#L20
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Run solhint:
contracts/arbitrum/InterchainERC20TokenGateway.sol#L23
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Run solhint:
contracts/arbitrum/L1CrossDomainEnabled.sol#L15
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Run solhint:
contracts/arbitrum/L2CrossDomainEnabled.sol#L15
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Run solhint:
contracts/BridgeableTokens.sol#L10
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Run solhint:
contracts/BridgeableTokens.sol#L13
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Run solhint:
contracts/BridgingManager.sol#L103
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run solhint:
contracts/lido/TokenRateNotifier.sol#L4
Found more than One contract per file. 2 contracts found!
|
Run solhint:
contracts/lido/TokenRateNotifier.sol#L92
Code contains empty blocks
|
Run solhint:
contracts/optimism/L2ERC20ExtendedTokensBridge.sol#L12
imported name IERC20Wrapper is not used
|
Loading