Skip to content

Commit f574a76

Browse files
committed
chore: fmt
1 parent 2afb7a1 commit f574a76

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

typescript-sdk/playground/union-to-babylon.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
getRecommendedChannels
99
} from "#query/offchain/ucs03-channels"
1010
import { DirectSecp256k1Wallet } from "@cosmjs/proto-signing"
11-
import { UserOperationRejectedByPaymasterError } from "node_modules/viem/_types/account-abstraction/errors/bundler"
1211

1312
// hack to encode bigints to json
1413
declare global {

typescript-sdk/src/query/offchain/ucs03-channels.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { cosmosChainId, evmChainFromChainId, evmChainId, GRAQPHQL_URL } from "#mod"
22
import { graphql } from "gql.tada"
33
import { request } from "graphql-request"
4-
import { createPublicClient, fromHex, http, isAddress, isHex, toHex, type Hex } from "viem"
4+
import { createPublicClient, fromHex, http, isHex, type Hex } from "viem"
55
import { err, ok, ResultAsync, type Result } from "neverthrow"
66
import { ucs03ZkgmAbi } from "#abi/ucs-03"
77
import { CosmWasmClient } from "@cosmjs/cosmwasm-stargate"

0 commit comments

Comments
 (0)