Skip to content

Commit

Permalink
clients/js: remove the unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Jul 12, 2024
1 parent fed7444 commit 7b26cb5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clients/js/src/cmds/info/wrapped.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { assertChain } from "@certusone/wormhole-sdk/lib/esm/utils/consts";
import yargs from "yargs";
import { getWrappedAssetAddress } from "../../chains/generic/getWrappedAssetAddress";
import { RPC_OPTIONS } from "../../consts";
Expand Down Expand Up @@ -49,9 +48,6 @@ export const handler = async (
const targetChain = chainToChain(argv["target-chain"]);
const network = getNetwork(argv.network);

assertChain(originChain);
assertChain(targetChain);

console.log(
await getWrappedAssetAddress(
targetChain,
Expand Down

0 comments on commit 7b26cb5

Please sign in to comment.