bulletin-deploy 0.6.16 → 0.7.0

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.
package/cdm.json DELETED
@@ -1,248 +0,0 @@
1
- {
2
- "targets": {
3
- "acc2c3b5e912b762": {
4
- "asset-hub": "wss://asset-hub-paseo-rpc.n.dwellir.com",
5
- "bulletin": "https://paseo-ipfs.polkadot.io/ipfs"
6
- }
7
- },
8
- "dependencies": {
9
- "acc2c3b5e912b762": {
10
- "@example/playground-registry": "latest"
11
- }
12
- },
13
- "contracts": {
14
- "acc2c3b5e912b762": {
15
- "@example/playground-registry": {
16
- "version": 6,
17
- "address": "0x279585Cb8E8971e34520A3ebbda3E0C4D77C3d97",
18
- "abi": [
19
- {
20
- "type": "constructor",
21
- "inputs": [],
22
- "stateMutability": "nonpayable"
23
- },
24
- {
25
- "type": "function",
26
- "name": "publish",
27
- "inputs": [
28
- {
29
- "name": "domain",
30
- "type": "string"
31
- },
32
- {
33
- "name": "metadata_uri",
34
- "type": "string"
35
- }
36
- ],
37
- "outputs": [],
38
- "stateMutability": "nonpayable"
39
- },
40
- {
41
- "type": "function",
42
- "name": "unpublish",
43
- "inputs": [
44
- {
45
- "name": "domain",
46
- "type": "string"
47
- }
48
- ],
49
- "outputs": [],
50
- "stateMutability": "nonpayable"
51
- },
52
- {
53
- "type": "function",
54
- "name": "rateApp",
55
- "inputs": [
56
- {
57
- "name": "domain",
58
- "type": "string"
59
- },
60
- {
61
- "name": "rating",
62
- "type": "uint8"
63
- },
64
- {
65
- "name": "comment_uri",
66
- "type": "string"
67
- }
68
- ],
69
- "outputs": [],
70
- "stateMutability": "nonpayable"
71
- },
72
- {
73
- "type": "function",
74
- "name": "removeRating",
75
- "inputs": [
76
- {
77
- "name": "domain",
78
- "type": "string"
79
- },
80
- {
81
- "name": "reviewer",
82
- "type": "address"
83
- }
84
- ],
85
- "outputs": [],
86
- "stateMutability": "nonpayable"
87
- },
88
- {
89
- "type": "function",
90
- "name": "getContextId",
91
- "inputs": [],
92
- "outputs": [
93
- {
94
- "name": "",
95
- "type": "bytes32"
96
- }
97
- ],
98
- "stateMutability": "view"
99
- },
100
- {
101
- "type": "function",
102
- "name": "getAppCount",
103
- "inputs": [],
104
- "outputs": [
105
- {
106
- "name": "",
107
- "type": "uint32"
108
- }
109
- ],
110
- "stateMutability": "view"
111
- },
112
- {
113
- "type": "function",
114
- "name": "getDomainAt",
115
- "inputs": [
116
- {
117
- "name": "index",
118
- "type": "uint32"
119
- }
120
- ],
121
- "outputs": [
122
- {
123
- "name": "",
124
- "type": "tuple",
125
- "components": [
126
- {
127
- "name": "isSome",
128
- "type": "bool"
129
- },
130
- {
131
- "name": "value",
132
- "type": "string"
133
- }
134
- ]
135
- }
136
- ],
137
- "stateMutability": "view"
138
- },
139
- {
140
- "type": "function",
141
- "name": "getOwnerAppCount",
142
- "inputs": [
143
- {
144
- "name": "owner",
145
- "type": "address"
146
- }
147
- ],
148
- "outputs": [
149
- {
150
- "name": "",
151
- "type": "uint32"
152
- }
153
- ],
154
- "stateMutability": "view"
155
- },
156
- {
157
- "type": "function",
158
- "name": "getOwnerDomainAt",
159
- "inputs": [
160
- {
161
- "name": "owner",
162
- "type": "address"
163
- },
164
- {
165
- "name": "index",
166
- "type": "uint32"
167
- }
168
- ],
169
- "outputs": [
170
- {
171
- "name": "",
172
- "type": "tuple",
173
- "components": [
174
- {
175
- "name": "isSome",
176
- "type": "bool"
177
- },
178
- {
179
- "name": "value",
180
- "type": "string"
181
- }
182
- ]
183
- }
184
- ],
185
- "stateMutability": "view"
186
- },
187
- {
188
- "type": "function",
189
- "name": "getSudo",
190
- "inputs": [],
191
- "outputs": [
192
- {
193
- "name": "",
194
- "type": "address"
195
- }
196
- ],
197
- "stateMutability": "view"
198
- },
199
- {
200
- "type": "function",
201
- "name": "getMetadataUri",
202
- "inputs": [
203
- {
204
- "name": "domain",
205
- "type": "string"
206
- }
207
- ],
208
- "outputs": [
209
- {
210
- "name": "",
211
- "type": "tuple",
212
- "components": [
213
- {
214
- "name": "isSome",
215
- "type": "bool"
216
- },
217
- {
218
- "name": "value",
219
- "type": "string"
220
- }
221
- ]
222
- }
223
- ],
224
- "stateMutability": "view"
225
- },
226
- {
227
- "type": "function",
228
- "name": "getOwner",
229
- "inputs": [
230
- {
231
- "name": "domain",
232
- "type": "string"
233
- }
234
- ],
235
- "outputs": [
236
- {
237
- "name": "",
238
- "type": "address"
239
- }
240
- ],
241
- "stateMutability": "view"
242
- }
243
- ],
244
- "metadataCid": "bafk2bzaceck7veaix4ttzyd6bmwlssgycrrlgilpat2c272nczzlrgnqy6fze"
245
- }
246
- }
247
- }
248
- }