Skip to content

Commit

Permalink
fix: increase TUNAv2 estimated ExUnits cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney committed Jul 15, 2024
1 parent 8ffa585 commit 8b32971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tx/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func createTx(blockData any, nonce [16]byte) ([]byte, error) {
// NOTE: these values are estimated
ExUnits: Redeemer.ExecutionUnits{
Mem: 1_000_000,
Steps: 450_000_000,
Steps: 500_000_000,
},
Data: PlutusData.PlutusData{
PlutusDataType: PlutusData.PlutusBytes,
Expand Down

0 comments on commit 8b32971

Please sign in to comment.