Skip to content

Commit 17faa28

Browse files
authored
sdk: bump wormhole-sdk version (#498)
* sdk: bump wormhole-sdk version * bump wormhole sdk to 0.10.2 * 0.2.0 version bump * bump solana web3.js package * disable automatic route native gas (not acutally supported)
1 parent 39391c0 commit 17faa28

File tree

10 files changed

+398
-295
lines changed

10 files changed

+398
-295
lines changed

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"dependencies": {
1616
"yargs": "^17.7.2"
1717
},
18-
"version": "0.1.0-beta.0"
18+
"version": "0.2.0"
1919
}

evm/ts/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-evm-ntt",
3-
"version": "0.1.0-beta.0",
3+
"version": "0.2.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
@@ -44,19 +44,19 @@
4444
"test": "jest --config ./jest.config.ts"
4545
},
4646
"dependencies": {
47-
"@wormhole-foundation/sdk-base": "^0.9.1",
48-
"@wormhole-foundation/sdk-definitions": "^0.9.1",
49-
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
50-
"@wormhole-foundation/sdk-evm": "^0.9.1",
51-
"@wormhole-foundation/sdk-evm-core": "^0.9.1",
47+
"@wormhole-foundation/sdk-base": "^0.10.2",
48+
"@wormhole-foundation/sdk-definitions": "^0.10.2",
49+
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
50+
"@wormhole-foundation/sdk-evm": "^0.10.2",
51+
"@wormhole-foundation/sdk-evm-core": "^0.10.2",
5252
"ethers": "^6.5.1"
5353
},
5454
"peerDependencies": {
55-
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
56-
"@wormhole-foundation/sdk-base": "^0.9.1",
57-
"@wormhole-foundation/sdk-definitions": "^0.9.1",
58-
"@wormhole-foundation/sdk-evm": "^0.9.1",
59-
"@wormhole-foundation/sdk-evm-core": "^0.9.1"
55+
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
56+
"@wormhole-foundation/sdk-base": "^0.10.2",
57+
"@wormhole-foundation/sdk-definitions": "^0.10.2",
58+
"@wormhole-foundation/sdk-evm": "^0.10.2",
59+
"@wormhole-foundation/sdk-evm-core": "^0.10.2"
6060
},
6161
"devDependencies": {
6262
"@typechain/ethers-v6": "^0.5.1",
@@ -76,4 +76,4 @@
7676
}
7777
}
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)