Skip to content

Commit 477de1d

Browse files
MarcosNicolauuri-99entropidelic
authored
refactor(contracts): remove merkle root and signature checks on payment service contract (#1114)
Co-authored-by: Urix <[email protected]> Co-authored-by: Mariano Nicolini <[email protected]>
1 parent 587d319 commit 477de1d

16 files changed

+1900
-872
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ anvil_upgrade_add_aggregator:
8585
@echo "Adding Aggregator to Aligned Contracts..."
8686
. contracts/scripts/anvil/upgrade_add_aggregator_to_service_manager.sh
8787

88-
anvil_add_type_hash_to_batcher_payment_service:
89-
@echo "Adding Type Hash to Batcher Payment Service..."
90-
. contracts/scripts/anvil/upgrade_add_type_hash_to_batcher_payment_service.sh
91-
9288
lint_contracts:
9389
@cd contracts && npm run lint:sol
9490

@@ -432,10 +428,6 @@ upgrade_add_aggregator: ## Add Aggregator to Aligned Contracts
432428
@echo "Adding Aggregator to Aligned Contracts..."
433429
@. contracts/scripts/.env && . contracts/scripts/upgrade_add_aggregator_to_service_manager.sh
434430

435-
upgrade_batcher_payments_add_type_hash: ## Add Type Hash to Batcher Payment Service
436-
@echo "Adding Type Hash to Batcher Payment Service..."
437-
@. contracts/scripts/.env && . contracts/scripts/upgrade_add_type_hash_to_batcher_payment_service.sh
438-
439431
deploy_verify_batch_inclusion_caller:
440432
@echo "Deploying VerifyBatchInclusionCaller contract..."
441433
@. examples/verify/.env && . examples/verify/scripts/deploy_verify_batch_inclusion_caller.sh

0 commit comments

Comments
 (0)