From 99f7250d9f058c61d3bdac48ad7ed70fcfdb4f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike=20Ha=C3=9F?= Date: Mon, 23 Oct 2023 11:52:57 +0200 Subject: [PATCH] change token denomination --- tips/TIP-0022/tip-0022.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tips/TIP-0022/tip-0022.md b/tips/TIP-0022/tip-0022.md index d4b20d109..74909695a 100644 --- a/tips/TIP-0022/tip-0022.md +++ b/tips/TIP-0022/tip-0022.md @@ -29,7 +29,7 @@ Various other protocol TIPs rely on certain constants that need to be defined fo | Min PoW Score | 1500.0 | Minimum PoW score for blocks to pass syntactic validation. | | First Milestone Index | 1 | First valid milestone index. | | | | | -| Max IOTA Supply | 4600000000000000 | Total amount of IOTA coins in circulation. | +| Max IOTA Supply | 4600000000000000 | Total amount of micro (1/1000000 IOTA) coins | | Max Inputs Count | 128 | Maximum number of inputs in a transaction payload. | | Max Outputs Count | 128 | Maximum number of outputs in a transaction payload. | | Max Native Token Count | 64 | Maximum number of different native tokens that can be referenced in one transaction. | @@ -37,7 +37,7 @@ Various other protocol TIPs rely on certain constants that need to be defined fo | Max Tag Length | 64 | Maximum length of a `Tag` field in bytes. | | Max Metadata Length | 8192 | Maximum length of a `Metadata` field in bytes. | | | | | -| VByte Cost | 250 | Minimum amount of IOTA that need to be deposited per vbyte of an output. | +| VByte Cost | 250 | Minimum amount of micros (1/1000000 IOTA) that need to be deposited per vbyte of an output. | | | | | | SLIP-44 Coin Type (decimal) | 4218 | Registered coin type (decimal) for usage in level 2 of [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) described in chapter "Coin type". | | SLIP-44 Path Component (`coin_type'`) | 0x8000107a | Registered path component for usage in level 2 of [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) described in chapter "Coin type". |