diff --git a/examples/ChangeGeneration.purs b/examples/ChangeGeneration.purs index f9acd350d2..36eb58d7d9 100644 --- a/examples/ChangeGeneration.purs +++ b/examples/ChangeGeneration.purs @@ -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 diff --git a/webpack.config.js b/webpack.config.js index c99c50e067..c0208387ba 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -32,6 +32,9 @@ module.exports = { pathRewrite: { "^/kupo": "" }, }, }, + client: { + overlay: false + } }, // we can add more entrypoints as needed