Skip to content

Commit

Permalink
sdk: bump wormhole-sdk version (#498)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
kev1n-peters authored Aug 21, 2024
1 parent 39391c0 commit 17faa28
Show file tree
Hide file tree
Showing 10 changed files with 398 additions and 295 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"dependencies": {
"yargs": "^17.7.2"
},
"version": "0.1.0-beta.0"
"version": "0.2.0"
}
24 changes: 12 additions & 12 deletions evm/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-evm-ntt",
"version": "0.1.0-beta.0",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Expand Down Expand Up @@ -44,19 +44,19 @@
"test": "jest --config ./jest.config.ts"
},
"dependencies": {
"@wormhole-foundation/sdk-base": "^0.9.1",
"@wormhole-foundation/sdk-definitions": "^0.9.1",
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-evm": "^0.9.1",
"@wormhole-foundation/sdk-evm-core": "^0.9.1",
"@wormhole-foundation/sdk-base": "^0.10.2",
"@wormhole-foundation/sdk-definitions": "^0.10.2",
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
"@wormhole-foundation/sdk-evm": "^0.10.2",
"@wormhole-foundation/sdk-evm-core": "^0.10.2",
"ethers": "^6.5.1"
},
"peerDependencies": {
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-base": "^0.9.1",
"@wormhole-foundation/sdk-definitions": "^0.9.1",
"@wormhole-foundation/sdk-evm": "^0.9.1",
"@wormhole-foundation/sdk-evm-core": "^0.9.1"
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
"@wormhole-foundation/sdk-base": "^0.10.2",
"@wormhole-foundation/sdk-definitions": "^0.10.2",
"@wormhole-foundation/sdk-evm": "^0.10.2",
"@wormhole-foundation/sdk-evm-core": "^0.10.2"
},
"devDependencies": {
"@typechain/ethers-v6": "^0.5.1",
Expand All @@ -76,4 +76,4 @@
}
}
}
}
}
Loading

0 comments on commit 17faa28

Please sign in to comment.