Skip to content

Commit

Permalink
upgrade wormhole sdk deps
Browse files Browse the repository at this point in the history
  • Loading branch information
a5-pickle committed Oct 7, 2024
1 parent a1d7f47 commit c29a68c
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 81 deletions.
8 changes: 4 additions & 4 deletions evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
}
},
"dependencies": {
"@wormhole-foundation/sdk-base": "^0.7.0-beta.6",
"@wormhole-foundation/sdk-definitions": "^0.7.0-beta.6",
"@wormhole-foundation/sdk-evm": "^0.7.0-beta.6",
"@wormhole-foundation/example-liquidity-layer-definitions": "0.0.1",
"@wormhole-foundation/sdk-base": "^0.10.9",
"@wormhole-foundation/sdk-definitions": "^0.10.9",
"@wormhole-foundation/sdk-evm": "^0.10.9",
"ethers": "^5.7.2"
},
"devDependencies": {
"envfile": "^7.1.0",
"@typechain/ethers-v5": "^10.2.0",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.5",
"chai": "^4.3.7",
"dotenv": "^16.3.1",
"envfile": "^7.1.0",
"mocha": "^10.0.0",
"prettier": "^2.8.7",
"prettier-plugin-solidity": "^1.1.3",
Expand Down
Loading

0 comments on commit c29a68c

Please sign in to comment.