Skip to content

Commit 03e5d58

Browse files
fix solver deps
Co-authored-by: Kevin Peters <kevin@w7.xyz>
1 parent 31fca3a commit 03e5d58

File tree

3 files changed

+123
-112
lines changed

3 files changed

+123
-112
lines changed

evm/ts/tests/02__configuration.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import "@wormhole-foundation/sdk-evm/address";
2-
31
import { ethers } from "ethers";
42
import { ITokenRouter__factory, IMatchingEngine__factory } from "../src/types";
53
import {

package-lock.json

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

solver/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@solana/spl-token": "^0.4.6",
1717
"@wormhole-foundation/example-liquidity-layer-evm": "0.0.1",
1818
"@wormhole-foundation/example-liquidity-layer-solana": "0.0.1",
19-
"@wormhole-foundation/sdk-base": "^0.7.0-beta.6",
20-
"@wormhole-foundation/sdk-definitions": "^0.7.0-beta.6",
21-
"@wormhole-foundation/sdk-solana": "^0.7.0-beta.6"
19+
"@wormhole-foundation/sdk-base": "^0.10.9",
20+
"@wormhole-foundation/sdk-definitions": "^0.10.9",
21+
"@wormhole-foundation/sdk-solana": "^0.10.9"
2222
}
2323
}

0 commit comments

Comments
 (0)