Skip to content

Commit

Permalink
微调
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Dec 14, 2023
1 parent 002a648 commit 3f72042
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ import (
)

const (
configPath = "settings.dev.yml" //测试专用
//configPath = "settings.yml" //正式专用
//configPath = "settings.dev.yml" //测试专用
configPath = "settings.yml" //正式专用
)

const (
EvmTypeReth = "reth"

RethDifficulty = "0x0077777777" //当前reth难度
)

func init() {
Expand Down

0 comments on commit 3f72042

Please sign in to comment.