Skip to content

Commit 8ab627b

Browse files
committed
rename files
1 parent a3fc662 commit 8ab627b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/agent/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { positionsCreate } from './lockup/positionsCreate'
1+
export { positionsCreate } from './positionsCreate'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { TransactionResponse } from '@ethersproject/abstract-provider'
2-
import { FallbackableOverrides } from '../../common/utils/execute'
2+
import { FallbackableOverrides } from '../common/utils/execute'
33
import { Provider } from '@ethersproject/abstract-provider'
44
import { UndefinedOr } from '@devprotocol/util-ts'
5-
import { lockupClients } from '../common/clients/lockupClients'
5+
import { lockupClients } from './common/clients/lockupClients'
66

77
type PositionsCreate = (options: {
88
readonly provider: Provider

0 commit comments

Comments
 (0)