Skip to content

Commit

Permalink
feat: improve relayer flow (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Nov 28, 2024
1 parent 48c87d4 commit d1f175d
Show file tree
Hide file tree
Showing 31 changed files with 1,280 additions and 1,324 deletions.
149 changes: 0 additions & 149 deletions cmd/config/init/relayer.go

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
DefaultTokenSupply = "1000000000000000000000000000"
DefaultFee = 2000000000000000000 // 2
DefaultTxFee = 10000000000000000 // 0.01
DefaultAdditionalFunding = "10000000000000000000" // 10, this amount is added to the necessary sequencer balance
DefaultAdditionalFunding = "20000000000000000000" // 20, this amount is added to the necessary sequencer balance
)

var InternalBinsDir = fmt.Sprintf("%s/roller_bins", binsDir)
Expand Down
Loading

0 comments on commit d1f175d

Please sign in to comment.