Skip to content

Commit

Permalink
docs: remove "RSK Testnet Only" hint (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau authored Nov 10, 2024
1 parent 54223af commit 0b24836
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/api-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,6 @@ Response:

### Normal Swaps: EVM Chains

{% hint style="info" %} Currently, Boltz only supports RSK Testnet.
{% endhint %}

Swaps from account-based EVM chains like RSK do not require a new address for
every swap. `/createswap` takes the details of the swap (like lightning invoice
and pair) and Boltz waits until the user locked e.g. RBTC in the contract. The
Expand Down Expand Up @@ -684,9 +681,6 @@ Response body:

### Reverse Swaps: EVM Chains

{% hint style="info" %} Currently, Boltz only supports RSK Testnet.
{% endhint %}

For EVM chains, `/createswap` requests have to contain one additional parameter:

- `claimAddress`: address from which the bitcoin will be claimed
Expand Down Expand Up @@ -954,9 +948,6 @@ Response:

## Swap Contracts

{% hint style="info" %} Currently, Boltz only supports RSK Testnet.
{% endhint %}

To query the addresses of contracts used by Boltz for swaps on EVM chains like
RSK, the following endpoint can be queried:

Expand Down

0 comments on commit 0b24836

Please sign in to comment.