@@ -27,49 +27,49 @@ impl ForgeScriptParams {
2727pub const DEPLOY_CTM_SCRIPT_PARAMS : ForgeScriptParams = ForgeScriptParams {
2828 input : "script-config/config-deploy-ctm.toml" ,
2929 output : "script-out/output-deploy-ctm.toml" ,
30- script_path : "deploy-scripts/DeployCTM.s.sol" ,
30+ script_path : "deploy-scripts/ctm/ DeployCTM.s.sol" ,
3131} ;
3232
3333pub const DEPLOY_ECOSYSTEM_CORE_CONTRACTS_SCRIPT_PARAMS : ForgeScriptParams = ForgeScriptParams {
3434 input : "script-config/config-deploy-l1.toml" ,
3535 output : "script-out/output-deploy-l1.toml" ,
36- script_path : "deploy-scripts/DeployL1CoreContracts.s.sol" ,
36+ script_path : "deploy-scripts/ecosystem/ DeployL1CoreContracts.s.sol" ,
3737} ;
3838
3939pub const REGISTER_CTM_SCRIPT_PARAMS : ForgeScriptParams = ForgeScriptParams {
4040 input : "script-config/config-register-ctm-l1.toml" ,
4141 output : "script-out/register-ctm-l1.toml" ,
42- script_path : "deploy-scripts/RegisterCTM.s.sol" ,
42+ script_path : "deploy-scripts/ecosystem/ RegisterCTM.s.sol" ,
4343} ;
4444
4545pub const DEPLOY_L2_CONTRACTS_SCRIPT_PARAMS : ForgeScriptParams = ForgeScriptParams {
4646 input : "script-config/config-deploy-l2-contracts.toml" ,
4747 output : "script-out/output-deploy-l2-contracts.toml" ,
48- script_path : "deploy-scripts/DeployL2Contracts.sol" ,
48+ script_path : "deploy-scripts/chain/ DeployL2Contracts.sol" ,
4949} ;
5050
5151pub const REGISTER_CHAIN_SCRIPT_PARAMS : ForgeScriptParams = ForgeScriptParams {
5252 input : "script-config/register-zk-chain.toml" ,
5353 output : "script-out/output-register-zk-chain.toml" ,
54- script_path : "deploy-scripts/RegisterZKChain.s.sol" ,
54+ script_path : "deploy-scripts/ctm/ RegisterZKChain.s.sol" ,
5555} ;
5656
5757pub const REGISTER_ON_ALL_CHAINS_SCRIPT_PARAMS : ForgeScriptParams = ForgeScriptParams {
5858 input : "script-config/register-on-all-chains.toml" ,
5959 output : "script-out/output-register-on-all-chains.toml" ,
60- script_path : "deploy-scripts/RegisterOnAllChains.s.sol" ,
60+ script_path : "deploy-scripts/ecosystem/ RegisterOnAllChains.s.sol" ,
6161} ;
6262
6363pub const DEPLOY_ERC20_SCRIPT_PARAMS : ForgeScriptParams = ForgeScriptParams {
6464 input : "script-config/config-deploy-erc20.toml" ,
6565 output : "script-out/output-deploy-erc20.toml" ,
66- script_path : "deploy-scripts/DeployErc20.s.sol" ,
66+ script_path : "deploy-scripts/tokens/ DeployErc20.s.sol" ,
6767} ;
6868
6969pub const DEPLOY_PAYMASTER_SCRIPT_PARAMS : ForgeScriptParams = ForgeScriptParams {
7070 input : "script-config/config-deploy-paymaster.toml" ,
7171 output : "script-out/output-deploy-paymaster.toml" ,
72- script_path : "deploy-scripts/DeployPaymaster.s.sol" ,
72+ script_path : "deploy-scripts/chain/ DeployPaymaster.s.sol" ,
7373} ;
7474
7575pub const ACCEPT_GOVERNANCE_SCRIPT_PARAMS : ForgeScriptParams = ForgeScriptParams {
@@ -87,7 +87,7 @@ pub const SETUP_LEGACY_BRIDGE: ForgeScriptParams = ForgeScriptParams {
8787pub const ENABLE_EVM_EMULATOR_PARAMS : ForgeScriptParams = ForgeScriptParams {
8888 input : "script-config/enable-evm-emulator.toml" ,
8989 output : "script-out/output-enable-evm-emulator.toml" ,
90- script_path : "deploy-scripts/EnableEvmEmulator.s.sol" ,
90+ script_path : "deploy-scripts/chain/ EnableEvmEmulator.s.sol" ,
9191} ;
9292
9393pub const GATEWAY_UTILS_SCRIPT_PATH : & str = "deploy-scripts/gateway/GatewayUtils.s.sol" ;
@@ -110,40 +110,19 @@ pub const GATEWAY_VOTE_PREPARATION: ForgeScriptParams = ForgeScriptParams {
110110 script_path : "deploy-scripts/gateway/GatewayVotePreparation.s.sol" ,
111111} ;
112112
113- pub const GATEWAY_GOVERNANCE_TX_PATH1 : & str =
114- "contracts/l1-contracts/script-out/gateway-deploy-governance-txs-1.json" ;
115-
116113pub const GATEWAY_MIGRATE_TOKEN_BALANCES_SCRIPT_PATH : & str =
117114 "deploy-scripts/gateway/GatewayMigrateTokenBalances.s.sol" ;
118115
119116pub const V29_UPGRADE_ECOSYSTEM_PARAMS : ForgeScriptParams = ForgeScriptParams {
120117 input : "script-config/v29-upgrade-ecosystem.toml" ,
121118 output : "script-out/v29-upgrade-ecosystem.toml" ,
122- script_path : "deploy-scripts/upgrade/EcosystemUpgrade_v29.s.sol" ,
119+ script_path : "deploy-scripts/upgrade/v29/ EcosystemUpgrade_v29.s.sol" ,
123120} ;
124121
125122pub const V29_UPGRADE_CHAIN_PARAMS : ForgeScriptParams = ForgeScriptParams {
126123 input : "script-config/v29-upgrade-chain.toml" ,
127124 output : "script-out/v29-upgrade-chain.toml" ,
128- script_path : "deploy-scripts/upgrade/ChainUpgrade_v29.s.sol" ,
129- } ;
130-
131- pub const ZK_OS_V28_1_UPGRADE_ECOSYSTEM_PARAMS : ForgeScriptParams = ForgeScriptParams {
132- input : "script-config/zk-os-v28-1-upgrade-ecosystem.toml" ,
133- output : "script-out/zk-os-v28-1-upgrade-ecosystem.toml" ,
134- script_path : "deploy-scripts/upgrade/EcosystemUpgrade_v28_1_zk_os.s.sol" ,
135- } ;
136-
137- pub const ERA_V28_1_UPGRADE_ECOSYSTEM_PARAMS : ForgeScriptParams = ForgeScriptParams {
138- input : "script-config/era-v28-1-upgrade-ecosystem.toml" ,
139- output : "script-out/era-v28-1-upgrade-ecosystem.toml" ,
140- script_path : "deploy-scripts/upgrade/EcosystemUpgrade_v28_1.s.sol" ,
141- } ;
142-
143- pub const ZK_OS_V28_1_UPGRADE_CHAIN_PARAMS : ForgeScriptParams = ForgeScriptParams {
144- input : "script-config/zk-os-v28-1-upgrade-chain.toml" ,
145- output : "script-out/zk-os-v28-1-upgrade-chain.toml" ,
146- script_path : "deploy-scripts/upgrade/ChainUpgrade_v28_1_zk_os.s.sol" ,
125+ script_path : "deploy-scripts/upgrade/v29/ChainUpgrade_v29.s.sol" ,
147126} ;
148127
149128pub const FINALIZE_UPGRADE_SCRIPT_PARAMS : ForgeScriptParams = ForgeScriptParams {
0 commit comments