@across-protocol/contracts 3.0.21 → 3.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,243 @@
1
+ {
2
+ "address": "8tsEfDSiE4WUMf97oyyyasLAvWwjeRZb2GByh4w7HckA",
3
+ "metadata": {
4
+ "name": "test",
5
+ "version": "0.1.0",
6
+ "spec": "0.1.0",
7
+ "description": "Created with Anchor"
8
+ },
9
+ "instructions": [
10
+ {
11
+ "name": "initialize",
12
+ "discriminator": [
13
+ 175,
14
+ 175,
15
+ 109,
16
+ 31,
17
+ 13,
18
+ 152,
19
+ 155,
20
+ 237
21
+ ],
22
+ "accounts": [
23
+ {
24
+ "name": "bitmap_account",
25
+ "writable": true,
26
+ "pda": {
27
+ "seeds": [
28
+ {
29
+ "kind": "const",
30
+ "value": [
31
+ 98,
32
+ 105,
33
+ 116,
34
+ 109,
35
+ 97,
36
+ 112,
37
+ 95,
38
+ 97,
39
+ 99,
40
+ 99,
41
+ 111,
42
+ 117,
43
+ 110,
44
+ 116
45
+ ]
46
+ }
47
+ ]
48
+ }
49
+ },
50
+ {
51
+ "name": "signer",
52
+ "writable": true,
53
+ "signer": true
54
+ },
55
+ {
56
+ "name": "system_program",
57
+ "address": "11111111111111111111111111111111"
58
+ }
59
+ ],
60
+ "args": []
61
+ },
62
+ {
63
+ "name": "test_emit_large_log",
64
+ "discriminator": [
65
+ 126,
66
+ 64,
67
+ 160,
68
+ 189,
69
+ 160,
70
+ 160,
71
+ 238,
72
+ 68
73
+ ],
74
+ "accounts": [],
75
+ "args": [
76
+ {
77
+ "name": "length",
78
+ "type": "u32"
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "name": "test_is_claimed",
84
+ "discriminator": [
85
+ 82,
86
+ 227,
87
+ 141,
88
+ 60,
89
+ 27,
90
+ 165,
91
+ 109,
92
+ 90
93
+ ],
94
+ "accounts": [
95
+ {
96
+ "name": "bitmap_account"
97
+ }
98
+ ],
99
+ "args": [
100
+ {
101
+ "name": "index",
102
+ "type": "u32"
103
+ }
104
+ ],
105
+ "returns": "bool"
106
+ },
107
+ {
108
+ "name": "test_set_claimed",
109
+ "discriminator": [
110
+ 15,
111
+ 155,
112
+ 67,
113
+ 241,
114
+ 20,
115
+ 247,
116
+ 21,
117
+ 189
118
+ ],
119
+ "accounts": [
120
+ {
121
+ "name": "bitmap_account",
122
+ "writable": true
123
+ },
124
+ {
125
+ "name": "signer",
126
+ "writable": true,
127
+ "signer": true
128
+ },
129
+ {
130
+ "name": "system_program",
131
+ "address": "11111111111111111111111111111111"
132
+ }
133
+ ],
134
+ "args": [
135
+ {
136
+ "name": "index",
137
+ "type": "u32"
138
+ }
139
+ ]
140
+ },
141
+ {
142
+ "name": "verify",
143
+ "discriminator": [
144
+ 133,
145
+ 161,
146
+ 141,
147
+ 48,
148
+ 120,
149
+ 198,
150
+ 88,
151
+ 150
152
+ ],
153
+ "accounts": [],
154
+ "args": [
155
+ {
156
+ "name": "root",
157
+ "type": {
158
+ "array": [
159
+ "u8",
160
+ 32
161
+ ]
162
+ }
163
+ },
164
+ {
165
+ "name": "leaf",
166
+ "type": {
167
+ "array": [
168
+ "u8",
169
+ 32
170
+ ]
171
+ }
172
+ },
173
+ {
174
+ "name": "proof",
175
+ "type": {
176
+ "vec": {
177
+ "array": [
178
+ "u8",
179
+ 32
180
+ ]
181
+ }
182
+ }
183
+ }
184
+ ]
185
+ }
186
+ ],
187
+ "accounts": [
188
+ {
189
+ "name": "BitmapAccount",
190
+ "discriminator": [
191
+ 152,
192
+ 161,
193
+ 147,
194
+ 85,
195
+ 213,
196
+ 38,
197
+ 59,
198
+ 48
199
+ ]
200
+ }
201
+ ],
202
+ "events": [
203
+ {
204
+ "name": "TestEvent",
205
+ "discriminator": [
206
+ 28,
207
+ 52,
208
+ 39,
209
+ 105,
210
+ 8,
211
+ 210,
212
+ 91,
213
+ 9
214
+ ]
215
+ }
216
+ ],
217
+ "types": [
218
+ {
219
+ "name": "BitmapAccount",
220
+ "type": {
221
+ "kind": "struct",
222
+ "fields": [
223
+ {
224
+ "name": "claimed_bitmap",
225
+ "type": "bytes"
226
+ }
227
+ ]
228
+ }
229
+ },
230
+ {
231
+ "name": "TestEvent",
232
+ "type": {
233
+ "kind": "struct",
234
+ "fields": [
235
+ {
236
+ "name": "message",
237
+ "type": "string"
238
+ }
239
+ ]
240
+ }
241
+ }
242
+ ]
243
+ }