2023-03-29 14:01:27 +00:00
|
|
|
//go:build erigon3 || e3
|
2022-09-26 03:54:42 +00:00
|
|
|
|
|
|
|
package ethconfig
|
|
|
|
|
|
|
|
const EnableHistoryV3InTest = true
|
2023-03-29 04:51:05 +00:00
|
|
|
const EnableHistoryV4InTest = false
|
2023-05-23 07:49:17 +00:00
|
|
|
const EnableTxsV3InTest = false
|