We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b7f58 commit 9559140Copy full SHA for 9559140
bitte/pab.nix
@@ -8,11 +8,11 @@ let
8
chainIndexPort = 8083;
9
signingProcessPort = 8084;
10
11
- slotZeroTime = 1591566291000; # POSIX time of 2020-06-07T21:44:51Z (Sunday, June 7, 2020 21:44:51)
+ slotZeroTime = 1596059091000; # POSIX time of slot zeron is milliseconds. See note [Datetime to slot] in Marlowe.Slot
12
slotLengthMillis = 1000;
13
14
constantFee = 10; # Constant fee per transaction in lovelace
15
- scriptsFeeFactor = 1.0; # Factor by which to multiply the size-dependent scripts fee in lovelace
+ scriptsFeeFactor = 0.0; # Factor by which to multiply the size-dependent scripts fee in lovelace
16
17
pabYaml = writeText "pab.yaml" (builtins.toJSON {
18
dbConfig = {
0 commit comments