Skip to content

Commit

Permalink
Use the cdk sequence sender micro service by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Apr 19, 2024
1 parent 503c3cb commit 5acf8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/operations/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var (
preconfiguredCDKStacks = map[string]CDKStack{
DefaultCDKStack: {
Node: "cdk-validium-node-1",
SequenceSender: "cdk-validium-hermez-sequence-sender-1",
SequenceSender: "cdk-validium-cdk-sequence-sender-1",
RPC: "cdk-validium-hermez-rpc-1",
L1: "cdk-l1",
Prover: "cdk-prover-1",
Expand Down

0 comments on commit 5acf8ed

Please sign in to comment.