diff --git a/config/jargon.js b/config/jargon.js index 41700c6ff8e..3086898124a 100644 --- a/config/jargon.js +++ b/config/jargon.js @@ -478,4 +478,6 @@ module.exports = { 'Measure of approval of each block using the voting power of the validation blocks" issuer.', 'writing to the ledger': 'The act of creating blocks containing transactions.', + blocktime: + 'Block Time refers to the average amount of time it takes for a new block to be added to a blockchain. This metric is critical as it determines the network speed and efficiency in processing transactions and maintaining consensus.', }; diff --git a/docs/build/isc/v1.1/docs/getting-started/compatibility.md b/docs/build/isc/v1.1/docs/getting-started/compatibility.md index 94cd946d381..6bbe83b8df5 100644 --- a/docs/build/isc/v1.1/docs/getting-started/compatibility.md +++ b/docs/build/isc/v1.1/docs/getting-started/compatibility.md @@ -33,7 +33,7 @@ Here are some of the most important properties and limitations of EVM support in ### No Enforced Block Time -There is no guaranteed _block time_. A new EVM "block" will be created only when an ISC block is created, and ISC does +There is no guaranteed _blocktime_. A new EVM "block" will be created only when an ISC block is created, and ISC does not enforce an average block time. This means that block times are variable; a new block will be created as soon as needed. ### The Magic Contract diff --git a/docs/build/isc/v1.3-alpha/docs/getting-started/compatibility.md b/docs/build/isc/v1.3-alpha/docs/getting-started/compatibility.md index 94cd946d381..6bbe83b8df5 100644 --- a/docs/build/isc/v1.3-alpha/docs/getting-started/compatibility.md +++ b/docs/build/isc/v1.3-alpha/docs/getting-started/compatibility.md @@ -33,7 +33,7 @@ Here are some of the most important properties and limitations of EVM support in ### No Enforced Block Time -There is no guaranteed _block time_. A new EVM "block" will be created only when an ISC block is created, and ISC does +There is no guaranteed _blocktime_. A new EVM "block" will be created only when an ISC block is created, and ISC does not enforce an average block time. This means that block times are variable; a new block will be created as soon as needed. ### The Magic Contract