Skip to content

Commit

Permalink
refactor: modules/float is now modules/pool
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-rib committed Dec 16, 2020
1 parent 3ed866b commit a116602
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export { buildContext } from './modules/context';
export { isAddressValid } from './modules/validate-address';
export { buildExplorerLink } from './modules/explorer-link';
export { getChainFor, isSkybridgeChain } from './modules/chains';
export { createFloat } from './modules/float';
export { createFloat } from './modules/pool';
export { isSkybridgeBridge } from './modules/bridges';
export { isSkybridgeMode } from './modules/modes';
export { isSkybridgeResource } from './modules/resources';
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { buildContext } from '../../context';
import type { SkybridgeParams } from '../../common-params';

import { createFloat } from './';
import { createFloat } from '.';

jest.mock('../../context/buildContext');

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a116602

Please sign in to comment.