Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Aug 7, 2024
1 parent 43e22d2 commit 016479e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contracts/interfaces/ICurveProvider.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
pragma solidity 0.8.23;

// solhint-disable func-name-mixedcase
// solhint-disable var-name-mixedcase

interface ICurveProvider {
function get_address (uint256 _id) external view returns (address);
Expand Down
2 changes: 1 addition & 1 deletion test/oracles/CurveOracle.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { loadFixture } = require('@nomicfoundation/hardhat-network-helpers');
const { ethers } = require('hardhat');
const { expect, deployContract, constants } = require('@1inch/solidity-utils');
const { expect, deployContract } = require('@1inch/solidity-utils');
const {
tokens,
deployParams: { AaveWrapperV2, Curve, Uniswap, UniswapV2, UniswapV3 },
Expand Down

0 comments on commit 016479e

Please sign in to comment.