Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Aug 21, 2024
1 parent ec11f3a commit 9daf619
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 19 deletions.
12 changes: 3 additions & 9 deletions coordinator/internal/config/config.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
package config

import (
"encoding/json"
"fmt"
"os"
"path/filepath"
"reflect"
"strconv"
"strings"

"scroll-tech/common/database"

"github.com/spf13/viper"
)

// ProverManager loads sequencer configuration items.
Expand Down Expand Up @@ -80,4 +74,4 @@ func NewConfig(file string) (*Config, error) {
}

return cfg, nil
}
}
Loading

0 comments on commit 9daf619

Please sign in to comment.