Skip to content

Commit

Permalink
Merge pull request #105 from blinklabs-io/fix/adjust-ex-units
Browse files Browse the repository at this point in the history
fix: increase estimated ExUnits
  • Loading branch information
agaffney authored Dec 5, 2023
2 parents c8f069e + 44ee835 commit 92cef89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/tx/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ func createTx(blockData any, nonce [16]byte) ([]byte, error) {
Index: 0,
// NOTE: these values are estimated
ExUnits: Redeemer.ExecutionUnits{
Mem: 50_000,
Steps: 20_000_000,
Mem: 60_000,
Steps: 30_000_000,
},
Data: PlutusData.PlutusData{
PlutusDataType: PlutusData.PlutusArray,
Expand Down

0 comments on commit 92cef89

Please sign in to comment.