Skip to content

Commit

Permalink
chore: remove references to goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Mar 14, 2024
1 parent ef3fdd3 commit c00ceca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
env:
ETH_MAINNET_RPC_URL: ${{ secrets.ETH_MAINNET_RPC_URL }}
ETH_SEPOLIA_RPC_URL: ${{ secrets.ETH_SEPOLIA_RPC_URL }}
ETH_GOERLI_RPC_URL: ${{ secrets.ETH_GOERLI_RPC_URL }}
BASE_MAINNET_RPC_URL: ${{ secrets.BASE_MAINNET_RPC_URL }}
BASE_SEPOLIA_RPC_URL: ${{ secrets.BASE_SEPOLIA_RPC_URL }}

Expand Down
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ ttt: ## forge test local -vvv
tttt: ## forge test local -vvvv
forge test -vvvv

test-goerli: ## test forking goerli with match test regex, i.e. `make test-goerli MT=testStartTokenSale`
forge test -f ${ETH_GOERLI_RPC_URL} \
--fork-block-number 7602168 \
--mt $(MT) \
--etherscan-api-key ${ETHERSCAN_API_KEY} \
-vvvv
tg: test-goerli

test-mainnet: ## test forking mainnet with match test regex, i.e. `make test-mainnet MT=testStartTokenSale`
forge test -f ${ETH_MAINNET_RPC_URL} \
--fork-block-number 7602168 \
Expand Down Expand Up @@ -99,7 +91,6 @@ gencov: ## generate html coverage report
gencovf: ## generate filtered html coverage report
forge coverage --report lcov && node ./cli-tools/filter-lcov.js && genhtml -o cov-html --branch-coverage lcov-filtered.info


# solidity scripts
erc20: ## deploy test ERC20
forge script DeployERC20 \
Expand Down

0 comments on commit c00ceca

Please sign in to comment.