Skip to content

Commit 734eff9

Browse files
committed
update to beta version
1 parent 4444e62 commit 734eff9

File tree

8 files changed

+209
-588
lines changed

8 files changed

+209
-588
lines changed

evm/ts/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
"test": "jest --config ./jest.config.ts"
4545
},
4646
"dependencies": {
47-
"@wormhole-foundation/sdk-connect": "^0.7",
47+
"@wormhole-foundation/sdk-connect": "0.7.1-beta.2",
4848
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
49-
"@wormhole-foundation/sdk-evm": "^0.7",
50-
"@wormhole-foundation/sdk-evm-core": "^0.7",
49+
"@wormhole-foundation/sdk-evm": "0.7.1-beta.2",
50+
"@wormhole-foundation/sdk-evm-core": "0.7.1-beta.2",
5151
"ethers": "^6.5.1"
5252
},
5353
"peerDependencies": {
54-
"@wormhole-foundation/sdk-connect": "^0.7",
55-
"@wormhole-foundation/sdk-evm": "^0.7",
56-
"@wormhole-foundation/sdk-evm-core": "^0.7"
54+
"@wormhole-foundation/sdk-connect": "0.7.1-beta.2",
55+
"@wormhole-foundation/sdk-evm": "0.7.1-beta.2",
56+
"@wormhole-foundation/sdk-evm-core": "0.7.1-beta.2"
5757
},
5858
"devDependencies": {
5959
"@typechain/ethers-v6": "^0.5.1",

package-lock.json

+186-559
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": "tsx setSdkVersion.ts"
1818
},
1919
"devDependencies": {
20-
"@wormhole-foundation/sdk": "0.7.0",
20+
"@wormhole-foundation/sdk": "0.7.1-beta.2",
2121
"@solana/spl-token": "0.3.9",
2222
"@solana/web3.js": "1.91.7",
2323
"@types/jest": "^29.5.12",

sdk/definitions/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
"test": "jest --config ./jest.config.ts"
5050
},
5151
"dependencies": {
52-
"@wormhole-foundation/sdk-base": "^0.7",
53-
"@wormhole-foundation/sdk-definitions": "^0.7"
52+
"@wormhole-foundation/sdk-base": "0.7.1-beta.2",
53+
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.2"
5454
},
5555
"peerDependencies": {
56-
"@wormhole-foundation/sdk-base": "^0.7",
57-
"@wormhole-foundation/sdk-definitions": "^0.7"
56+
"@wormhole-foundation/sdk-base": "0.7.1-beta.2",
57+
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.2"
5858
},
5959
"type": "module"
6060
}

sdk/examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tsx": "^4.7.2"
3333
},
3434
"dependencies": {
35-
"@wormhole-foundation/sdk": "^0.7",
35+
"@wormhole-foundation/sdk": "0.7.1-beta.2",
3636
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
3737
"@wormhole-foundation/sdk-evm-ntt": "0.1.0-beta.0",
3838
"@wormhole-foundation/sdk-solana-ntt": "0.1.0-beta.0",

sdk/route/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
4949
"@wormhole-foundation/sdk-solana-ntt": "0.1.0-beta.0",
5050
"@wormhole-foundation/sdk-evm-ntt": "0.1.0-beta.0",
51-
"@wormhole-foundation/sdk-connect": "^0.7"
51+
"@wormhole-foundation/sdk-connect": "0.7.1-beta.2"
5252
},
5353
"peerDependencies": {
54-
"@wormhole-foundation/sdk-connect": "^0.7"
54+
"@wormhole-foundation/sdk-connect": "0.7.1-beta.2"
5555
},
5656
"type": "module",
5757
"exports": {

solana/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
"@solana/spl-token": "0.4.0",
5656
"@solana/web3.js": "1.91.7",
5757
"bn.js": "5.2.1",
58-
"@wormhole-foundation/sdk-base": "^0.7",
59-
"@wormhole-foundation/sdk-definitions": "^0.7",
60-
"@wormhole-foundation/sdk-solana": "^0.7",
61-
"@wormhole-foundation/sdk-solana-core": "^0.7"
58+
"@wormhole-foundation/sdk-base": "0.7.1-beta.2",
59+
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.2",
60+
"@wormhole-foundation/sdk-solana": "0.7.1-beta.2",
61+
"@wormhole-foundation/sdk-solana-core": "0.7.1-beta.2"
6262
},
6363
"peerDependencies": {
64-
"@wormhole-foundation/sdk-base": "^0.7",
65-
"@wormhole-foundation/sdk-definitions": "^0.7",
66-
"@wormhole-foundation/sdk-solana": "^0.7",
67-
"@wormhole-foundation/sdk-solana-core": "^0.7"
64+
"@wormhole-foundation/sdk-base": "0.7.1-beta.2",
65+
"@wormhole-foundation/sdk-definitions": "0.7.1-beta.2",
66+
"@wormhole-foundation/sdk-solana": "0.7.1-beta.2",
67+
"@wormhole-foundation/sdk-solana-core": "0.7.1-beta.2"
6868
},
6969
"type": "module",
7070
"exports": {

solana/tests/anchor.test.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@ async function signSendWait(
4848
}
4949

5050
const w = new Wormhole("Devnet", [SolanaPlatform], {
51-
chains: {
52-
Solana: {
53-
contracts: {
54-
coreBridge: CORE_BRIDGE_ADDRESS,
55-
},
56-
},
57-
},
51+
chains: { Solana: { contracts: { coreBridge: CORE_BRIDGE_ADDRESS } } },
5852
});
5953

6054
const remoteXcvr: ChainAddress = {

0 commit comments

Comments
 (0)