@graphprotocol/grc-20 0.25.0 → 0.25.1
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/dist/src/abis/governance-setup.js +234 -234
- package/dist/src/abis/main-voting.d.ts +62 -1
- package/dist/src/abis/main-voting.d.ts.map +1 -1
- package/dist/src/abis/main-voting.js +964 -887
- package/dist/src/abis/main-voting.js.map +1 -1
- package/dist/src/abis/member-access.js +345 -345
- package/dist/src/abis/personal-space-admin-setup.js +171 -171
- package/dist/src/abis/personal-space-admin.d.ts +24 -1
- package/dist/src/abis/personal-space-admin.d.ts.map +1 -1
- package/dist/src/abis/personal-space-admin.js +272 -243
- package/dist/src/abis/personal-space-admin.js.map +1 -1
- package/dist/src/abis/space-setup.d.ts +18 -2
- package/dist/src/abis/space-setup.d.ts.map +1 -1
- package/dist/src/abis/space-setup.js +216 -196
- package/dist/src/abis/space-setup.js.map +1 -1
- package/dist/src/abis/space.d.ts +99 -3
- package/dist/src/abis/space.d.ts.map +1 -1
- package/dist/src/abis/space.js +275 -153
- package/dist/src/abis/space.js.map +1 -1
- package/dist/src/encodings/get-calldata-for-space-governance-type.d.ts +1 -1
- package/dist/src/encodings/get-calldata-for-space-governance-type.d.ts.map +1 -1
- package/dist/src/encodings/get-calldata-for-space-governance-type.js +13 -8
- package/dist/src/encodings/get-calldata-for-space-governance-type.js.map +1 -1
- package/dist/src/encodings/get-process-geo-proposal-arguments.d.ts +1 -1
- package/dist/src/encodings/get-process-geo-proposal-arguments.d.ts.map +1 -1
- package/dist/src/encodings/get-process-geo-proposal-arguments.js +5 -5
- package/dist/src/encodings/get-process-geo-proposal-arguments.js.map +1 -1
- package/package.json +1 -1
package/dist/src/abis/space.d.ts
CHANGED
|
@@ -18,6 +18,10 @@ export declare const abi: readonly [{
|
|
|
18
18
|
}];
|
|
19
19
|
readonly name: "DaoUnauthorized";
|
|
20
20
|
readonly type: "error";
|
|
21
|
+
}, {
|
|
22
|
+
readonly inputs: readonly [];
|
|
23
|
+
readonly name: "InvalidAddress";
|
|
24
|
+
readonly type: "error";
|
|
21
25
|
}, {
|
|
22
26
|
readonly anonymous: false;
|
|
23
27
|
readonly inputs: readonly [{
|
|
@@ -53,8 +57,28 @@ export declare const abi: readonly [{
|
|
|
53
57
|
}, {
|
|
54
58
|
readonly indexed: false;
|
|
55
59
|
readonly internalType: "string";
|
|
56
|
-
readonly name: "
|
|
60
|
+
readonly name: "flagContentUri";
|
|
61
|
+
readonly type: "string";
|
|
62
|
+
}];
|
|
63
|
+
readonly name: "ContentFlagged";
|
|
64
|
+
readonly type: "event";
|
|
65
|
+
}, {
|
|
66
|
+
readonly anonymous: false;
|
|
67
|
+
readonly inputs: readonly [{
|
|
68
|
+
readonly indexed: false;
|
|
69
|
+
readonly internalType: "address";
|
|
70
|
+
readonly name: "dao";
|
|
71
|
+
readonly type: "address";
|
|
72
|
+
}, {
|
|
73
|
+
readonly indexed: false;
|
|
74
|
+
readonly internalType: "string";
|
|
75
|
+
readonly name: "editsContentUri";
|
|
57
76
|
readonly type: "string";
|
|
77
|
+
}, {
|
|
78
|
+
readonly indexed: false;
|
|
79
|
+
readonly internalType: "bytes";
|
|
80
|
+
readonly name: "editsMetadata";
|
|
81
|
+
readonly type: "bytes";
|
|
58
82
|
}];
|
|
59
83
|
readonly name: "EditsPublished";
|
|
60
84
|
readonly type: "event";
|
|
@@ -68,6 +92,26 @@ export declare const abi: readonly [{
|
|
|
68
92
|
}];
|
|
69
93
|
readonly name: "Initialized";
|
|
70
94
|
readonly type: "event";
|
|
95
|
+
}, {
|
|
96
|
+
readonly anonymous: false;
|
|
97
|
+
readonly inputs: readonly [{
|
|
98
|
+
readonly indexed: false;
|
|
99
|
+
readonly internalType: "address";
|
|
100
|
+
readonly name: "dao";
|
|
101
|
+
readonly type: "address";
|
|
102
|
+
}, {
|
|
103
|
+
readonly indexed: false;
|
|
104
|
+
readonly internalType: "address";
|
|
105
|
+
readonly name: "payer";
|
|
106
|
+
readonly type: "address";
|
|
107
|
+
}, {
|
|
108
|
+
readonly indexed: false;
|
|
109
|
+
readonly internalType: "uint256";
|
|
110
|
+
readonly name: "_txId";
|
|
111
|
+
readonly type: "uint256";
|
|
112
|
+
}];
|
|
113
|
+
readonly name: "PayerSet";
|
|
114
|
+
readonly type: "event";
|
|
71
115
|
}, {
|
|
72
116
|
readonly anonymous: false;
|
|
73
117
|
readonly inputs: readonly [{
|
|
@@ -123,6 +167,16 @@ export declare const abi: readonly [{
|
|
|
123
167
|
}];
|
|
124
168
|
readonly name: "Upgraded";
|
|
125
169
|
readonly type: "event";
|
|
170
|
+
}, {
|
|
171
|
+
readonly inputs: readonly [];
|
|
172
|
+
readonly name: "ARB_SYS";
|
|
173
|
+
readonly outputs: readonly [{
|
|
174
|
+
readonly internalType: "contract ArbSys";
|
|
175
|
+
readonly name: "";
|
|
176
|
+
readonly type: "address";
|
|
177
|
+
}];
|
|
178
|
+
readonly stateMutability: "view";
|
|
179
|
+
readonly type: "function";
|
|
126
180
|
}, {
|
|
127
181
|
readonly inputs: readonly [];
|
|
128
182
|
readonly name: "UPGRADE_PLUGIN_PERMISSION_ID";
|
|
@@ -153,6 +207,16 @@ export declare const abi: readonly [{
|
|
|
153
207
|
}];
|
|
154
208
|
readonly stateMutability: "view";
|
|
155
209
|
readonly type: "function";
|
|
210
|
+
}, {
|
|
211
|
+
readonly inputs: readonly [{
|
|
212
|
+
readonly internalType: "string";
|
|
213
|
+
readonly name: "_flagContentUri";
|
|
214
|
+
readonly type: "string";
|
|
215
|
+
}];
|
|
216
|
+
readonly name: "flagContent";
|
|
217
|
+
readonly outputs: readonly [];
|
|
218
|
+
readonly stateMutability: "nonpayable";
|
|
219
|
+
readonly type: "function";
|
|
156
220
|
}, {
|
|
157
221
|
readonly inputs: readonly [];
|
|
158
222
|
readonly name: "implementation";
|
|
@@ -168,10 +232,18 @@ export declare const abi: readonly [{
|
|
|
168
232
|
readonly internalType: "contract IDAO";
|
|
169
233
|
readonly name: "_dao";
|
|
170
234
|
readonly type: "address";
|
|
235
|
+
}, {
|
|
236
|
+
readonly internalType: "address";
|
|
237
|
+
readonly name: "_paymentManager";
|
|
238
|
+
readonly type: "address";
|
|
171
239
|
}, {
|
|
172
240
|
readonly internalType: "string";
|
|
173
|
-
readonly name: "
|
|
241
|
+
readonly name: "_firstEditsContentUri";
|
|
174
242
|
readonly type: "string";
|
|
243
|
+
}, {
|
|
244
|
+
readonly internalType: "bytes";
|
|
245
|
+
readonly name: "_firstEditsMetadata";
|
|
246
|
+
readonly type: "bytes";
|
|
175
247
|
}, {
|
|
176
248
|
readonly internalType: "address";
|
|
177
249
|
readonly name: "_predecessorSpace";
|
|
@@ -181,6 +253,16 @@ export declare const abi: readonly [{
|
|
|
181
253
|
readonly outputs: readonly [];
|
|
182
254
|
readonly stateMutability: "nonpayable";
|
|
183
255
|
readonly type: "function";
|
|
256
|
+
}, {
|
|
257
|
+
readonly inputs: readonly [];
|
|
258
|
+
readonly name: "paymentManager";
|
|
259
|
+
readonly outputs: readonly [{
|
|
260
|
+
readonly internalType: "address";
|
|
261
|
+
readonly name: "";
|
|
262
|
+
readonly type: "address";
|
|
263
|
+
}];
|
|
264
|
+
readonly stateMutability: "view";
|
|
265
|
+
readonly type: "function";
|
|
184
266
|
}, {
|
|
185
267
|
readonly inputs: readonly [];
|
|
186
268
|
readonly name: "pluginType";
|
|
@@ -204,8 +286,12 @@ export declare const abi: readonly [{
|
|
|
204
286
|
}, {
|
|
205
287
|
readonly inputs: readonly [{
|
|
206
288
|
readonly internalType: "string";
|
|
207
|
-
readonly name: "
|
|
289
|
+
readonly name: "_editsContentUri";
|
|
208
290
|
readonly type: "string";
|
|
291
|
+
}, {
|
|
292
|
+
readonly internalType: "bytes";
|
|
293
|
+
readonly name: "_editsMetadata";
|
|
294
|
+
readonly type: "bytes";
|
|
209
295
|
}];
|
|
210
296
|
readonly name: "publishEdits";
|
|
211
297
|
readonly outputs: readonly [];
|
|
@@ -221,6 +307,16 @@ export declare const abi: readonly [{
|
|
|
221
307
|
readonly outputs: readonly [];
|
|
222
308
|
readonly stateMutability: "nonpayable";
|
|
223
309
|
readonly type: "function";
|
|
310
|
+
}, {
|
|
311
|
+
readonly inputs: readonly [{
|
|
312
|
+
readonly internalType: "address";
|
|
313
|
+
readonly name: "_payer";
|
|
314
|
+
readonly type: "address";
|
|
315
|
+
}];
|
|
316
|
+
readonly name: "setPayer";
|
|
317
|
+
readonly outputs: readonly [];
|
|
318
|
+
readonly stateMutability: "nonpayable";
|
|
319
|
+
readonly type: "function";
|
|
224
320
|
}, {
|
|
225
321
|
readonly inputs: readonly [{
|
|
226
322
|
readonly internalType: "bytes4";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"space.d.ts","sourceRoot":"","sources":["../../../src/abis/space.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"space.d.ts","sourceRoot":"","sources":["../../../src/abis/space.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4cN,CAAC"}
|