Skip to content

Commit

Permalink
chore: rm unused dev code
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanAmenechi committed Dec 16, 2022
1 parent c7200c3 commit e0b8eda
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
6 changes: 1 addition & 5 deletions remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ openzeppelin-contracts/=lib/openzeppelin-contracts/contracts/
solmate/=lib/solmate/src/

common/=src/common/
ptoken/=src/ptoken/
creator/=src/creator/
pool/=src/dev/uniswap/
mocks/=src/dev/mocks/
dev/=src/dev/
gov/=src/gov/
exchange/=src/exchange/
exchange/=src/exchange/
25 changes: 0 additions & 25 deletions src/dev/Factory.sol

This file was deleted.

7 changes: 0 additions & 7 deletions src/dev/util/Deployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ library Deployer {
}
}

function UniswapV3Factory() public returns (address) {
// Solenv.config();
// bool forkUniswap = vm.std_cheats.envBool("FORK_UNISWAP");
bytes memory initcode = Json.readData("artifacts/UniswapV3Factory.json", ".bytecode");
return deployBytecode(initcode, "", "");
}

function ConditionalTokens() public returns (address) {
bytes memory initcode = Json.readData("artifacts/ConditionalTokens.json", ".bytecode.object");
return deployBytecode(initcode, "", "");
Expand Down

0 comments on commit e0b8eda

Please sign in to comment.