Skip to content

Commit

Permalink
fix: Fix esm imports to include file extensions (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran authored Nov 26, 2024
1 parent 3550c9d commit 30cfb71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions src/modules/feemarket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import {
} from '@cheqd/ts-proto/feemarket/feemarket/v1/index.js';
import { EncodeObject, GeneratedType } from '@cosmjs/proto-signing';
import { createProtobufRpcClient, QueryClient } from '@cosmjs/stargate';
import { AbstractCheqdSDKModule, MinimalImportableCheqdSDKModule } from './_';
import { IContext, QueryExtensionSetup } from '../types';
import { CheqdQuerier } from '../querier';
import { CheqdSigningStargateClient } from '../signer';
import { AbstractCheqdSDKModule, MinimalImportableCheqdSDKModule } from './_.js';
import { IContext, QueryExtensionSetup } from '../types.js';
import { CheqdQuerier } from '../querier.js';
import { CheqdSigningStargateClient } from '../signer.js';

export const defaultFeemarketExtensionKey = 'feemarket' as const;

Expand Down

0 comments on commit 30cfb71

Please sign in to comment.