Skip to content

Commit affdbfc

Browse files
committed
new tests added for quoter router
1 parent 869d2b0 commit affdbfc

File tree

3 files changed

+2199
-24
lines changed

3 files changed

+2199
-24
lines changed

svm/TODO.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

svm/programs/executor-quoter-router/src/instructions/update_quoter_contract.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,5 @@ pub fn process(program_id: &Pubkey, accounts: &[AccountInfo], data: &[u8]) -> Pr
252252
reg_data[4..24].copy_from_slice(&gov_msg.quoter_address);
253253
reg_data[24..56].copy_from_slice(&implementation_program_id);
254254

255-
// TODO: Emit QuoterContractUpdate event via log
256-
257255
Ok(())
258256
}

0 commit comments

Comments
 (0)