January 2026
2026.01.28
Bridge Kit now supports Monad.
Documentation updates
Updated the following documentation to reflect support for Monad mainnet and testnet:2026.01.14
The
estimate() function now returns token, amount, source, and
destination fields alongside cost estimates. Exported error type guards (such
as isKitError, isBalanceError, isOnchainError), error constants (such as
BalanceError, OnchainError), and helper functions (getErrorCode,
getErrorMessage) for improved error detection and recovery.Documentation updates
Updated the following documentation to reflect new method names and features:- Bridge Kit Installation
- Quickstart: Transfer USDC from Arc to Base
- Quickstart: Transfer USDC from Ethereum to Solana
- Adapter Setups
- Collect a Transfer Fee
- Estimate Costs Before Transferring
- Configure Transfer Speed and Maximum Cost
- Specify Recipient Address
- Error Recovery and Troubleshooting
- Bridge Kit SDK Reference