Skip to content

Commit

Permalink
Remove LegacyUsePlasma usage
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere committed May 15, 2024
1 parent 2804c97 commit 71dbd38
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions op-node/rollup/derive/plasma_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,10 @@ func TestPlasmaDataSourceStall(t *testing.T) {
BlockTime: 1,
SeqWindowSize: 20,
BatchInboxAddress: batcherInbox,
LegacyUsePlasma: true,
PlasmaConfig: &rollup.PlasmaConfig{
DAChallengeWindow: pcfg.ChallengeWindow,
DAResolveWindow: pcfg.ResolveWindow,
},
}

signer := cfg.L1Signer()
Expand Down Expand Up @@ -445,7 +448,10 @@ func TestPlasmaDataSourceInvalidData(t *testing.T) {
BlockTime: 1,
SeqWindowSize: 20,
BatchInboxAddress: batcherInbox,
LegacyUsePlasma: true,
PlasmaConfig: &rollup.PlasmaConfig{
DAChallengeWindow: pcfg.ChallengeWindow,
DAResolveWindow: pcfg.ResolveWindow,
},
}

signer := cfg.L1Signer()
Expand Down

0 comments on commit 71dbd38

Please sign in to comment.