@superfluid-finance/ethereum-contracts 1.3.2-dev.8696fa0.0 → 1.3.2-dev.9e41aae.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.
Files changed (110) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +18 -18
  5. package/build/contracts/AgreementLibrary.json +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +389 -389
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  12. package/build/contracts/ConstantFlowAgreementV1.json +932 -932
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +19 -19
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +430 -430
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +42 -42
  53. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +47 -47
  57. package/build/contracts/ISETHCustom.json +47 -47
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +191 -191
  60. package/build/contracts/ISuperToken.json +523 -523
  61. package/build/contracts/ISuperTokenFactory.json +160 -160
  62. package/build/contracts/ISuperfluid.json +826 -826
  63. package/build/contracts/ISuperfluidGovernance.json +242 -242
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1441 -1441
  66. package/build/contracts/ITOGAv2.json +1441 -1441
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +567 -567
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  70. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +106 -106
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +224 -224
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +704 -704
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +42 -42
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +2362 -2362
  87. package/build/contracts/SuperTokenFactory.json +747 -747
  88. package/build/contracts/SuperTokenFactoryBase.json +737 -737
  89. package/build/contracts/SuperTokenFactoryHelper.json +740 -740
  90. package/build/contracts/SuperUpgrader.json +437 -437
  91. package/build/contracts/Superfluid.json +4860 -4860
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
  93. package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +207 -207
  98. package/build/contracts/SuperfluidToken.json +1404 -1404
  99. package/build/contracts/TOGA.json +1458 -1458
  100. package/build/contracts/TestGovernance.json +8293 -5439
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/gov/SuperfluidGovernanceBase.sol +98 -35
  109. package/package.json +2 -2
  110. package/scripts/gov-create-new-app-registration-key.js +9 -19
@@ -48,15 +48,15 @@
48
48
  "absolutePath": "project:/contracts/interfaces/utils/IRelayRecipient.sol",
49
49
  "exportedSymbols": {
50
50
  "IRelayRecipient": [
51
- 20600
51
+ 20722
52
52
  ]
53
53
  },
54
- "id": 20601,
54
+ "id": 20723,
55
55
  "license": "AGPLv3",
56
56
  "nodeType": "SourceUnit",
