Skip to content

Commit

Permalink
fix: add extra quirk to block 4594049, fixing catchup for some nodes
Browse files Browse the repository at this point in the history
We have another quirk for an earlier block, but this one never made it in, 
because no nodes on mainnet had had issues at the time. However, one user 
has had issues with it recently, hence the change.

Change-Id: I56c7f902379904f51da5c8a0c7cb34349ad272e2
  • Loading branch information
edmundnoble committed May 31, 2024
1 parent 661ecb4 commit e62fe58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Chainweb/Version/Mainnet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ mainnet = ChainwebVersion
, _versionQuirks = VersionQuirks
{ _quirkGasFees = HM.fromList
[ (fromJuste (decodeStrictOrThrow' "\"s9fUspNaCHoV4rNI-Tw-JYU1DxqZAOXS-80oEy7Zfbo\""), Gas 67618)
, (fromJuste (decodeStrictOrThrow' "\"_f1xkIQPGRcOBNBWkOvP0dGNOjmNtmXwOnXzfdwnmJQ\""), Gas 69092)
]
}
}

0 comments on commit e62fe58

Please sign in to comment.