Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Jan 24, 2025
1 parent b41ac68 commit 86d0da9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions typescript-sdk/playground/holesky-to-stargaze.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import { fromHex, http, toHex } from "viem"
import { http } from "viem"
import { parseArgs } from "node:util"
import { consola } from "scripts/logger"
import { bech32AddressToHex, createUnionClient, hexToBytes } from "#mod.ts"
import { bech32AddressToHex, createUnionClient } from "#mod.ts"
import {
getChannelInfo,
getQuoteToken,
getRecommendedChannels
} from "#query/offchain/ucs03-channels"
import { DirectSecp256k1Wallet } from "@cosmjs/proto-signing"
import { privateKeyToAccount } from "viem/accounts"

// hack to encode bigints to json
Expand Down

0 comments on commit 86d0da9

Please sign in to comment.