@atomiqlabs/sdk 5.0.0-dev.0 → 5.0.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ npm install @atomiqlabs/chain-evm@dev
|
|
|
27
27
|
- Swaps:
|
|
28
28
|
- [Smart Chain -> BTC L1](#swap-smart-chain---bitcoin-on-chain)
|
|
29
29
|
- [BTC L1 -> Solana (Old swap protocol)](#swap-bitcoin-on-chain---solana)
|
|
30
|
-
- [BTC L1 -> Starknet/EVM (New swap protocol)](#swap-bitcoin-on-chain---
|
|
30
|
+
- [BTC L1 -> Starknet/EVM (New swap protocol)](#swap-bitcoin-on-chain---starknetevm)
|
|
31
31
|
- [Smart Chain -> BTC Lightning network L2](#swap-smart-chain---bitcoin-lightning-network)
|
|
32
32
|
- [Smart Chain -> BTC Lightning network L2 (LNURL-pay)](#swap-smart-chain---bitcoin-lightning-network-1)
|
|
33
33
|
- [BTC Lightning network L2 -> Smart Chain](#swap-bitcoin-lightning-network---smart-chain)
|
package/package.json
CHANGED