@circle-fin/provider-cctp-v2 1.4.0 → 1.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @circle-fin/provider-cctp-v2
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - More accurate gas fee estimates for CCTP v2 bridge operations.
8
+
3
9
  ## 1.4.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  **Circle's Cross-Chain Transfer Protocol v2 provider for Bridge Kit**
11
11
 
12
- _Native USDC bridging across 34 chains using Circle's battle-tested protocols._
12
+ _Native USDC bridging across 35 chains using Circle's battle-tested protocols._
13
13
 
14
14
  </div>
15
15
 
@@ -41,7 +41,7 @@ _Native USDC bridging across 34 chains using Circle's battle-tested protocols._
41
41
 
42
42
  The CCTPv2 Bridging Provider is a strongly-typed implementation of Circle's Cross-Chain Transfer Protocol (CCTP) version 2 that enables **native USDC bridging** between 34+ supported blockchain networks.
43
43
 
44
- While primarily designed to power the [Bridge Kit](https://www.npmjs.com/package/@circle-fin/bridge-kit), this provider can also be used **directly in applications** that need fine-grained control over the CCTP transfer process or want to integrate CCTP without the full Stablecoin Kits framework.
44
+ While primarily designed to power the [Bridge Kit](https://www.npmjs.com/package/@circle-fin/bridge-kit), this provider can also be used **directly in applications** that need fine-grained control over the CCTP transfer process or want to integrate CCTP without the full App Kits framework.
45
45
 
46
46
  ### Why CCTPv2 Provider?
47
47
 
@@ -138,7 +138,7 @@ const result = await provider.bridge({
138
138
 
139
139
  ## Supported Chains & Routes
140
140
 
141
- The provider supports **544 total bridge routes** across these chains:
141
+ The provider supports **578 total bridge routes** across these chains:
142
142
 
143
143
  ### Mainnet Chains
144
144
 
@@ -146,7 +146,7 @@ The provider supports **544 total bridge routes** across these chains:
146
146
 
147
147
  ### Testnet Chains
148
148
 
149
- **Arbitrum Sepolia**, **Avalanche Fuji**, **Base Sepolia**, **Codex Testnet**, **Ethereum Sepolia**, **HyperEVM Testnet**, **Ink Testnet**, **Linea Sepolia**, **OP Sepolia**, **Plume Testnet**, **Polygon PoS Amoy**, **Sei Testnet**, **Solana Devnet**, **Sonic Testnet**, **Unichain Sepolia**, **World Chain Sepolia**, **XDC Apothem**
149
+ **Arc Testnet**, **Arbitrum Sepolia**, **Avalanche Fuji**, **Base Sepolia**, **Codex Testnet**, **Ethereum Sepolia**, **HyperEVM Testnet**, **Ink Testnet**, **Linea Sepolia**, **OP Sepolia**, **Plume Testnet**, **Polygon PoS Amoy**, **Sei Testnet**, **Solana Devnet**, **Sonic Testnet**, **Unichain Sepolia**, **World Chain Sepolia**, **XDC Apothem**
150
150
 
151
151
  ## Error Handling
152
152
 
@@ -332,7 +332,7 @@ const result = await kit.bridge({
332
332
 
333
333
  ## Development
334
334
 
335
- This package is part of the Stablecoin Kits monorepo.
335
+ This package is part of the App Kits monorepo.
336
336
 
337
337
  ```bash
338
338
  # Build