Skip to content

Commit a665337

Browse files
committed
fix: add missing import
1 parent 0ed2c96 commit a665337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

target_chains/cosmwasm/deploy-scripts/src/instantiate-wormhole.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
DefaultStore,
88
toPrivateKey,
99
CosmWasmWormholeContract,
10+
Store,
1011
} from "@pythnetwork/contract-manager";
1112
import { CHAINS } from "@pythnetwork/xc-admin-common";
1213
import { DeploymentType } from "./helper";

0 commit comments

Comments
 (0)