Skip to content

fix: retrieve decimals from asset #5

fix: retrieve decimals from asset

fix: retrieve decimals from asset #5

Triggered via pull request October 1, 2023 16:34
Status Success
Total duration 1m 27s
Artifacts

pull_requests.yml

on: pull_request
Lint and Tests  /  Pull Request Checks
1m 15s
Lint and Tests / Pull Request Checks
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint and Tests / Pull Request Checks: contracts/interfaces/ITimeLockVault.sol#L4
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint and Tests / Pull Request Checks: contracts/mocks/MockERC20.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/ERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint and Tests / Pull Request Checks: contracts/mocks/MockTimeLockVault.sol#L4
global import of path ../SimpleTimeLockVault.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint and Tests / Pull Request Checks: contracts/SimpleTimeLockVault.sol#L4
global import of path ./TimeLockVault.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint and Tests / Pull Request Checks: contracts/TimeLockVault.sol#L4
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint and Tests / Pull Request Checks: contracts/TimeLockVault.sol#L5
global import of path @openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint and Tests / Pull Request Checks: contracts/TimeLockVault.sol#L6
global import of path @openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint and Tests / Pull Request Checks: contracts/TimeLockVault.sol#L7
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)