Skip to content

Commit

Permalink
fix: linebreak modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 8, 2023
1 parent 35498df commit e21a9fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/src/datafeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export function bulkInsertHandler() {
const contractInsertResult = await contractInsertHandler()({
address: aggregatorData.address
})

await functionInsertHandler()({
name: functionName,
contractId: Number(contractInsertResult.id)
Expand All @@ -86,15 +87,13 @@ export function bulkInsertHandler() {
contractId: Number(contractInsertResult.id),
reporterId: Number(reporterInsertResult.id)
})

await reporterInsertHandler()({
chain,
service: service,
privateKey: insertElement.reporter.walletPrivateKey,
address: insertElement.reporter.walletAddress,
oracleAddress: aggregatorData.address
})

await listenerInsertHandler()({
chain,
service: service,
Expand Down

0 comments on commit e21a9fd

Please sign in to comment.