Skip to content

Commit ee995bc

Browse files
committed
chore: cleanup unused code
1 parent 1a6e94f commit ee995bc

File tree

10 files changed

+0
-845
lines changed

10 files changed

+0
-845
lines changed

cli/commands/contracts/ethereumDIDRegistry.ts

Lines changed: 0 additions & 89 deletions
This file was deleted.

cli/commands/contracts/gsr-gdai.ts

Lines changed: 0 additions & 204 deletions
This file was deleted.

cli/commands/contracts/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ import yargs, { Argv } from 'yargs'
33
import { curationCommand } from './curation'
44
import { serviceRegistryCommand } from './serviceRegistry'
55
import { ensCommand } from './ens'
6-
import { ethereumDIDRegistryCommand } from './ethereumDIDRegistry'
76
import { gnsCommand } from './gns'
87
import { graphTokenCommand } from './graphToken'
9-
import { gdaiCommand } from './gsr-gdai'
108
import { stakingCommand } from './staking'
119
import { anyCommand } from './any'
1210
import { governanceCommand } from './governance'
@@ -21,10 +19,8 @@ export const contractsCommand = {
2119
.command(curationCommand)
2220
.command(serviceRegistryCommand)
2321
.command(ensCommand)
24-
.command(ethereumDIDRegistryCommand)
2522
.command(gnsCommand)
2623
.command(graphTokenCommand)
27-
.command(gdaiCommand)
2824
.command(stakingCommand)
2925
.command(anyCommand)
3026
.command(disputeManagerCommand)

0 commit comments

Comments
 (0)