Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove remaining unnecessary duplication #64

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading