Skip to content

Commit

Permalink
remove Devnet references
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Jan 31, 2024
1 parent b0590b7 commit 9b63df0
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 9b63df0

Please sign in to comment.