We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab288e commit 7648db2Copy full SHA for 7648db2
1 file changed
lib/agent/lockup/cap.ts
@@ -1,7 +1,7 @@
1
import { getLockupContract } from './common'
2
import { Provider } from '@ethersproject/abstract-provider'
3
4
-type Options = {
+export type Options = {
5
readonly provider: Provider
6
}
7
0 commit comments