Package that wraps Connext contract interactions.
Contains SDK initialization, xcall
, and peripheral helpers like transaction approval, relayer estimation, and transfer bumping functions.
Contains functions for adding router liquidity.
Contains functions for interacting with StableSwap pools.
Contains functions for getting xcall
transfer data.
-
Update version in
package.json
-
After merging to the correct branch (e.g.
main
foralpha
versions), run:git tag -a sdk-v<VERSION>
-
Push tag
git push --follow-tags
-
Check the GitHub workflow completed successfully