chore(gas-oracle): decommission L2 gas price oracle (#1643)

This commit is contained in:
colin
2025-04-14 15:35:23 +08:00
committed by GitHub
parent 4f34e90f00
commit 5b62692098
11 changed files with 21 additions and 370 deletions

View File

@@ -20,7 +20,6 @@ var (
}
// RollupRelayerFlags contains flags only used in rollup-relayer
RollupRelayerFlags = []cli.Flag{
&ImportGenesisFlag,
&MinCodecVersionFlag,
}
// ConfigFileFlag load json type config file.
@@ -73,12 +72,6 @@ var (
Category: "METRICS",
Value: 6060,
}
// ImportGenesisFlag import genesis batch during startup
ImportGenesisFlag = cli.BoolFlag{
Name: "import-genesis",
Usage: "Import genesis batch into L1 contract during startup",
Value: false,
}
// ServicePortFlag is the port the service will listen on
ServicePortFlag = cli.IntFlag{
Name: "service.port",

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "v4.5.2"
var tag = "v4.5.3"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {