Skip to content

Commit

Permalink
log merkle-root
Browse files Browse the repository at this point in the history
  • Loading branch information
gbonumore committed Jan 26, 2023
1 parent 3f59413 commit 0f803df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as core from '@actions/core'
import * as github from '@actions/github'
import isEmpty from 'lodash.isempty'
import util from 'util'

type Recipient = {
windowIndex: number
Expand Down Expand Up @@ -132,6 +133,10 @@ async function run(): Promise<void> {
}
})

// eslint-disable-next-line no-console
console.log(
util.inspect(merkleTreesByMonth, false, null, true /* enable colors */)
)
/**
* Now we have a list of all the merkle trees by month, we need to create a new object
* that has the user as the key and the value is an object with two keys: veAUXO and xAUXO
Expand Down

0 comments on commit 0f803df

Please sign in to comment.