Skip to content

Commit

Permalink
Merge branch 'evm/emit-limit-update-event' of https://github.com/worm…
Browse files Browse the repository at this point in the history
…hole-foundation/example-native-token-transfers into evm/emit-limit-update-event
  • Loading branch information
nvsriram committed Nov 6, 2024
2 parents 738c37b + 4ecbf12 commit 6b060e2
Show file tree
Hide file tree
Showing 8 changed files with 286 additions and 578 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/ntt-cli",
"version": "0.4.0",
"version": "0.5.0",
"module": "src/index.ts",
"type": "module",
"devDependencies": {
Expand All @@ -17,4 +17,4 @@
"chalk": "^5.3.0",
"yargs": "^17.7.2"
}
}
}
19 changes: 7 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.4.0",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Expand Down Expand Up @@ -44,19 +44,14 @@
"test": "jest --config ./jest.config.ts"
},
"dependencies": {
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-evm": "^0.12.0",
"@wormhole-foundation/sdk-evm-core": "^0.12.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.5.0",
"ethers": "^6.5.1"
},
"peerDependencies": {
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0",
"@wormhole-foundation/sdk-evm": "^0.12.0",
"@wormhole-foundation/sdk-evm-core": "^0.12.0"
"@wormhole-foundation/sdk-base": "^1.0.0",
"@wormhole-foundation/sdk-definitions": "^1.0.0",
"@wormhole-foundation/sdk-evm": "^1.0.0",
"@wormhole-foundation/sdk-evm-core": "^1.0.0"
},
"devDependencies": {
"@typechain/ethers-v6": "^0.5.1",
Expand All @@ -76,4 +71,4 @@
}
}
}
}
}
783 changes: 254 additions & 529 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ntt",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@solana/web3.js": "^1.95.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.2",
"@wormhole-foundation/sdk": "^0.12.0",
"@wormhole-foundation/sdk": "^1.0.0",
"@wormhole-foundation/wormchain-sdk": "^0.0.1",
"ethers": "^6.5.1",
"ts-jest": "^29.1.2",
Expand Down
10 changes: 3 additions & 7 deletions sdk/definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-definitions-ntt",
"version": "0.4.0",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Expand Down Expand Up @@ -48,13 +48,9 @@
"clean": "rm -rf ./dist",
"test": "jest --config ./jest.config.ts"
},
"dependencies": {
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0"
},
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0"
"@wormhole-foundation/sdk-base": "^1.0.0",
"@wormhole-foundation/sdk-definitions": "^1.0.0"
},
"type": "module"
}
12 changes: 6 additions & 6 deletions sdk/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-examples-ntt",
"version": "0.4.0",
"version": "0.5.0",
"license": "Apache-2.0",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
Expand Down Expand Up @@ -32,10 +32,10 @@
"tsx": "^4.7.2"
},
"dependencies": {
"@wormhole-foundation/sdk": "^0.12.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-evm-ntt": "0.4.0",
"@wormhole-foundation/sdk-solana-ntt": "0.4.0",
"@wormhole-foundation/sdk-route-ntt": "0.4.0"
"@wormhole-foundation/sdk": "^1.0.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.5.0",
"@wormhole-foundation/sdk-evm-ntt": "0.5.0",
"@wormhole-foundation/sdk-solana-ntt": "0.5.0",
"@wormhole-foundation/sdk-route-ntt": "0.5.0"
}
}
14 changes: 5 additions & 9 deletions sdk/route/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-route-ntt",
"version": "0.4.0",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Expand Down Expand Up @@ -45,16 +45,12 @@
"ts-node": "^10.9.2"
},
"dependencies": {
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-solana-ntt": "0.4.0",
"@wormhole-foundation/sdk-evm-ntt": "0.4.0",
"@wormhole-foundation/sdk-connect": "^0.12.0"
"@wormhole-foundation/sdk-definitions-ntt": "0.5.0",
"@wormhole-foundation/sdk-solana-ntt": "0.5.0",
"@wormhole-foundation/sdk-evm-ntt": "0.5.0"
},
"peerDependencies": {
"@wormhole-foundation/sdk-connect": "^0.12.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-solana-ntt": "0.4.0",
"@wormhole-foundation/sdk-evm-ntt": "0.4.0"
"@wormhole-foundation/sdk-connect": "^1.0.0"
},
"type": "module",
"exports": {
Expand Down
18 changes: 7 additions & 11 deletions solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-solana-ntt",
"version": "0.4.0",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Expand Down Expand Up @@ -53,18 +53,14 @@
"@coral-xyz/borsh": "0.29.0",
"@solana/spl-token": "0.4.0",
"@solana/web3.js": "^1.95.2",
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0",
"@wormhole-foundation/sdk-solana": "^0.12.0",
"@wormhole-foundation/sdk-solana-core": "^0.12.0",
"bn.js": "5.2.1"
"bn.js": "5.2.1",
"@wormhole-foundation/sdk-definitions-ntt": "0.5.0"
},
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-solana": "^0.12.0",
"@wormhole-foundation/sdk-solana-core": "^0.12.0"
"@wormhole-foundation/sdk-base": "^1.0.0",
"@wormhole-foundation/sdk-definitions": "^1.0.0",
"@wormhole-foundation/sdk-solana": "^1.0.0",
"@wormhole-foundation/sdk-solana-core": "^1.0.0"
},
"type": "module",
"exports": {
Expand Down

0 comments on commit 6b060e2

Please sign in to comment.