Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Loading