MyCrypto/common/sagas/transaction/meta/index.ts

4 lines
139 B
TypeScript

import { handleToken } from './token';
import { handleSetUnit } from './unitSwap';
export const meta = [...handleToken, ...handleSetUnit];