Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijialin-avalabs committed Oct 10, 2024
1 parent c73618f commit 9d6b29e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/validateBurnedAmount/validateBurnedAmount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { GetUpgradesInfoResponse } from '../../info/model';
import { isEtnaEnabled } from '../isEtnaEnabled';
import { validateStaticBurnedAmount } from './validateStaticBurnedAmount';
import { costCorethTx } from '../costs';
import { calculateFee } from '../../vms/pvm';
import { calculateFee } from '../../vms/pvm/txs/fee/calculator';

import {
isAddPermissionlessDelegatorTx,
Expand Down
1 change: 0 additions & 1 deletion src/vms/pvm/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export * from './builder';
export * from './models';
export * from './api';
export { calculateFee } from './txs/fee/calculator';

// Exposed Etna builder functions under `e` namespace
export * as e from './etna-builder';

0 comments on commit 9d6b29e

Please sign in to comment.