All files / test/data-mocks ledger.ts

100% Statements 3/3
100% Branches 0/0
100% Functions 0/0
100% Lines 3/3

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 557x                                                                                             7x           7x  
export const parameters = {
  coins_per_utxo_size: '4310',
  collateral_percent: 150,
  costs: {
    PlutusV1: [
      197_209, 0, 1, 1, 396_231, 621, 0, 1, 150_000, 1000, 0, 1, 150_000, 32, 2_477_736, 29_175, 4, 29_773, 100, 29_773,
      100, 29_773, 100, 29_773, 100, 29_773, 100, 29_773, 100, 100, 100, 29_773, 100, 150_000, 32, 150_000, 32, 150_000,
      32, 150_000, 1000, 0, 1, 150_000, 32, 150_000, 1000, 0, 8, 148_000, 425_507, 118, 0, 1, 1, 150_000, 1000, 0, 8,
      150_000, 112_536, 247, 1, 150_000, 10_000, 1, 136_542, 1326, 1, 1000, 150_000, 1000, 1, 150_000, 32, 150_000, 32,
      150_000, 32, 1, 1, 150_000, 1, 150_000, 4, 103_599, 248, 1, 103_599, 248, 1, 145_276, 1366, 1, 179_690, 497, 1,
      150_000, 32, 150_000
    ],
    PlutusV2: [
      205_665, 812, 1, 1, 1000, 571, 0, 1, 1000, 24_177, 4, 1, 1000, 32, 117_366, 10_475, 4, 23_000, 100, 23_000, 100,
      23_000, 100, 23_000, 100, 23_000, 100, 23_000, 100, 100, 100, 23_000, 100, 19_537, 32, 175_354, 32, 46_417, 4,
      221_973, 511, 0, 1, 89_141, 32, 497_525, 14_068, 4, 2, 196_500, 453_240, 220, 0, 1, 1, 1000, 28_662, 4, 2,
      245_000, 216_773, 62, 1, 1_060_367, 12_586, 1, 208_512, 421, 1, 187_000, 1000, 52_998, 1, 80_436, 32, 43_249, 32,
      1000, 32, 80_556, 1, 57_667, 4, 1000, 10, 197_145, 156, 1, 197_145, 156, 1, 204_924, 473, 1, 208_896, 511, 1,
      52_467, 32, 64_832
    ]
  },
  decentralisation: 0,
  influence: 0,
  key_deposit: '0',
  max_bh_size: 1100,
  max_block_ex_mem: '80000000',
  max_block_ex_steps: '40000000000',
  max_block_size: 65_536,
  max_collateral_inputs: 3,
  max_epoch: 18,
  max_tx_ex_mem: '16000000',
  max_tx_ex_steps: '10000000000',
  max_tx_size: 16_384,
  max_val_size: '5000',
  min_fee_a: 44,
  min_fee_b: 155_381,
  min_pool_cost: '0',
  monetary_expand_rate: 0.1,
  optimal_pool_count: 100,
  pool_deposit: '0',
  price_mem: 0.0577,
  price_step: 0.000_072_1,
  protocol_major: 7,
  protocol_minor: 0,
  treasury_growth_rate: 0.1
};
 
export const tip = {
  block_no: 3_556_390,
  hash: '332340bfcf47951b4bc8eca51c4e9190d29e2fd6dae30be231ebcdadb2d8c399',
  slot_no: '58336266'
};
 
export const ledger = [tip, parameters];