Skip to content

Commit

Permalink
update l2 token deployment hash (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppecrj authored Feb 4, 2025
1 parent 1c51a19 commit 0eaaa08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions contracts/deployments/omega/base/addresses/towns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"address": "0x00000000CE0ccb359c007033963bFa4F99D78839"
}
4 changes: 2 additions & 2 deletions contracts/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ deploy-ledger-base-sepolia :;
@$(MAKE) resume-any-ledger rpc=base_sepolia hd_path=${HD_PATH} sender=${SENDER_ADDRESS} verifier=${BASESCAN_SEPOLIA_URL} etherscan=${BASESCAN_API_KEY}

deploy-base-sepolia :;
@$(MAKE) deploy-any-blockscout rpc=base_sepolia private_key=${TESTNET_PRIVATE_KEY} verifier=${BLOCKSCOUT_SEPOLIA_URL} etherscan=${BLOCKSCOUT_SEPOLIA_API_KEY}
@$(MAKE) deploy-any-blockscout rpc=base_sepolia private_key=${TESTNET_PRIVATE_KEY} verifier=${BLOCKSCOUT_SEPOLIA_URL}
@$(MAKE) resume-any rpc=base_sepolia private_key=${TESTNET_PRIVATE_KEY} verifier=${BASESCAN_SEPOLIA_URL} etherscan=${BASESCAN_API_KEY}

interact-base-sepolia :;
Expand Down Expand Up @@ -252,7 +252,7 @@ interact-river :;
# Base
# ===========================
deploy-base :;
@$(MAKE) deploy-any-ledger rpc=base hd_path=${HD_PATH} sender=${SENDER_ADDRESS} verifier=${BLOCKSCOUT_BASE_URL} etherscan=${BLOCKSCOUT_BASE_API_KEY}
@$(MAKE) deploy-any-ledger rpc=base hd_path=${HD_PATH} sender=${SENDER_ADDRESS} verifier=${BLOCKSCOUT_BASE_URL}
@$(MAKE) resume-any-ledger rpc=base hd_path=${HD_PATH} sender=${SENDER_ADDRESS} verifier=${BASESCAN_URL} etherscan=${BASESCAN_API_KEY}

interact-base :;
Expand Down
2 changes: 1 addition & 1 deletion contracts/scripts/deployments/utils/DeployTownsBase.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ contract DeployTownsBase is Deployer {
proxy = 0x4e59b44847b379578588920ca78fbf26c0b4956c83c2f2967966f90700000000;
} else {
impl = 0x4e59b44847b379578588920ca78fbf26c0b4956c8ea716a80f934b1756000020;
proxy = 0x4e59b44847b379578588920ca78fbf26c0b4956c8e222435cdc0f3c6030400e0;
proxy = 0x4e59b44847b379578588920ca78fbf26c0b4956c88261569475dfec4cfa80080;
}
}

Expand Down

0 comments on commit 0eaaa08

Please sign in to comment.