Skip to content

Commit

Permalink
docs: generalize EVM Verify section
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau authored and gitbook-bot committed Dec 15, 2023
1 parent d8edc81 commit 154c905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dont-trust.-verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Boltz API clients should also verify that amounts in user-provided invoices matc

## EVM Chain Contract Verification

Boltz API Clients should verify that EVM swaps are carried out using the latest contract addresses found here. <mark style="color:orange;">TODO: when deployed, link latest rsk mainnet contract addresses in a queryable file</mark>
Boltz API Clients should verify that EVM swaps are carried out using the correct contract by comparing the bytecode of the contract.

## General Measurements

Verify that `expectedAmount` in Boltz API responses matches calculated amount.
Boltz API Client should verify that `expectedAmount` in Boltz API responses matches locally calculated amount.

0 comments on commit 154c905

Please sign in to comment.