Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
freeelancer committed Feb 15, 2024
1 parent 551bb7d commit 0e21fa3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 78 deletions.
2 changes: 0 additions & 2 deletions src/client/lcd/api/Feemarket.API.spec.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import Decimal from 'decimal.js';
import {
BaseFee,
FeemarketDenomParams,
FeemarketParams,
FeemarketState,
} from '../../../core/feemarket';
import { LCDClient } from '../LCDClient';
import { FeemarketAPI } from './FeemarketAPI';
import { Coin } from '../../../core';

const lcd = new LCDClient({
'pisco-1': {
Expand Down
9 changes: 4 additions & 5 deletions src/client/lcd/api/FeemarketAPI.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { APIParams, PaginationOptions } from '../APIRequester';
import { LCDClient } from '../LCDClient';
import { BaseAPI } from './BaseAPI';
import {
FeemarketDenomParams,
FeemarketParams,
FeemarketState,
BaseFee,
FeemarketDenomParams,
} from '../../../core/feemarket';
import { APIParams, PaginationOptions } from '../APIRequester';
import { LCDClient } from '../LCDClient';
import { BaseAPI } from './BaseAPI';

export class FeemarketAPI extends BaseAPI {
constructor(public lcd: LCDClient) {
Expand Down
1 change: 0 additions & 1 deletion src/core/feemarket/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ export * from './v1/proposals/MsgFeeDenomParam';
export * from './v1/proposals/MsgRemoveFeeDenomParam';
export * from './v1/proposals/MsgParams';
export * from './v1/models/FeemarketState';
export * from './v1/models/FeemarketBaseFee';
export * from './v1/models/FeemarketDenomParams';
70 changes: 0 additions & 70 deletions src/core/feemarket/v1/models/FeemarketBaseFee.ts

This file was deleted.

0 comments on commit 0e21fa3

Please sign in to comment.