Skip to content

Commit d87c246

Browse files
committed
fix: aptos imports
1 parent 2d79043 commit d87c246

File tree

1 file changed

+2
-2
lines changed
  • target_chains/aptos/cli/src/commands

1 file changed

+2
-2
lines changed

target_chains/aptos/cli/src/commands/aptos.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { AptosAccount, AptosClient, BCS, TxnBuilderTypes } from "aptos";
44
import fs from "fs";
55
import sha3 from "js-sha3";
66
import { ethers } from "ethers";
7-
import { AptosChain } from "../../../../../contract_manager/lib/core/chains";
87
import { DefaultStore } from "@pythnetwork/contract-manager/node/store";
9-
import { getDefaultDeploymentConfig } from "../../../../../contract_manager/lib/core/base";
8+
import { AptosChain } from "@pythnetwork/contract-manager/core/chains";
9+
import { getDefaultDeploymentConfig } from "@pythnetwork/contract-manager/core/base";
1010

1111
const NETWORK_CHOICES = Object.entries(DefaultStore.chains)
1212
.filter(([chain, config]) => {

0 commit comments

Comments
 (0)