Skip to content

Commit

Permalink
fix gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 28, 2023
1 parent 6b708c0 commit a3f6531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/enclave/enclave_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const _testEnclavePublicKeyHex = "034d3b7e63a8bcd532ee3d1d6ecad9d67fca7821981a04
// _successfulRollupGasPrice can be deterministically calculated when evaluating the management smart contract.
// It should change only when there are changes to the smart contract or if the gas estimation algorithm is modified.
// Other changes would mean something is broken.
const _successfulRollupGasPrice = 336360
const _successfulRollupGasPrice = 371816

var _enclavePubKey *ecies.PublicKey

Expand Down

0 comments on commit a3f6531

Please sign in to comment.