Skip to content

Commit 18a2593

Browse files
Added STAGENET
1 parent a8d0b04 commit 18a2593

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/account.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ const ADDRESS_LENGTH: usize = 26;
1818
pub const MAINNET: u8 = 'W' as u8;
1919
/// TESTNET chainID
2020
pub const TESTNET: u8 = 'T' as u8;
21+
/// STAGENET chainID
22+
pub const STAGENET: u8 = 'S' as u8;
2123

2224
/// An account possessing a address.
2325
pub struct Address([u8; ADDRESS_LENGTH]);

0 commit comments

Comments
 (0)