Skip to content

Commit

Permalink
fix: removed wrong sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
david weil committed Sep 19, 2024
1 parent d0cd09b commit 53a8fbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ The `KnownTokenId` namespace manages the token IDs of supported cryptocurrencies

**Future Support**: Support for Runes and BR20 tokens on the Bitcoin network is planned for a future update.

Note: Users can transfer between different coins/tokens, not just the same token on different blockchains. For example, it's possible to convert BTC to WBTC when moving from Bitcoin to an EVM network.

### XLink SDK
The [`XLinkSDK`](/modules/XLinkSDK) object contains the most important functions of this library, all grouped together. To create it:

Expand Down Expand Up @@ -188,4 +186,4 @@ const result = await xlinkSdk.bridgeFromBitcoin({
signPsbt: // Implementation for signing PSBT
} as BridgeFromBitcoinInput);
console.log("Transaction ID:", result.tx);
```
```

0 comments on commit 53a8fbb

Please sign in to comment.