near-parameters 0.34.4

This crate provides the information about the configuration of the near protocol
Documentation
1
2
3
4
5
6
7
8
9
# Comment line
registrar_account_id: { old: "near", new: "registrar" }
storage_num_extra_bytes_record: { old: 40, new: 77 }
wasm_regular_op_cost: { old: 3_856_371, new: 0 }
max_memory_pages: { new: 512 }
burnt_gas_reward: {
    old: { numerator: 2_000_000, denominator: 500 },
    new: { numerator: 3_000_000, denominator: 800 },
}