@circle-fin/provider-cctp-v2 1.6.0 → 1.6.2

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.
Files changed (4) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/index.cjs +1026 -14
  3. package/index.mjs +1026 -14
  4. package/package.json +6 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @circle-fin/provider-cctp-v2
2
2
 
3
+ ## 1.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Bridge operations that fail due to transient RPC errors during receipt polling now automatically retry with exponential backoff instead of failing permanently
8
+ - Update HyperEVM mainnet explorer URL to resolve location-restricted access issues
9
+ - Improved search discoverability
10
+
11
+ ## 1.6.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Add support for Solana as a forwarder destination
16
+
3
17
  ## 1.6.0
4
18
 
5
19
  ### Minor Changes