Skip to content

Commit

Permalink
Update execute/exectypes/costly_messages.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Krage <jmank88@gmail.com>
  • Loading branch information
0xnogo and jmank88 authored Nov 1, 2024
1 parent 5a53390 commit 3603c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execute/exectypes/costly_messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
EvmWordBytes = 32
EVMWordBytes = 32
MessageFixedBytesPerToken = 32 * ((2 * 3) + 3)
ConstantMessagePartBytes = 32 * 14 // A message consists of 14 abi encoded fields 32B each (after encoding)
daMultiplierBase = 10_000 // DA multiplier is in multiples of 0.0001, i.e. 1/daMultiplierBase
Expand Down

0 comments on commit 3603c72

Please sign in to comment.