Skip to content

[VEN-1829]: Deploy Oracles on Sepolia #233

[VEN-1829]: Deploy Oracles on Sepolia

[VEN-1829]: Deploy Oracles on Sepolia #233

Triggered via pull request November 3, 2023 08:29
Status Failure
Total duration 2m 17s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
Deploy
Process completed with exit code 1.
Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint: contracts/interfaces/OracleInterface.sol#L2
Found more than One contract per file. 4 contracts found!
Lint: contracts/interfaces/VBep20Interface.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint: contracts/libraries/PancakeLibrary.sol#L2
Found more than One contract per file. 3 contracts found!
Lint: contracts/libraries/PancakeLibrary.sol#L15
Contract name must be in CamelCase
Lint: contracts/libraries/PancakeLibrary.sol#L22
Use Custom Errors instead of require statements
Lint: contracts/libraries/PancakeLibrary.sol#L43
Avoid making time-based decisions in your business logic
Lint: contracts/oracles/BinanceOracle.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint: contracts/oracles/BinanceOracle.sol#L5
global import of path ../interfaces/VBep20Interface.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint: contracts/oracles/BinanceOracle.sol#L6
global import of path ../interfaces/SIDRegistryInterface.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Lint: contracts/oracles/BinanceOracle.sol#L7
global import of path ../interfaces/FeedRegistryInterface.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/