@avalabs/bridge-unified 4.4.1 → 4.5.0

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 CHANGED
@@ -10,6 +10,10 @@
10
10
  A package for routing tokens from Chain A to Chain B, and unifying multiple bridge tools into one.
11
11
  <p>
12
12
 
13
+ > [!IMPORTANT]
14
+ > This package is **deprecated** and is no longer the recommended SDK for new integrations.
15
+ > Please migrate to **@avalabs/fusion-sdk**.
16
+
13
17
  ## What is this?
14
18
 
15
19
  The bridging ecosystem is complex. There are often multiple tools that can be used to bridge tokens from one chain to another, and sometimes to get a token from chain A to C you need to use multiple bridging tools and route through chain B first. This package simplifies that process by creating the _Unified Bridge API_, a standard interface for bridging tokens from one chain to another without having to worry about the underlying tools or the underlying intermediary chains.