Skip to content

Commit cf2dea4

Browse files
committed
use string
1 parent c1ec7d5 commit cf2dea4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Indexer/processor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import {
5959
VersionedDDO
6060
} from '@oceanprotocol/ddo-js'
6161
import { checkCredentialOnAccessList } from '../../utils/credentials.js'
62-
import { getNonce } from '../core/utils/nonceHandler.js'
62+
// import { getNonce } from '../core/utils/nonceHandler.js'
6363
class 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

0 commit comments

Comments
 (0)