Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Nov 19, 2024
1 parent f685c66 commit 5777a56
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kakarot_scripts/deployment/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
from kakarot_scripts.deployment.dualvm_token_deployments import deploy_dualvm_tokens
from kakarot_scripts.deployment.evm_deployments import deploy_evm_contracts
from kakarot_scripts.deployment.kakarot_deployment import deploy_or_upgrade_kakarot
from kakarot_scripts.deployment.messaging_deployments import (
deploy_l1_messaging_contracts,
deploy_l2_messaging_contracts,
)
from kakarot_scripts.deployment.pre_eip155_deployments import (
deploy_pre_eip155_contracts,
deploy_pre_eip155_senders,
Expand Down Expand Up @@ -69,10 +65,6 @@ async def main():
# Needs whitelist tx to be executed first
await deploy_pre_eip155_contracts()

# %% Messaging
await deploy_l1_messaging_contracts()
await deploy_l2_messaging_contracts()

# %% Tear down
coinbase_address = (await call("kakarot", "get_coinbase")).coinbase
if coinbase_address == 0:
Expand Down

0 comments on commit 5777a56

Please sign in to comment.