Skip to content

Commit

Permalink
snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Aug 27, 2024
1 parent dbffdbd commit 64bcc9a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source: crates/astria-core/src/protocol/memos/v1alpha1.rs
expression: memo
---
{
"rollupBlockNumber": "1",
"rollupTransactionHash": "a-rollup-defined-hash",
"rollupReturnAddress": "a-rollup-defined-address",
"rollup_block_number": 1,
"rollup_return_address": "a-rollup-defined-address",
"rollup_withdrawal_event_id": "a-rollup-defined-hash",
"memo": "hello"
}
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()
---
[
126,
205,
191,
0,
241,
61,
69,
211,
65,
191,
147,
26,
88,
230,
39,
60,
192,
5,
177,
11,
248,
83,
115,
225,
203,
17,
58,
245,
71,
172,
232,
119,
7,
14,
200,
183,
75,
203,
163,
32,
75
232,
68,
126,
56,
5,
8,
220,
199,
173,
193,
135,
169,
26,
36,
119,
144,
174,
76,
108,
221,
225
]

0 comments on commit 64bcc9a

Please sign in to comment.