Skip to content

Commit

Permalink
removed base_fee from API.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
freeelancer committed Feb 15, 2024
1 parent 1f9bf90 commit 551bb7d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/client/lcd/api/Feemarket.API.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,6 @@ describe('FeemarketAPI', () => {
});
});

it('get base fee', async () => {
const res = await feemarket.baseFee('pisco-1', 'uluna');
expect(res).toStrictEqual(new BaseFee(new Coin('uluna', '0.0015')));
expect(res.toData()).toEqual({
fee: {
amount: '0.001500000000000000',
denom: 'uluna',
},
});
});

it('get fee denom params', async () => {
const res = await feemarket.feeDenomParam('pisco-1', 'uluna');
expect(res).toStrictEqual([
Expand Down

0 comments on commit 551bb7d

Please sign in to comment.