Skip to content

Commit

Permalink
Minor cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar committed Jan 19, 2024
1 parent ebc24cf commit 9d186be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,4 @@ Host = "zkevm-state-db"
Port = "5432"
EnableLog = false
MaxConns = 200
[DataAvailability]
Backend = "DataAvailabilityCommittee"
`
2 changes: 1 addition & 1 deletion db/migrations/pool/0011.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- +migrate Up
CREATE TABLE IF NOT EXISTS pool.whitelisted (
CREATE TABLE pool.whitelisted (
addr VARCHAR PRIMARY KEY
);

Expand Down
1 change: 0 additions & 1 deletion etherman/etherman_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func newTestingEnv(t *testing.T) (ethman *Client, ethBackend *backends.Simulated
if err != nil {
log.Fatal(err)
}
// TODO: need mock for the DataAvailability
da = newDaMock(t)
ethman, ethBackend, polAddr, br, err = NewSimulatedEtherman(Config{ForkIDChunkSize: 10}, auth, da)
if err != nil {
Expand Down

0 comments on commit 9d186be

Please sign in to comment.