Skip to content

ts sdk: 2.5.0 version bump#689

Merged
evan-gray merged 2 commits intomainfrom
evan/ts-sdk-bump-2.5.0
Sep 5, 2025
Merged

ts sdk: 2.5.0 version bump#689
evan-gray merged 2 commits intomainfrom
evan/ts-sdk-bump-2.5.0

Conversation

@evan-gray
Copy link
Copy Markdown
Contributor

@evan-gray evan-gray commented Aug 30, 2025

This PR adds support for XRPL EVM to the CLI 🙂

steps I did

npm ci
npm install @wormhole-foundation/sdk@2.5.0
cd sdk/examples
npm install @wormhole-foundation/sdk@2.5.0
cd ../../evm/ts 
npm r @wormhole-foundation/sdk-base @wormhole-foundation/sdk-definitions
cd ../../solana
npm r @wormhole-foundation/sdk-base @wormhole-foundation/sdk-definitions
cd ../sui/ts
npm r @wormhole-foundation/sdk-base @wormhole-foundation/sdk-definitions
cd ../../sdk/definitions
npm i --save-peer @wormhole-foundation/sdk-base@2.5.0 @wormhole-foundation/sdk-definitions@2.5.0
cd ../../evm/ts
npm i --save-peer @wormhole-foundation/sdk-base@2.5.0 @wormhole-foundation/sdk-definitions@2.5.0 @wormhole-foundation/sdk-evm@2.5.0 @wormhole-foundation/sdk-evm-core@2.5.0
cd ../../solana
npm i --save-peer @wormhole-foundation/sdk-base@2.5.0 @wormhole-foundation/sdk-definitions@2.5.0 @wormhole-foundation/sdk-solana@2.5.0 @wormhole-foundation/sdk-solana-core@2.5.0
cd ../sui/ts
npm i --save-peer @wormhole-foundation/sdk-base@2.5.0 @wormhole-foundation/sdk-definitions@2.5.0 @wormhole-foundation/sdk-sui@2.5.0 @wormhole-foundation/sdk-sui-core@2.5.0
cd ../../sdk/route
npm i --save-peer @wormhole-foundation/sdk-connect@2.5.0
cd ../..

the removals were necessary to resolve the peer dependency conflicts and appropriately update the packages.

@evan-gray evan-gray force-pushed the evan/ts-sdk-bump-2.5.0 branch 2 times, most recently from da58f26 to 27f1533 Compare August 30, 2025 01:54
@evan-gray evan-gray force-pushed the evan/ts-sdk-bump-2.5.0 branch from 27f1533 to 7c7f439 Compare August 30, 2025 01:56
dvgui
dvgui previously approved these changes Aug 30, 2025
@dvgui dvgui requested a review from nik-suri August 30, 2025 03:27
Copy link
Copy Markdown
Contributor

@nik-suri nik-suri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Verified that SDK packages are bumped to 2.5.0, no other dependency changes.

@evan-gray evan-gray merged commit 12b7895 into main Sep 5, 2025
9 checks passed
@evan-gray evan-gray deleted the evan/ts-sdk-bump-2.5.0 branch September 5, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants