github-actions
released this
26 Jun 07:18
·
46 commits
to main
since this release
Patch Changes
- #363
234f9255090a7bc735b9229d380ab1725b2f0946
Thanks @npty! - - AddedmanualRelayToDestChain
function in the@axelarjs/transaction-recovery
module for enhanced transaction recovery capabilities.- Added
searchBatchedCommands
query for the Axelarscan client in the@axelarjs/api
module. - Added Axelar Recovery client to facilitate server-side signing of Axelar transactions in the
@axelarjs/api
module. - Added
AXELAR_LCD_URLS
to@axelarjs/core
module. - Added
connectToFirstAvailable
function to allow passing multiple rpc urls and connect to first available node in the@axelarjs/cosmos
module.
- Added