Skip to content

Commit

Permalink
Use 1ADA in ChangeGeneration example. Disable webpack-dev-server overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Sep 18, 2023
1 parent afb432b commit f0fcff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ChangeGeneration.purs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ checkChangeOutputsDistribution outputsToScript outputsToSelf expectedOutputs =
validator <- AlwaysSucceeds.alwaysSucceedsScript
let
vhash = validatorHash validator
value = Value.lovelaceValueOf $ BigInt.fromInt 10000000
value = Value.lovelaceValueOf $ BigInt.fromInt 1000000

constraintsToSelf :: TxConstraints Unit Unit
constraintsToSelf = fold <<< fold $ replicate outputsToSelf
Expand Down
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ module.exports = {
pathRewrite: { "^/kupo": "" },
},
},
client: {
overlay: false
}
},

// we can add more entrypoints as needed
Expand Down

0 comments on commit f0fcff7

Please sign in to comment.