Skip to content

Commit 0ba16d8

Browse files
authored
feat: support new celestia old drs (#1400)
1 parent 236c1b1 commit 0ba16d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/rollapp/rollapp.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import (
2424
)
2525

2626
const (
27-
minEvmDRSNewDAConfig = "6"
28-
minWasmDRSNewDAConfig = "9"
27+
minEvmDRSNewDAConfig = "5"
28+
minWasmDRSNewDAConfig = "7"
2929
)
3030

3131
func GetHomeDir(home string) string {

0 commit comments

Comments
 (0)