Skip to content

Commit 34326b9

Browse files
committed
chore: add pubkey to comments in test_utils
1 parent 2a4940c commit 34326b9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

crates/test_utils/src/lib.rs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@ pub fn create_insta_redaction_u128(
4141
}
4242

4343
pub const ROOT_DIR: &str = env!("DEVENV_ROOT");
44+
45+
/// `tBuug63EhqE836n1dirg3sZ5KwZuG6P6i5nDHYrryyX`
4446
pub const SECRET_KEY_TREASURY: [u8; 64] = [
4547
221, 217, 170, 53, 99, 128, 242, 129, 252, 218, 171, 240, 150, 97, 116, 163, 179, 56, 130, 14,
4648
116, 6, 138, 101, 20, 56, 204, 21, 15, 55, 23, 233, 13, 28, 245, 177, 96, 233, 242, 131, 42,
4749
68, 123, 66, 30, 135, 233, 223, 228, 97, 147, 147, 153, 159, 172, 75, 99, 57, 153, 150, 207,
4850
92, 79, 198,
4951
];
5052

53+
/// `EjxoynXa5jTq4MyZzWtTz6Uq8UHQDxebkWhvEkDXoZxH`
5154
pub const SECRET_KEY_AUTHORITY: [u8; 64] = [
5255
101, 184, 219, 23, 35, 211, 62, 206, 159, 197, 60, 28, 139, 89, 6, 38, 92, 125, 41, 170, 83,
5356
200, 129, 208, 118, 215, 237, 167, 86, 86, 9, 83, 204, 41, 109, 182, 252, 170, 242, 95, 90,
@@ -66,10 +69,12 @@ pub const SECRET_KEY_ADMIN: [u8; 64] = [
6669
48, 69, 230, 233, 147, 121, 226, 53, 10, 104, 221, 52, 9, 184, 42, 203, 244, 178, 241, 55, 186,
6770
];
6871

72+
/// `B6FAryxc6pfLuK4to1BuvhqVJQm2V1cthguAmSPvqPug`
6973
pub const SECRET_KEY_WALLET: [u8; 64] = [
70-
72, 88, 187, 16, 91, 210, 34, 156, 133, 215, 12, 132, 105, 166, 75, 105, 141, 144, 240, 12, 96,
71-
68, 95, 210, 9, 13, 89, 18, 157, 241, 77, 79, 59, 50, 70, 114, 194, 140, 21, 107, 154, 91, 109,
72-
48, 69, 230, 233, 147, 121, 226, 53, 10, 104, 221, 52, 9, 184, 42, 203, 244, 178, 241, 55, 186,
74+
122, 234, 133, 232, 80, 195, 2, 115, 237, 183, 24, 30, 85, 198, 199, 101, 125, 18, 35, 185,
75+
237, 150, 219, 78, 22, 118, 140, 56, 55, 118, 119, 180, 149, 236, 203, 160, 52, 95, 187, 57,
76+
214, 47, 184, 28, 44, 195, 225, 83, 138, 219, 119, 32, 100, 18, 255, 236, 227, 160, 9, 12, 182,
77+
174, 75, 215,
7378
];
7479

7580
pub type TestResult = anyhow::Result<()>;

0 commit comments

Comments
 (0)