File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ import {
5959 VersionedDDO
6060} from '@oceanprotocol/ddo-js'
6161import { checkCredentialOnAccessList } from '../../utils/credentials.js'
62- import { getNonce } from '../core/utils/nonceHandler.js'
62+ // import { getNonce } from '../core/utils/nonceHandler.js'
6363class BaseEventProcessor {
6464 protected networkId : number
6565
@@ -248,7 +248,7 @@ class BaseEventProcessor {
248248 // const nonceHandlerResponse = await getNonce(nonceDB, eventCreator)
249249 // const nonce = await streamToString(nonceHandlerResponse.stream as Readable)
250250 // const incrementedNonce = (Number(nonce) + 1).toString()
251- const incrementedNonce = Date . now ( )
251+ const incrementedNonce = Date . now ( ) . toString ( )
252252
253253 const config = await getConfiguration ( )
254254 const { keys } = config
You can’t perform that action at this time.
0 commit comments