Skip to content

Commit

Permalink
Update default paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lumos42 committed Feb 25, 2024
1 parent 30eaed6 commit bb467a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/evm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const (
defaultIsValidator = false
defaultTradingAPIEnabled = false
defaultLoadFromSnapshotEnabled = true
defaultSnapshotFilePath = "/home/ubuntu/.avalanche-cli/snapshot/evm.snapshot"
defaultMakerbookDatabasePath = "/home/ubuntu/.avalanche-cli/evm/makerbook.db"
defaultSnapshotFilePath = "/tmp/snapshot"
defaultMakerbookDatabasePath = "/tmp/makerbook"
)

var (
Expand Down

0 comments on commit bb467a1

Please sign in to comment.