Skip to content

Commit

Permalink
chore: bump v2 ExUnits for additional headroom (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney authored Jul 31, 2024
1 parent edb7025 commit 9f0289e
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 @@ -267,8 +267,8 @@ func createTx(blockData any, nonce [16]byte) ([]byte, error) {
Tag: Redeemer.SPEND,
// NOTE: these values are estimated
ExUnits: Redeemer.ExecutionUnits{
Mem: 1_000_000,
Steps: 500_000_000,
Mem: 1_500_000,
Steps: 550_000_000,
},
Data: PlutusData.PlutusData{
PlutusDataType: PlutusData.PlutusBytes,
Expand Down

0 comments on commit 9f0289e

Please sign in to comment.