57
57
  "nodes": [
58
58
  {
59
- "id": 20584,
59
+ "id": 20706,
60
60
  "literals": [
61
61
  "solidity",
62
62
  ">=",
@@ -73,15 +73,15 @@
73
73
  "contractDependencies": [],
74
74
  "contractKind": "interface",
75
75
  "documentation": {
76
- "id": 20585,
76
+ "id": 20707,
77
77
  "nodeType": "StructuredDocumentation",
78
78
  "src": "171:232:57",
79
79
  "text": " @title Relay recipient interface\n @author Superfluid\n @dev A contract must implement this interface in order to support relayed transactions\n @dev It is better to inherit the BaseRelayRecipient as its implementation"
80
80
  },
81
81
  "fullyImplemented": false,
82
- "id": 20600,
82
+ "id": 20722,
83
83
  "linearizedBaseContracts": [
84
- 20600
84
+ 20722
85
85
  ],
86
86
  "name": "IRelayRecipient",
87
87
  "nameLocation": "414:15:57",
@@ -89,13 +89,13 @@
89
89
  "nodes": [
90
90
  {
91
91
  "documentation": {
92
- "id": 20586,
92
+ "id": 20708,
93
93
  "nodeType": "StructuredDocumentation",
94
94
  "src": "437:222:57",
95
95
  "text": " @notice Returns if the forwarder is trusted to forward relayed transactions to us.\n @dev the forwarder is required to verify the sender's signature, and verify\n the call is not a replay."
96
96
  },
97
97
  "functionSelector": "572b6c05",
98
- "id": 20593,
98
+ "id": 20715,
99
99
  "implemented": false,
100
100
  "kind": "function",
101
101
  "modifiers": [],
@@ -103,17 +103,17 @@
103
103
  "nameLocation": "673:18:57",
104
104
  "nodeType": "FunctionDefinition",
105
105
  "parameters": {
106
- "id": 20589,
106
+ "id": 20711,
107
107
  "nodeType": "ParameterList",
108
108
  "parameters": [
109
109
  {
110
110
  "constant": false,
111
- "id": 20588,
111
+ "id": 20710,
112
112
  "mutability": "mutable",
113
113
  "name": "forwarder",
114
114
  "nameLocation": "700:9:57",
115
115
  "nodeType": "VariableDeclaration",
116
- "scope": 20593,
116
+ "scope": 20715,
117
117
  "src": "692:17:57",
118
118
  "stateVariable": false,
119
119
  "storageLocation": "default",
@@ -122,7 +122,7 @@
122
122
  "typeString": "address"
123
123
  },
124
124
  "typeName": {
125
- "id": 20587,
125
+ "id": 20709,
126
126
  "name": "address",
127
127
  "nodeType": "ElementaryTypeName",
128
128
  "src": "692:7:57",
@@ -138,17 +138,17 @@
138
138
  "src": "691:19:57"
139
139
  },
140
140
  "returnParameters": {
141
- "id": 20592,
141
+ "id": 20714,
142
142
  "nodeType": "ParameterList",
143
143
  "parameters": [
144
144
  {
145
145
  "constant": false,
146
- "id": 20591,
146
+ "id": 20713,
147
147
  "mutability": "mutable",
148
148
  "name": "",
149
149
  "nameLocation": "-1:-1:-1",
150
150
  "nodeType": "VariableDeclaration",
151
- "scope": 20593,
151
+ "scope": 20715,
152
152
  "src": "733:4:57",
153
153
  "stateVariable": false,
154
154
  "storageLocation": "default",
@@ -157,7 +157,7 @@
157
157
  "typeString": "bool"
158
158
  },
159
159
  "typeName": {
160
- "id": 20590,
160
+ "id": 20712,
161
161
  "name": "bool",
162
162
  "nodeType": "ElementaryTypeName",
163
163
  "src": "733:4:57",
@@ -171,7 +171,7 @@
171
171
  ],
172
172
  "src": "732:6:57"
173
173
  },
174
- "scope": 20600,
174
+ "scope": 20722,
175
175
  "src": "664:75:57",
176
176
  "stateMutability": "view",
177
177
  "virtual": false,
@@ -179,13 +179,13 @@
179
179
  },
180
180
  {
181
181
  "documentation": {
182
- "id": 20594,
182
+ "id": 20716,
183
183
  "nodeType": "StructuredDocumentation",
184
184
  "src": "745:203:57",
185
185
  "text": " @dev EIP 2771 version\n NOTE:\n - It is not clear if it is actually from the EIP 2771....\n - https://docs.biconomy.io/guides/enable-gasless-transactions/eip-2771"
186
186
  },
187
187
  "functionSelector": "486ff0cd",
188
- "id": 20599,
188
+ "id": 20721,
189
189
  "implemented": false,
190
190
  "kind": "function",
191
191
  "modifiers": [],
@@ -193,23 +193,23 @@
193
193
  "nameLocation": "962:16:57",
194
194
  "nodeType": "FunctionDefinition",
195
195
  "parameters": {
196
- "id": 20595,
196
+ "id": 20717,
197
197
  "nodeType": "ParameterList",
198
198
  "parameters": [],
199
199
  "src": "978:2:57"
200
200
  },
201
201
  "returnParameters": {
202
- "id": 20598,
202
+ "id": 20720,
203
203
  "nodeType": "ParameterList",
204
204
  "parameters": [
205
205
  {
206
206
  "constant": false,
207
- "id": 20597,
207
+ "id": 20719,
208
208
  "mutability": "mutable",
209
209
  "name": "",
210
210
  "nameLocation": "-1:-1:-1",
211
211
  "nodeType": "VariableDeclaration",
212
- "scope": 20599,
212
+ "scope": 20721,
213
213
  "src": "1004:13:57",
214
214
  "stateVariable": false,
215
215
  "storageLocation": "memory",
@@ -218,7 +218,7 @@
218
218
  "typeString": "string"
219
219
  },
220
220
  "typeName": {
221
- "id": 20596,
221
+ "id": 20718,
222
222
  "name": "string",
223
223
  "nodeType": "ElementaryTypeName",
224
224
  "src": "1004:6:57",
@@ -232,14 +232,14 @@
232
232
  ],
233
233
  "src": "1003:15:57"
234
234
  },
235
- "scope": 20600,
235
+ "scope": 20722,
236
236
  "src": "953:66:57",
237
237
  "stateMutability": "view",
238
238
  "virtual": false,
239
239
  "visibility": "external"
240
240
  }
241
241
  ],
242
- "scope": 20601,
242
+ "scope": 20723,
243
243
  "src": "404:617:57",
244
244
  "usedErrors": []
245
245
  }
@@ -252,7 +252,7 @@
252
252
  },
253
253
  "networks": {},
254
254
  "schemaVersion": "3.4.8",
255
- "updatedAt": "2022-08-29T16:08:02.425Z",
255
+ "updatedAt": "2022-08-30T13:03:13.370Z",
256
256
  "devdoc": {
257
257
  "author": "Superfluid",
258
258
  "details": "A contract must implement this interface in order to support relayed transactionsIt is better to inherit the BaseRelayRecipient as its implementation",
@@ -72,15 +72,15 @@
72
72
  "absolutePath": "project:/contracts/interfaces/utils/IResolver.sol",
73
73
  "exportedSymbols": {
74
74
  "IResolver": [
75
- 20626
75
+ 20748
76
76
  ]
77
77
  },
78
- "id": 20627,
78
+ "id": 20749,
79
79
  "license": "AGPLv3",
80
80
  "nodeType": "SourceUnit",
81
81
  "nodes": [
82
82
  {
83
- "id": 20602,
83
+ "id": 20724,
84
84
  "literals": [
85
85
  "solidity",
86
86
  ">=",
@@ -97,15 +97,15 @@
97
97
  "contractDependencies": [],
98
98
  "contractKind": "interface",
99
99
  "documentation": {
100
- "id": 20603,
100
+ "id": 20725,
101
101
  "nodeType": "StructuredDocumentation",
102
102
  "src": "62:84:58",
103
103
  "text": " @title Abstraction for an address resolver contract\n @author Superfluid"
104
104
  },
105
105
  "fullyImplemented": false,
106
- "id": 20626,
106
+ "id": 20748,
107
107
  "linearizedBaseContracts": [
108
- 20626
108
+ 20748
109
109
  ],
110
110
  "name": "IResolver",
111
111
  "nameLocation": "157:9:58",
@@ -114,23 +114,23 @@
114
114
  {
115
115
  "anonymous": false,
116
116
  "eventSelector": "496595ced95720268cf8bc60bae3f35024ff2a130f73ac4e20f5c1eaca35db99",
117
- "id": 20609,
117
+ "id": 20731,
118
118
  "name": "Set",
119
119
  "nameLocation": "180:3:58",
120
120
  "nodeType": "EventDefinition",
121
121
  "parameters": {
122
- "id": 20608,
122
+ "id": 20730,
123
123
  "nodeType": "ParameterList",
124
124
  "parameters": [
125
125
  {
126
126
  "constant": false,
127
- "id": 20605,
127
+ "id": 20727,
128
128
  "indexed": true,
129
129
  "mutability": "mutable",
130
130
  "name": "name",
131
131
  "nameLocation": "199:4:58",
132
132
  "nodeType": "VariableDeclaration",
133
- "scope": 20609,
133
+ "scope": 20731,
134
134
  "src": "184:19:58",
135
135
  "stateVariable": false,
136
136
  "storageLocation": "default",
@@ -139,7 +139,7 @@
139
139
  "typeString": "string"
140
140
  },
141
141
  "typeName": {
142
- "id": 20604,
142
+ "id": 20726,
143
143
  "name": "string",
144
144
  "nodeType": "ElementaryTypeName",
145
145
  "src": "184:6:58",
@@ -152,13 +152,13 @@
152
152
  },
153
153
  {
154
154
  "constant": false,
155
- "id": 20607,
155
+ "id": 20729,
156
156
  "indexed": false,
157
157
  "mutability": "mutable",
158
158
  "name": "target",
159
159
  "nameLocation": "213:6:58",
160
160
  "nodeType": "VariableDeclaration",
161
- "scope": 20609,
161
+ "scope": 20731,
162
162
  "src": "205:14:58",
163
163
  "stateVariable": false,
164
164
  "storageLocation": "default",
@@ -167,7 +167,7 @@
167
167
  "typeString": "address"
168
168
  },
169
169
  "typeName": {
170
- "id": 20606,
170
+ "id": 20728,
171
171
  "name": "address",
172
172
  "nodeType": "ElementaryTypeName",
173
173
  "src": "205:7:58",
@@ -186,13 +186,13 @@
186
186
  },
187
187
  {
188
188
  "documentation": {
189
- "id": 20610,
189
+ "id": 20732,
190
190
  "nodeType": "StructuredDocumentation",
191
191
  "src": "227:49:58",
192
192
  "text": " @dev Set resolver address name"
193
193
  },
194
194
  "functionSelector": "a815ff15",
195
- "id": 20617,
195
+ "id": 20739,
196
196
  "implemented": false,
197
197
  "kind": "function",
198
198
  "modifiers": [],
@@ -200,17 +200,17 @@
200
200
  "nameLocation": "290:3:58",
201
201
  "nodeType": "FunctionDefinition",
202
202
  "parameters": {
203
- "id": 20615,
203
+ "id": 20737,
204
204
  "nodeType": "ParameterList",
205
205
  "parameters": [
206
206
  {
207
207
  "constant": false,
208
- "id": 20612,
208
+ "id": 20734,
209
209
  "mutability": "mutable",
210
210
  "name": "name",
211
211
  "nameLocation": "310:4:58",
212
212
  "nodeType": "VariableDeclaration",
213
- "scope": 20617,
213
+ "scope": 20739,
214
214
  "src": "294:20:58",
215
215
  "stateVariable": false,
216
216
  "storageLocation": "calldata",
@@ -219,7 +219,7 @@
219
219
  "typeString": "string"
220
220
  },
221
221
  "typeName": {
222
- "id": 20611,
222
+ "id": 20733,
223
223
  "name": "string",
224
224
  "nodeType": "ElementaryTypeName",
225
225
  "src": "294:6:58",
@@ -232,12 +232,12 @@
232
232
  },
233
233
  {
234
234
  "constant": false,
235
- "id": 20614,
235
+ "id": 20736,
236
236
  "mutability": "mutable",
237
237
  "name": "target",
238
238
  "nameLocation": "324:6:58",
239
239
  "nodeType": "VariableDeclaration",
240
- "scope": 20617,
240
+ "scope": 20739,
241
241
  "src": "316:14:58",
242
242
  "stateVariable": false,
243
243
  "storageLocation": "default",
@@ -246,7 +246,7 @@
246
246
  "typeString": "address"
247
247
  },
248
248
  "typeName": {
249
- "id": 20613,
249
+ "id": 20735,
250
250
  "name": "address",
251
251
  "nodeType": "ElementaryTypeName",
252
252
  "src": "316:7:58",
@@ -262,12 +262,12 @@
262
262
  "src": "293:38:58"
263
263
  },
264
264
  "returnParameters": {
265
- "id": 20616,
265
+ "id": 20738,
266
266
  "nodeType": "ParameterList",
267
267
  "parameters": [],
268
268
  "src": "340:0:58"
269
269
  },
270
- "scope": 20626,
270
+ "scope": 20748,
271
271
  "src": "281:60:58",
272
272
  "stateMutability": "nonpayable",
273
273
  "virtual": false,
@@ -275,13 +275,13 @@
275
275
  },
276
276
  {
277
277
  "documentation": {
278
- "id": 20618,
278
+ "id": 20740,
279
279
  "nodeType": "StructuredDocumentation",
280
280
  "src": "347:43:58",
281
281
  "text": " @dev Get address by name"
282
282
  },
283
283
  "functionSelector": "693ec85e",
284
- "id": 20625,
284
+ "id": 20747,
285
285
  "implemented": false,
286
286
  "kind": "function",
287
287
  "modifiers": [],
@@ -289,17 +289,17 @@
289
289
  "nameLocation": "404:3:58",
290
290
  "nodeType": "FunctionDefinition",
291
291
  "parameters": {
292
- "id": 20621,
292
+ "id": 20743,
293
293
  "nodeType": "ParameterList",
294
294
  "parameters": [
295
295
  {
296
296
  "constant": false,
297
- "id": 20620,
297
+ "id": 20742,
298
298
  "mutability": "mutable",
299
299
  "name": "name",
300
300
  "nameLocation": "424:4:58",
301
301
  "nodeType": "VariableDeclaration",
302
- "scope": 20625,
302
+ "scope": 20747,
303
303
  "src": "408:20:58",
304
304
  "stateVariable": false,
305
305
  "storageLocation": "calldata",
@@ -308,7 +308,7 @@
308
308
  "typeString": "string"
309
309
  },
310
310
  "typeName": {
311
- "id": 20619,
311
+ "id": 20741,
312
312
  "name": "string",
313
313
  "nodeType": "ElementaryTypeName",
314
314
  "src": "408:6:58",
@@ -323,17 +323,17 @@
323
323
  "src": "407:22:58"
324
324
  },
325
325
  "returnParameters": {
326
- "id": 20624,
326
+ "id": 20746,
327
327
  "nodeType": "ParameterList",
328
328
  "parameters": [
329
329
  {
330
330
  "constant": false,
331
- "id": 20623,
331
+ "id": 20745,
332
332
  "mutability": "mutable",
333
333
  "name": "",
334
334
  "nameLocation": "-1:-1:-1",
335
335
  "nodeType": "VariableDeclaration",
336
- "scope": 20625,
336
+ "scope": 20747,
337
337
  "src": "453:7:58",
338
338
  "stateVariable": false,
339
339
  "storageLocation": "default",
@@ -342,7 +342,7 @@
342
342
  "typeString": "address"
343
343
  },
344
344
  "typeName": {
345
- "id": 20622,
345
+ "id": 20744,
346
346
  "name": "address",
347
347
  "nodeType": "ElementaryTypeName",
348
348
  "src": "453:7:58",
@@ -357,14 +357,14 @@
357
357
  ],
358
358
  "src": "452:9:58"
359
359
  },
360
- "scope": 20626,
360
+ "scope": 20748,
361
361
  "src": "395:67:58",
362
362
  "stateMutability": "view",
363
363
  "virtual": false,
364
364
  "visibility": "external"
365
365
  }
366
366
  ],
367
- "scope": 20627,
367
+ "scope": 20749,
368
368
  "src": "147:318:58",
369
369
  "usedErrors": []
370
370
  }
@@ -377,7 +377,7 @@
377
377
  },
378
378
  "networks": {},
379
379
  "schemaVersion": "3.4.8",
380
- "updatedAt": "2022-08-29T16:08:02.426Z",
380
+ "updatedAt": "2022-08-30T13:03:13.371Z",
381
381
  "devdoc": {
382
382
  "author": "Superfluid",
383
383
  "kind": "dev",