fix: semantics

This commit is contained in:
Aleksandr Kraiz
2023-05-16 23:54:33 +04:00
parent 6eac85da28
commit 1382243a01
3 changed files with 2 additions and 2 deletions

View File

@@ -409,7 +409,7 @@ export default async function swapLimit({
});
balanceGuard.registerRequirement({
reason: 'Orion fee',
reason: 'Service fee',
asset: {
name: feeAsset,
address: feeAssetAddress,

View File

@@ -1,7 +1,7 @@
export { default as calculateFeeInFeeAsset } from './calculateFeeInFeeAsset.js';
export { default as calculateNetworkFee } from './calculateNetworkFee.js';
export { default as calculateNetworkFeeInFeeAsset } from './calculateNetworkFeeInFeeAsset.js';
export { default as calculateOrionFeeInFeeAsset } from './calculateServiceFeeInFeeAsset.js';
export { default as calculateServiceFeeInFeeAsset } from './calculateServiceFeeInFeeAsset.js';
export { default as checkIsToken } from './checkIsToken.js';
export { default as generateSecret } from './generateSecret.js';
export { default as denormalizeNumber } from './denormalizeNumber.js';