Skip to content

Commit

Permalink
rem unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
souradeep-das committed Jul 11, 2024
1 parent 4b1c67e commit 62b4217
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions services/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,11 @@ import fs from "fs";
import {promisify} from "util";
import {exec} from "child_process";

/* Imports: Internal */
import { sleep } from '@eth-optimism/core-utils'
import { BaseService } from '@eth-optimism/common-ts'

import zkRandContractABI from '../artifacts/contracts/zkdvrf.sol/zkdvrf.json'

// /* Imports: Inteface */
// import {
// BobaLinkPairs,
// BobaLinkContracts,
// BobaLinkContract,
// GasPriceOverride,
// } from './utils/types'

export const memberDir = `./data/members/`
export const mpksPath = `./data/mpks.json`
export const dkgDir = `./data/dkg/`
Expand Down
9 changes: 0 additions & 9 deletions services/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,11 @@ import fs from "fs";
import {promisify} from "util";
import {exec} from "child_process";

/* Imports: Internal */
import { sleep } from '@eth-optimism/core-utils'
import { BaseService } from '@eth-optimism/common-ts'

import zkRandContractABI from '../artifacts/contracts/zkdvrf.sol/zkdvrf.json'

// /* Imports: Inteface */
// import {
// BobaLinkPairs,
// BobaLinkContracts,
// BobaLinkContract,
// GasPriceOverride,
// } from './utils/types'

export const memberDir = `./data/members/`
export const mpksPath = `./data/mpks.json`
export const dkgDir = `./data/dkg/`
Expand Down

0 comments on commit 62b4217

Please sign in to comment.