From 9b63df00de15f7213185bc839b5f29f097960c42 Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Wed, 31 Jan 2024 11:15:19 -0300 Subject: [PATCH] remove Devnet references --- tips/TIP-0031/tip-0031.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tips/TIP-0031/tip-0031.md b/tips/TIP-0031/tip-0031.md index 4ff9dd53b..9a7d008db 100644 --- a/tips/TIP-0031/tip-0031.md +++ b/tips/TIP-0031/tip-0031.md @@ -57,9 +57,9 @@ The human-readable encoding of the address is Bech32 (as described in [BIP-0173] - The **human-readable part** (HRP), which conveys the protocol and distinguishes between the different networks. HRPs are registered in [SLIP-0173]( https://github.com/satoshilabs/slips/blob/master/slip-0173.md): - `iota` is the human-readable part for IOTA Mainnet addresses (IOTA tokens) - - `atoi` is the human-readable part for IOTA Testnet/Devnet addresses + - `atoi` is the human-readable part for IOTA Testnet addresses - `smr` is the human-readable part for Shimmer network addresses (Shimmer tokens) - - `rms` is the human-readable part for Shimmer Testnet/Devnet addresses + - `rms` is the human-readable part for Shimmer Testnet addresses - The **separator**, which is always `1`. - The **data part**, which consists of the Base32 encoded serialized address and the 6-character checksum.