Increase minimum fee at a future undecided timestamp.

This commit is contained in:
CalDescent
2023-08-12 15:18:29 +01:00
parent 897c44ffe8
commit 278dca75e8
20 changed files with 205 additions and 32 deletions

View File

@@ -3,8 +3,12 @@
"transactionExpiryPeriod": 86400000,
"maxBlockSize": 2097152,
"maxBytesPerUnitFee": 1024,
"unitFee": "0.001",
"unitFees": [
{ "timestamp": 0, "fee": "0.001" },
{ "timestamp": 9999999999999, "fee": "0.01" }
],
"nameRegistrationUnitFees": [
{ "timestamp": 0, "fee": "0.001" },
{ "timestamp": 1645372800000, "fee": "5" },
{ "timestamp": 1651420800000, "fee": "1.25" }
],