Skip to content

Commit e8e0472

Browse files
committed
test: add validium mode to test data
1 parent 3663e51 commit e8e0472

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coordinator/internal/config/config_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ func TestConfig(t *testing.T) {
3535
"maxIdleNum": 20
3636
},
3737
"l2": {
38-
"chain_id": 111
38+
"chain_id": 111,
39+
"validium_mode": false
3940
},
4041
"auth": {
4142
"secret": "prover secret key",

0 commit comments

Comments
 (0)