Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeframLou committed Mar 27, 2024
1 parent e9c0564 commit df4118d
Show file tree
Hide file tree
Showing 12 changed files with 823 additions and 80 deletions.
4 changes: 0 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Network and account info
RPC_URL_MAINNET=XXX
RPC_URL_GOERLI=XXX

PRIVATE_KEY=XXX

ETHERSCAN_KEY=XXX

# Deploy configs
VERSION="1.0.0"
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/rari-capital/solmate
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/create3-factory"]
path = lib/create3-factory
url = https://github.com/zeframlou/create3-factory
[submodule "lib/multicaller"]
path = lib/multicaller
url = https://github.com/vectorized/multicaller
Expand Down
2 changes: 0 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ fuzz_runs = 100_000
verbosity = 4

[rpc_endpoints]
goerli = "${RPC_URL_GOERLI}"
mainnet = "${RPC_URL_MAINNET}"

[etherscan]
goerli = {key = "${ETHERSCAN_KEY}", url = "https://api-goerli.etherscan.io/api"}
mainnet = {key = "${ETHERSCAN_KEY}"}
1 change: 0 additions & 1 deletion lib/create3-factory
Submodule create3-factory deleted from 0a42c5
1 change: 0 additions & 1 deletion lib/solmate
Submodule solmate deleted from 4b47a1
25 changes: 0 additions & 25 deletions script/Deploy.s.sol

This file was deleted.

27 changes: 0 additions & 27 deletions script/base/CREATE3Script.sol

This file was deleted.

File renamed without changes.
Loading

0 comments on commit df4118d

Please sign in to comment.