Skip to content

Commit

Permalink
Merge pull request #697 from open-dollar/fix-imports
Browse files Browse the repository at this point in the history
Fix Imports
  • Loading branch information
daopunk authored May 12, 2024
2 parents b7575ae + 11a7f5a commit 7321f6b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 15 deletions.
11 changes: 2 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
[submodule "lib/ds-test"]
path = lib/ds-test
url = https://github.com/dapphub/ds-test
[submodule "lib/isolmate"]
path = lib/isolmate
url = https://github.com/defi-wonderland/isolmate
[submodule "lib/prb-test"]
path = lib/prb-test
url = https://github.com/paulrberg/prb-test
branch = 0.5.5
path = lib/ds-test
url = https://github.com/dapphub/ds-test
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
1 change: 0 additions & 1 deletion lib/isolmate
Submodule isolmate deleted from 59e180
1 change: 0 additions & 1 deletion lib/prb-test
Submodule prb-test deleted from 94b5ef
1 change: 0 additions & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
@openzeppelin/=node_modules/@openzeppelin/contracts/
@openzeppelin-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/

@isolmate/=lib/isolmate/src/
@console2/=forge-std/console2.sol;

@contracts/=src/contracts/
Expand Down
3 changes: 0 additions & 3 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import '@script/Registry.s.sol';
import '@script/Params.s.sol';
import 'forge-std/console2.sol';
import {Script, VmSafe} from 'forge-std/Script.sol';
import {FixedPointMathLib} from '@isolmate/utils/FixedPointMathLib.sol';
import {IERC20Metadata} from '@openzeppelin/token/ERC20/extensions/IERC20Metadata.sol';
import {Common} from '@script/Common.s.sol';
import {SepoliaParams} from '@script/SepoliaParams.s.sol';
Expand Down Expand Up @@ -170,8 +169,6 @@ contract DeployMainnet is MainnetParams, Deploy {
}

contract DeploySepolia is SepoliaParams, Deploy {
using FixedPointMathLib for uint256;

IBaseOracle public chainlinkEthUSDPriceFeed;

function setUp() public virtual {
Expand Down

0 comments on commit 7321f6b

Please sign in to comment.