export generateCalldata function without unit param

This commit is contained in:
lomonoshka
2023-10-27 15:41:22 +04:00
parent 1fc201a626
commit 92d7e2028e
5 changed files with 64 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ BigNumber.config({ EXPONENTIAL_AT: 1e+9 });
export * as config from './config/index.js';
export { default as Unit } from './Unit/index.js';
export { default as Orion } from './Orion/index.js';
export {generateSwapCalldata} from './Unit/Exchange/generateSwapCalldata.js';
export { default as factories} from './constants/factories.js';
export * as utils from './utils/index.js';
export * as services from './services/index.js';