Browse Source

Updated testchain.json to use new unitFees structure.

pull/126/head^2
CalDescent 1 year ago
parent
commit
4feb8f46c8
  1. 4
      testnet/testchain.json

4
testnet/testchain.json

@ -4,7 +4,9 @@
"transactionExpiryPeriod": 86400000,
"maxBlockSize": 2097152,
"maxBytesPerUnitFee": 1024,
"unitFee": "0.001",
"unitFees": [
{ "timestamp": 0, "fee": "0.001" }
],
"nameRegistrationUnitFees": [
{ "timestamp": 0, "fee": "1.25" }
],

Loading…
Cancel
Save