Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jan 17, 2024
1 parent 490b09b commit 6729a52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/deposit-address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@axelarjs/core": "workspace:*",
"@axelarjs/cosmos": "workspace:*",
"@axelarjs/utils": "workspace:*",
"@axelarjs/proto": "workspace:*",
"bech32": "^2.0.0",
"viem": "1.21.4"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { ChainConfigsResponse } from "@axelarjs/api";
import { AXELAR_RPC_URLS, Environment } from "@axelarjs/core";
import { createAxelarQueryClient } from "@axelarjs/cosmos";
import { ChainStatus } from "@axelarjs/proto/axelar/nexus/v1beta1/query";

import { encodeAbiParameters, keccak256 } from "viem";

import { ChainStatus } from "../../../../proto/build/module/axelar/nexus/v1beta1/query";

export function unwrappable(
destinationChain: string,
asset: string,
Expand Down
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6729a52

Please sign in to comment.