Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

remove Devnet references #160

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tips/TIP-0031/tip-0031.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down