Skip to content

Commit

Permalink
fix: remove remaining unnecessary duplication (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Jan 27, 2025
1 parent c686d34 commit 1422f3e
Show file tree
Hide file tree
Showing 23 changed files with 22 additions and 1,318 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ endef
deploy-create3-factory:
$(call deploy_fn,DeployCreate3Factory,ethereum avalanche polygon optimism arbitrum binance base metis,DeployCreate3Factory)
deploy-proxy-factory:
$(call deploy_fn,DeployTransparentProxyFactory,linea,DeployTransparentProxyFactory)
$(call deploy_fn,DeployTransparentProxyFactory,sonic mantle,DeployTransparentProxyFactory)
4 changes: 3 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ evm_version = 'london'
# See more config options https://github.com/gakonst/foundry/tree/master/config
[rpc_endpoints]
### foundry toml ###
celo = "${RPC_CELO}"
mainnet = "${RPC_MAINNET}"
polygon = "${RPC_POLYGON}"
polygon_amoy = "${RPC_POLYGON_AMOY}"
Expand All @@ -48,13 +49,14 @@ harmony = "${RPC_HARMONY}"
sepolia = "${RPC_SEPOLIA}"
scroll = "${RPC_SCROLL}"
scroll_sepolia = "${RPC_SCROLL_SEPOLIA}"
sonic = "${RPC_SONIC}"
mantle = "${RPC_MANTLE}"
metis = "${RPC_METIS}"
base = "${RPC_BASE}"
base_sepolia = "${RPC_BASE_SEPOLIA}"
bnb = "${RPC_BNB}"
gnosis = "${RPC_GNOSIS}"
zkEVM = "${RPC_ZKEVM}"
celo = "${RPC_CELO}"
zksync = "${RPC_ZKSYNC}"
linea = "${RPC_LINEA}"

Expand Down
248 changes: 0 additions & 248 deletions src/contracts/oz-common/Address.sol

This file was deleted.

25 changes: 0 additions & 25 deletions src/contracts/oz-common/Context.sol

This file was deleted.

Loading

0 comments on commit 1422f3e

Please sign in to comment.