mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
test fix
This commit is contained in:
parent
5999d735a3
commit
e6c9eec679
@ -1,2 +1,3 @@
|
|||||||
export * from './useConsume'
|
export * from './useConsume'
|
||||||
export * from './useMetadata'
|
export * from './useMetadata'
|
||||||
|
export * from './useCompute'
|
||||||
|
@ -1 +1,2 @@
|
|||||||
export * from './useCompute'
|
export * from './useCompute'
|
||||||
|
export * from './ComputeOptions'
|
||||||
|
@ -14,7 +14,7 @@ interface UseCompute {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: customize for compute
|
// TODO: customize for compute
|
||||||
export const feedback: { [key in number]: string } = {
|
export const computeFeedback: { [key in number]: string } = {
|
||||||
99: 'Decrypting file URL...',
|
99: 'Decrypting file URL...',
|
||||||
0: '1/3 Asking for agreement signature...',
|
0: '1/3 Asking for agreement signature...',
|
||||||
1: '1/3 Agreement initialized.',
|
1: '1/3 Agreement initialized.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user