Commit c95a2229 authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

delete unused Config.BlobsEnabledL1Timestamp (#9766)

parent 254b5e13
...@@ -108,9 +108,6 @@ type Config struct { ...@@ -108,9 +108,6 @@ type Config struct {
// L1 address that declares the protocol versions, optional (Beta feature) // L1 address that declares the protocol versions, optional (Beta feature)
ProtocolVersionsAddress common.Address `json:"protocol_versions_address,omitempty"` ProtocolVersionsAddress common.Address `json:"protocol_versions_address,omitempty"`
// L1 block timestamp to start reading blobs as batch data-source. Optional.
BlobsEnabledL1Timestamp *uint64 `json:"blobs_data,omitempty"`
// L1 DataAvailabilityChallenge contract proxy address // L1 DataAvailabilityChallenge contract proxy address
DAChallengeAddress common.Address `json:"da_challenge_address,omitempty"` DAChallengeAddress common.Address `json:"da_challenge_address,omitempty"`
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment