Skip to content

Commit 8822c3f

Browse files
committed
ts/scripts: add import
1 parent 7711396 commit 8822c3f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

package-lock.json

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

solana/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@wormhole-foundation/example-liquidity-layer-definitions": "0.0.1",
4040
"@wormhole-foundation/sdk-base": "^0.7.0-beta.6",
4141
"@wormhole-foundation/sdk-definitions": "^0.7.0-beta.6",
42+
"@wormhole-foundation/sdk-evm": "^0.7.0-beta.6",
4243
"@wormhole-foundation/sdk-solana": "^0.7.0-beta.6",
4344
"@wormhole-foundation/sdk-solana-core": "^0.7.0-beta.6",
4445
"anchor-0.29.0": "npm:@coral-xyz/anchor@^0.29.0",

solana/ts/scripts/getMainnetInfo.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Connection, PublicKey } from "@solana/web3.js";
22
import { Chain, toChainId } from "@wormhole-foundation/sdk-base";
33
import { toUniversal } from "@wormhole-foundation/sdk-definitions";
4+
import "@wormhole-foundation/sdk-evm/address";
45
import * as matchingEngineSdk from "../src/matchingEngine";
56
import * as tokenRouterSdk from "../src/tokenRouter";
67

0 commit comments

Comments
 (0)