Skip to content

Commit 6969852

Browse files
authored
Bump Wormhole TS SDK to version 2.4.0 (wormhole-foundation#651)
1 parent 1162f8d commit 6969852

File tree

7 files changed

+579
-304
lines changed

7 files changed

+579
-304
lines changed

evm/ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"ethers": "^6.5.1"
4949
},
5050
"peerDependencies": {
51-
"@wormhole-foundation/sdk-base": "^2.1.0",
52-
"@wormhole-foundation/sdk-definitions": "^2.1.0",
53-
"@wormhole-foundation/sdk-evm": "^2.1.0",
54-
"@wormhole-foundation/sdk-evm-core": "^2.1.0"
51+
"@wormhole-foundation/sdk-base": "^2.4.0",
52+
"@wormhole-foundation/sdk-definitions": "^2.4.0",
53+
"@wormhole-foundation/sdk-evm": "^2.4.0",
54+
"@wormhole-foundation/sdk-evm-core": "^2.4.0"
5555
},
5656
"devDependencies": {
5757
"@typechain/ethers-v6": "^0.5.1",

package-lock.json

Lines changed: 566 additions & 291 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@solana/web3.js": "^1.95.8",
2323
"@types/jest": "^29.5.12",
2424
"@types/node": "^20.12.2",
25-
"@wormhole-foundation/sdk": "^2.1.0",
25+
"@wormhole-foundation/sdk": "^2.4.0",
2626
"@wormhole-foundation/wormchain-sdk": "^0.0.1",
2727
"ethers": "^6.5.1",
2828
"ts-jest": "^29.1.2",

sdk/definitions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"test": "jest --config ./jest.config.ts"
5050
},
5151
"peerDependencies": {
52-
"@wormhole-foundation/sdk-base": "^2.1.0",
53-
"@wormhole-foundation/sdk-definitions": "^2.1.0"
52+
"@wormhole-foundation/sdk-base": "^2.4.0",
53+
"@wormhole-foundation/sdk-definitions": "^2.4.0"
5454
},
5555
"type": "module"
5656
}

sdk/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tsx": "^4.7.2"
3333
},
3434
"dependencies": {
35-
"@wormhole-foundation/sdk": "^2.1.0",
35+
"@wormhole-foundation/sdk": "^2.4.0",
3636
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0",
3737
"@wormhole-foundation/sdk-evm-ntt": "1.0.0",
3838
"@wormhole-foundation/sdk-solana-ntt": "1.0.0",

sdk/route/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@wormhole-foundation/sdk-solana-ntt": "1.0.0"
5151
},
5252
"peerDependencies": {
53-
"@wormhole-foundation/sdk-connect": "^2.1.0",
53+
"@wormhole-foundation/sdk-connect": "^2.4.0",
5454
"axios": "^1.9.0"
5555
},
5656
"type": "module",

solana/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"@wormhole-foundation/sdk-definitions-ntt": "1.0.0"
5858
},
5959
"peerDependencies": {
60-
"@wormhole-foundation/sdk-base": "^2.1.0",
61-
"@wormhole-foundation/sdk-definitions": "^2.1.0",
62-
"@wormhole-foundation/sdk-solana": "^2.1.0",
63-
"@wormhole-foundation/sdk-solana-core": "^2.1.0"
60+
"@wormhole-foundation/sdk-base": "^2.4.0",
61+
"@wormhole-foundation/sdk-definitions": "^2.4.0",
62+
"@wormhole-foundation/sdk-solana": "^2.4.0",
63+
"@wormhole-foundation/sdk-solana-core": "^2.4.0"
6464
},
6565
"type": "module",
6666
"exports": {

0 commit comments

Comments
 (0)