feat(sequencer): make bridge deposits fault-tolerant

This commit is contained in:
Daniil Polyakov
2026-06-04 15:17:56 +03:00
parent bdcf630aa9
commit 7f5590907f
11 changed files with 439 additions and 28 deletions
+1
View File
@@ -33,6 +33,7 @@ fn main() {
let chained_calls = match instruction {
Instruction::Deposit {
l1_deposit_op_id: _,
vault_program_id,
recipient_id,
amount,