Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit e85dcfc

Browse files
committed
clean up
1 parent 653f399 commit e85dcfc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

commands/release-rewards.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import { createContract } from '../index.js'
2-
import { relative, join } from 'node:path'
3-
import { fileURLToPath } from 'node:url'
42
import pRetry from 'p-retry'
53

64
export const releaseRewards = async opts => {
@@ -11,16 +9,4 @@ export const releaseRewards = async opts => {
119
console.log('Awaiting confirmation...')
1210
await pRetry(() => tx.wait())
1311
console.log('Rewards released')
14-
15-
const bin = relative(
16-
process.cwd(),
17-
fileURLToPath(new URL('.', import.meta.url))
18-
)
19-
console.log('For progress, check')
20-
console.log()
21-
console.log(` $ node ${join(bin, 'participant-count-scheduled-for-transfer.js')}`)
22-
console.log()
23-
console.log(` $ node ${join(bin, 'scheduled-for-transfer.js')}`)
24-
console.log()
25-
process.exit()
2612
}

0 commit comments

Comments
 (0)