Skip to content

Commit

Permalink
starknet-gauntlet-starkgate: remove bridge commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cfal committed Apr 10, 2023
1 parent 68a18aa commit 00e24ca
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 727 deletions.
3 changes: 1 addition & 2 deletions packages-ts/starknet-gauntlet-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
} from '@chainlink/starknet-gauntlet-example'
import { Commands as OZCommands } from '@chainlink/starknet-gauntlet-oz'
import {
L1Commands as L1StarkgateCommands,
L2Commands as L2StarkgateCommands,
InspectionCommands as StarkgateInspectionCommands,
} from '@chainlink/starknet-gauntlet-starkgate'
Expand Down Expand Up @@ -120,7 +119,7 @@ const registerInspectionCommand = <QueryResult>(
return registerCommand(deps)
}

const L1ExecuteCommands = [...L1StarkgateCommands, ...L1EmergencyProtocolCommands]
const L1ExecuteCommands = [...L1EmergencyProtocolCommands]
const L2ExecuteCommands = [
...OCR2ExecuteCommands,
...ExampleExecuteCommands,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 00e24ca

Please sign in to comment.