Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@ source: crates/astria-sequencer/src/app/tests_breaking_changes.rs
expression: app.app_hash.as_bytes()
---
[
93,
253,
249,
252,
142,
29,
202,
207,
210,
185,
120,
122,
250,
142,
18,
220,
83,
74,
102,
219,
26,
206,
200,
101,
66,
27,
127,
9,
11,
125,
160,
129,
124,
188,
249,
181,
44,
218,
209,
251,
208,
119,
122,
211,
105,
201,
75,
214,
56,
145,
239,
132,
48,
0,
180,
244,
66
79,
13,
53,
156
]
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@ source: crates/astria-sequencer/src/app/tests_breaking_changes.rs
expression: app.app_hash.as_bytes()
---
[
116,
66,
168,
111,
249,
60,
151,
147,
9,
81,
251,
26,
237,
253,
110,
161,
81,
192,
21,
102,
59,
199,
44,
137,
112,
250,
113,
62,
40,
174,
69,
178,
27,
49,
166,
136,
209,
163,
103,
135,
254,
99,
63,
197,
35,
165,
202,
177,
78,
238,
106,
23,
86,
5,
230,
228
144,
250,
69,
90,
192,
129,
187
]
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@ source: crates/astria-sequencer/src/app/tests_breaking_changes.rs
expression: app.app_hash.as_bytes()
---
[
65,
166,
254,
230,
203,
116,
68,
175,
98,
35,
147,
166,
230,
219,
247,
217,
191,
121,
236,
155,
53,
148,
22,
12,
199,
221,
27,
189,
119,
240,
69,
16,
76,
40,
40,
52,
64,
1,
8,
120,
77,
193,
79,
121,
60,
22,
214,
93,
26,
177,
216,
135,
217,
77,
120
212,
93,
40,
173,
94
]
6 changes: 3 additions & 3 deletions crates/astria-sequencer/src/app/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ use crate::{
};

pub(crate) const ALICE_ADDRESS: &str = "1c0c490f1b5528d8173c5de46d131160e4b2c0c3";
pub(crate) const BOB_ADDRESS: &str = "34fec43c7fcab9aef3b3cf8aba855e41ee69ca3a";
pub(crate) const CAROL_ADDRESS: &str = "60709e2d391864b732b4f0f51e387abb76743871";
pub(crate) const JUDY_ADDRESS: &str = "bc5b91da07778eeaf622d0dcf4d7b4233525998d";
pub(crate) const BOB_ADDRESS: &str = "2269aca7b7c03c7d07345f83db4fababd1a05570";
pub(crate) const CAROL_ADDRESS: &str = "4e8846b82a8f31fd59265a9005959c4a030fc44c";
pub(crate) const JUDY_ADDRESS: &str = "989a77160cb0e96e2d168083ab72ffe89b41c199";
pub(crate) const TED_ADDRESS: &str = "4c4f91d8a918357ab5f6f19c1e179968fc39bb44";

#[cfg_attr(feature = "benchmark", allow(dead_code))]
Expand Down