Skip to content

Commit 279a9d7

Browse files
committed
config: comment out contracts that will not be deployed
1 parent 7c38af1 commit 279a9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/commands/migrate.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const allContracts = [
2828
'Staking',
2929
'RewardsManager',
3030
'DisputeManager',
31-
'GRTAssetHolder',
32-
'AttestationApp',
31+
// 'GRTAssetHolder',
32+
// 'AttestationApp',
3333
]
3434

3535
const logger = consola.create({})

0 commit comments

Comments
 (0)