Skip to content

Commit

Permalink
chore: revert fixing lint errors.
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed Oct 24, 2023
1 parent c4e91c2 commit 11ae2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/finschia/src/modules/collection/queries.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { createProtobufRpcClient, QueryClient } from "@cosmjs/stargate";
import { assert } from "@cosmjs/utils";
import { Any } from "cosmjs-types/google/protobuf/any";
import { Coin, Contract, Grant, NFT, TokenType } from "@finschia/finschia-proto/lbm/collection/v1/collection";
import { QueryClientImpl } from "@finschia/finschia-proto/lbm/collection/v1/query";
import { Any } from "cosmjs-types/google/protobuf/any";

export interface CollectionExtension {
readonly collection: {
Expand Down
2 changes: 1 addition & 1 deletion packages/finschia/src/modules/feegrant/queries.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable @typescript-eslint/naming-convention */
import { createPagination, createProtobufRpcClient, QueryClient } from "@cosmjs/stargate";
import { QueryAllowanceResponse, QueryAllowancesResponse } from "cosmjs-types/cosmos/feegrant/v1beta1/query";
import {
QueryAllowancesByGranterResponse,
QueryClientImpl,
} from "@finschia/finschia-proto/cosmos/feegrant/v1beta1/query";
import { QueryAllowanceResponse, QueryAllowancesResponse } from "cosmjs-types/cosmos/feegrant/v1beta1/query";

export interface FeeGrantExtension {
readonly feegrant: {
Expand Down

0 comments on commit 11ae2ae

Please sign in to comment.