@superfluid-finance/ethereum-contracts 1.3.2-dev.32db5c3.0 → 1.3.2-dev.5081272.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 (111) 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 +9 -9
  5. package/build/contracts/AgreementLibrary.json +1 -1
  6. package/build/contracts/BaseRelayRecipient.json +112 -112
  7. package/build/contracts/BatchLiquidator.json +1043 -1043
  8. package/build/contracts/BatchOperation.json +1 -1
  9. package/build/contracts/CFAv1Forwarder.json +2042 -2042
  10. package/build/contracts/CFAv1Library.json +1 -1
  11. package/build/contracts/CallUtils.json +478 -478
  12. package/build/contracts/ClosingOnUpdateFlowTestApp.json +3618 -3618
  13. package/build/contracts/ConstantFlowAgreementV1.json +5187 -5187
  14. package/build/contracts/Context.json +1 -1
  15. package/build/contracts/ContextDefinitions.json +1 -1
  16. package/build/contracts/Create2.json +1 -1
  17. package/build/contracts/CustomSuperTokenBase.json +1 -1
  18. package/build/contracts/ERC165.json +1 -1
  19. package/build/contracts/ERC1820Implementer.json +79 -79
  20. package/build/contracts/ERC1820RegistryCompiled.json +43 -43
  21. package/build/contracts/ERC20.json +1008 -1008
  22. package/build/contracts/ERC20Burnable.json +1 -1
  23. package/build/contracts/ERC20Pausable.json +1 -1
  24. package/build/contracts/ERC20PresetMinterPauser.json +1816 -1816
  25. package/build/contracts/ERC20WithTokenInfo.json +6 -6
  26. package/build/contracts/ERC777Helper.json +660 -660
  27. package/build/contracts/ERC777RecipientDrainingGas.json +1871 -1871
  28. package/build/contracts/ERC777RecipientReverting.json +1893 -1893
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +82 -82
  31. package/build/contracts/ExclusiveInflowTestApp.json +3646 -3646
  32. package/build/contracts/FixedSizeData.json +405 -405
  33. package/build/contracts/FlowExchangeTestApp.json +3756 -3756
  34. package/build/contracts/FlowOperatorDefinitions.json +1 -1
  35. package/build/contracts/FullUpgradableSuperTokenProxy.json +303 -303
  36. package/build/contracts/IAccessControl.json +1 -1
  37. package/build/contracts/IAccessControlEnumerable.json +1 -1
  38. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  39. package/build/contracts/IDAv1Library.json +1 -1
  40. package/build/contracts/IERC165.json +1 -1
  41. package/build/contracts/IERC1820Implementer.json +1 -1
  42. package/build/contracts/IERC1820Registry.json +1 -1
  43. package/build/contracts/IERC20.json +1 -1
  44. package/build/contracts/IERC20Metadata.json +1 -1
  45. package/build/contracts/IERC20Permit.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
  50. package/build/contracts/IMultiSigWallet.json +45 -45
  51. package/build/contracts/IPureSuperToken.json +63 -63
  52. package/build/contracts/IPureSuperTokenCustom.json +63 -63
  53. package/build/contracts/IRelayRecipient.json +49 -49
  54. package/build/contracts/IResolver.json +73 -73
  55. package/build/contracts/ISETH.json +73 -73
  56. package/build/contracts/ISETHCustom.json +73 -73
  57. package/build/contracts/ISuperAgreement.json +1 -1
  58. package/build/contracts/ISuperApp.json +1 -1
  59. package/build/contracts/ISuperToken.json +12 -12
  60. package/build/contracts/ISuperTokenFactory.json +1 -1
  61. package/build/contracts/ISuperfluid.json +4 -4
  62. package/build/contracts/ISuperfluidGovernance.json +1 -1
  63. package/build/contracts/ISuperfluidToken.json +1 -1
  64. package/build/contracts/ITOGAv1.json +2143 -2143
  65. package/build/contracts/ITOGAv2.json +2143 -2143
  66. package/build/contracts/Initializable.json +1 -1
  67. package/build/contracts/InstantDistributionAgreementV1.json +5442 -5442
  68. package/build/contracts/NonClosableOutflowTestApp.json +3521 -3521
  69. package/build/contracts/Ownable.json +1 -1
  70. package/build/contracts/Pausable.json +1 -1
  71. package/build/contracts/Proxy.json +1 -1
  72. package/build/contracts/PureSuperToken.json +697 -697
  73. package/build/contracts/Resolver.json +1066 -1066
  74. package/build/contracts/SETHProxy.json +666 -666
  75. package/build/contracts/SafeCast.json +1 -1
  76. package/build/contracts/SafeERC20.json +1 -1
  77. package/build/contracts/SafeMath.json +1 -1
  78. package/build/contracts/SelfDeletingFlowTestApp.json +3618 -3618
  79. package/build/contracts/SlotsBitmapLibrary.json +1754 -1754
  80. package/build/contracts/StreamRedirector.json +2989 -2989
  81. package/build/contracts/Strings.json +1 -1
  82. package/build/contracts/SuperAppBase.json +1 -1
  83. package/build/contracts/SuperAppDefinitions.json +1 -1
  84. package/build/contracts/SuperToken.json +9139 -9139
  85. package/build/contracts/SuperTokenFactory.json +2114 -2114
  86. package/build/contracts/SuperTokenFactoryBase.json +1012 -1012
  87. package/build/contracts/SuperTokenFactoryHelper.json +1116 -1116
  88. package/build/contracts/SuperUpgrader.json +2492 -2492
  89. package/build/contracts/Superfluid.json +12888 -12888
  90. package/build/contracts/SuperfluidFrameworkDeployer.json +2420 -2420
  91. package/build/contracts/SuperfluidGovernanceBase.json +20 -20
  92. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  93. package/build/contracts/SuperfluidGovernanceII.json +2613 -2613
  94. package/build/contracts/SuperfluidGovernanceIIProxy.json +224 -224
  95. package/build/contracts/SuperfluidLoader.json +767 -767
  96. package/build/contracts/SuperfluidToken.json +2331 -2331
  97. package/build/contracts/TOGA.json +4118 -4118
  98. package/build/contracts/TestGovernance.json +2886 -2886
  99. package/build/contracts/TestToken.json +1254 -1254
  100. package/build/contracts/TokenCustodian.json +903 -903
  101. package/build/contracts/TokenInfo.json +58 -58
  102. package/build/contracts/UUPSProxiable.json +247 -247
  103. package/build/contracts/UUPSProxy.json +257 -257
  104. package/build/contracts/UUPSUtils.json +85 -85
  105. package/package.json +2 -2
  106. package/build/contracts/IMaticBridgedNativeSuperToken.json +0 -2413
  107. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +0 -508
  108. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +0 -5567
  109. package/contracts/interfaces/tokens/IMaticBridgedNativeSuperToken.sol +0 -29
  110. package/contracts/tokens/MaticBridgedNativeSuperToken.sol +0 -46
  111. package/scripts/deploy-matic-bridged-native-super-token.js +0 -75
@@ -49,21 +49,21 @@
49
49
  "absolutePath": "project:/contracts/interfaces/tokens/ISETH.sol",
50
50
  "exportedSymbols": {
51
51
  "ISETH": [
52
- 21422
52
+ 21385
53
53
  ],
54
54
  "ISETHCustom": [
55
- 21416
55
+ 21379
56
56
  ],
57
57
  "ISuperToken": [
58
58
  20369
59
59
  ]
60
60
  },
61
- "id": 21423,
61
+ "id": 21386,
62
62
  "license": "AGPLv3",
63
63
  "nodeType": "SourceUnit",
64
64
  "nodes": [
65
65
  {
66
- "id": 21399,
66
+ "id": 21362,
67
67
  "literals": [
68
68
  "solidity",
69
69
  ">=",
@@ -71,26 +71,26 @@
71
71
  ".0"
72
72
  ],
73
73
  "nodeType": "PragmaDirective",
74
- "src": "35:25:55"
74
+ "src": "35:25:54"
75
75
  },
76
76
  {
77
77
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
78
78
  "file": "../superfluid/ISuperToken.sol",
79
- "id": 21401,
79
+ "id": 21364,
80
80
  "nameLocation": "-1:-1:-1",
81
81
  "nodeType": "ImportDirective",
82
- "scope": 21423,
82
+ "scope": 21386,
83
83
  "sourceUnit": 20370,
84
- "src": "62:60:55",
84
+ "src": "62:60:54",
85
85
  "symbolAliases": [
86
86
  {
87
87
  "foreign": {
88
- "id": 21400,
88
+ "id": 21363,
89
89
  "name": "ISuperToken",
90
90
  "nodeType": "Identifier",
91
91
  "overloadedDeclarations": [],
92
92
  "referencedDeclaration": 20369,
93
- "src": "71:11:55",
93
+ "src": "71:11:54",
94
94
  "typeDescriptions": {}
95
95
  },
96
96
  "nameLocation": "-1:-1:-1"
@@ -105,69 +105,69 @@
105
105
  "contractDependencies": [],
106
106
  "contractKind": "interface",
107
107
  "documentation": {
108
- "id": 21402,
108
+ "id": 21365,
109
109
  "nodeType": "StructuredDocumentation",
110
- "src": "125:79:55",
110
+ "src": "125:79:54",
111
111
  "text": " @title Super ETH (SETH) custom token interface\n @author Superfluid"
112
112
  },
113
113
  "fullyImplemented": false,
114
- "id": 21416,
114
+ "id": 21379,
115
115
  "linearizedBaseContracts": [
116
- 21416
116
+ 21379
117
117
  ],
118
118
  "name": "ISETHCustom",
119
- "nameLocation": "215:11:55",
119
+ "nameLocation": "215:11:54",
120
120
  "nodeType": "ContractDefinition",
121
121
  "nodes": [
122
122
  {
123
123
  "functionSelector": "cf81464b",
124
- "id": 21405,
124
+ "id": 21368,
125
125
  "implemented": false,
126
126
  "kind": "function",
127
127
  "modifiers": [],
128
128
  "name": "upgradeByETH",
129
- "nameLocation": "268:12:55",
129
+ "nameLocation": "268:12:54",
130
130
  "nodeType": "FunctionDefinition",
131
131
  "parameters": {
132
- "id": 21403,
132
+ "id": 21366,
133
133
  "nodeType": "ParameterList",
134
134
  "parameters": [],
135
- "src": "280:2:55"
135
+ "src": "280:2:54"
136
136
  },
137
137
  "returnParameters": {
138
- "id": 21404,
138
+ "id": 21367,
139
139
  "nodeType": "ParameterList",
140
140
  "parameters": [],
141
- "src": "299:0:55"
141
+ "src": "299:0:54"
142
142
  },
143
- "scope": 21416,
144
- "src": "259:41:55",
143
+ "scope": 21379,
144
+ "src": "259:41:54",
145
145
  "stateMutability": "payable",
146
146
  "virtual": false,
147
147
  "visibility": "external"
148
148
  },
149
149
  {
150
150
  "functionSelector": "7687d19b",
151
- "id": 21410,
151
+ "id": 21373,
152
152
  "implemented": false,
153
153
  "kind": "function",
154
154
  "modifiers": [],
155
155
  "name": "upgradeByETHTo",
156
- "nameLocation": "314:14:55",
156
+ "nameLocation": "314:14:54",
157
157
  "nodeType": "FunctionDefinition",
158
158
  "parameters": {
159
- "id": 21408,
159
+ "id": 21371,
160
160
  "nodeType": "ParameterList",
161
161
  "parameters": [
162
162
  {
163
163
  "constant": false,
164
- "id": 21407,
164
+ "id": 21370,
165
165
  "mutability": "mutable",
166
166
  "name": "to",
167
- "nameLocation": "337:2:55",
167
+ "nameLocation": "337:2:54",
168
168
  "nodeType": "VariableDeclaration",
169
- "scope": 21410,
170
- "src": "329:10:55",
169
+ "scope": 21373,
170
+ "src": "329:10:54",
171
171
  "stateVariable": false,
172
172
  "storageLocation": "default",
173
173
  "typeDescriptions": {
@@ -175,10 +175,10 @@
175
175
  "typeString": "address"
176
176
  },
177
177
  "typeName": {
178
- "id": 21406,
178
+ "id": 21369,
179
179
  "name": "address",
180
180
  "nodeType": "ElementaryTypeName",
181
- "src": "329:7:55",
181
+ "src": "329:7:54",
182
182
  "stateMutability": "nonpayable",
183
183
  "typeDescriptions": {
184
184
  "typeIdentifier": "t_address",
@@ -188,42 +188,42 @@
188
188
  "visibility": "internal"
189
189
  }
190
190
  ],
191
- "src": "328:12:55"
191
+ "src": "328:12:54"
192
192
  },
193
193
  "returnParameters": {
194
- "id": 21409,
194
+ "id": 21372,
195
195
  "nodeType": "ParameterList",
196
196
  "parameters": [],
197
- "src": "357:0:55"
197
+ "src": "357:0:54"
198
198
  },
199
- "scope": 21416,
200
- "src": "305:53:55",
199
+ "scope": 21379,
200
+ "src": "305:53:54",
201
201
  "stateMutability": "payable",
202
202
  "virtual": false,
203
203
  "visibility": "external"
204
204
  },
205
205
  {
206
206
  "functionSelector": "160e8be3",
207
- "id": 21415,
207
+ "id": 21378,
208
208
  "implemented": false,
209
209
  "kind": "function",
210
210
  "modifiers": [],
211
211
  "name": "downgradeToETH",
212
- "nameLocation": "372:14:55",
212
+ "nameLocation": "372:14:54",
213
213
  "nodeType": "FunctionDefinition",
214
214
  "parameters": {
215
- "id": 21413,
215
+ "id": 21376,
216
216
  "nodeType": "ParameterList",
217
217
  "parameters": [
218
218
  {
219
219
  "constant": false,
220
- "id": 21412,
220
+ "id": 21375,
221
221
  "mutability": "mutable",
222
222
  "name": "wad",
223
- "nameLocation": "392:3:55",
223
+ "nameLocation": "392:3:54",
224
224
  "nodeType": "VariableDeclaration",
225
- "scope": 21415,
226
- "src": "387:8:55",
225
+ "scope": 21378,
226
+ "src": "387:8:54",
227
227
  "stateVariable": false,
228
228
  "storageLocation": "default",
229
229
  "typeDescriptions": {
@@ -231,10 +231,10 @@
231
231
  "typeString": "uint256"
232
232
  },
233
233
  "typeName": {
234
- "id": 21411,
234
+ "id": 21374,
235
235
  "name": "uint",
236
236
  "nodeType": "ElementaryTypeName",
237
- "src": "387:4:55",
237
+ "src": "387:4:54",
238
238
  "typeDescriptions": {
239
239
  "typeIdentifier": "t_uint256",
240
240
  "typeString": "uint256"
@@ -243,23 +243,23 @@
243
243
  "visibility": "internal"
244
244
  }
245
245
  ],
246
- "src": "386:10:55"
246
+ "src": "386:10:54"
247
247
  },
248
248
  "returnParameters": {
249
- "id": 21414,
249
+ "id": 21377,
250
250
  "nodeType": "ParameterList",
251
251
  "parameters": [],
252
- "src": "405:0:55"
252
+ "src": "405:0:54"
253
253
  },
254
- "scope": 21416,
255
- "src": "363:43:55",
254
+ "scope": 21379,
255
+ "src": "363:43:54",
256
256
  "stateMutability": "nonpayable",
257
257
  "virtual": false,
258
258
  "visibility": "external"
259
259
  }
260
260
  ],
261
- "scope": 21423,
262
- "src": "205:203:55",
261
+ "scope": 21386,
262
+ "src": "205:203:54",
263
263
  "usedErrors": []
264
264
  },
265
265
  {
@@ -267,59 +267,59 @@
267
267
  "baseContracts": [
268
268
  {
269
269
  "baseName": {
270
- "id": 21418,
270
+ "id": 21381,
271
271
  "name": "ISETHCustom",
272
272
  "nodeType": "IdentifierPath",
273
- "referencedDeclaration": 21416,
274
- "src": "546:11:55"
273
+ "referencedDeclaration": 21379,
274
+ "src": "546:11:54"
275
275
  },
276
- "id": 21419,
276
+ "id": 21382,
277
277
  "nodeType": "InheritanceSpecifier",
278
- "src": "546:11:55"
278
+ "src": "546:11:54"
279
279
  },
280
280
  {
281
281
  "baseName": {
282
- "id": 21420,
282
+ "id": 21383,
283
283
  "name": "ISuperToken",
284
284
  "nodeType": "IdentifierPath",
285
285
  "referencedDeclaration": 20369,
286
- "src": "559:11:55"
286
+ "src": "559:11:54"
287
287
  },
288
- "id": 21421,
288
+ "id": 21384,
289
289
  "nodeType": "InheritanceSpecifier",
290
- "src": "559:11:55"
290
+ "src": "559:11:54"
291
291
  }
292
292
  ],
293
293
  "canonicalName": "ISETH",
294
294
  "contractDependencies": [],
295
295
  "contractKind": "interface",
296
296
  "documentation": {
297
- "id": 21417,
297
+ "id": 21380,
298
298
  "nodeType": "StructuredDocumentation",
299
- "src": "410:71:55",
299
+ "src": "410:71:54",
300
300
  "text": " @title Super ETH (SETH) full interface\n @author Superfluid"
301
301
  },
302
302
  "fullyImplemented": false,
303
- "id": 21422,
303
+ "id": 21385,
304
304
  "linearizedBaseContracts": [
305
- 21422,
305
+ 21385,
306
306
  20369,
307
307
  2352,
308
308
  1630,
309
- 21444,
309
+ 21407,
310
310
  21327,
311
- 21416
311
+ 21379
312
312
  ],
313
313
  "name": "ISETH",
314
- "nameLocation": "537:5:55",
314
+ "nameLocation": "537:5:54",
315
315
  "nodeType": "ContractDefinition",
316
316
  "nodes": [],
317
- "scope": 21423,
318
- "src": "527:46:55",
317
+ "scope": 21386,
318
+ "src": "527:46:54",
319
319
  "usedErrors": []
320
320
  }
321
321
  ],
322
- "src": "35:539:55"
322
+ "src": "35:539:54"
323
323
  },
324
324
  "compiler": {
325
325
  "name": "solc",
@@ -327,7 +327,7 @@
327
327
  },
328
328
  "networks": {},
329
329
  "schemaVersion": "3.4.8",
330
- "updatedAt": "2022-08-30T15:53:32.535Z",
330
+ "updatedAt": "2022-08-31T11:12:02.021Z",
331
331
  "devdoc": {
332
332
  "author": "Superfluid",
333
333
  "kind": "dev",
@@ -415,7 +415,7 @@
415
415
  },
416
416
  "networks": {},
417
417
  "schemaVersion": "3.4.8",
418
- "updatedAt": "2022-08-30T15:53:32.521Z",
418
+ "updatedAt": "2022-08-31T11:12:02.007Z",
419
419
  "devdoc": {
420
420
  "author": "Superfluid",
421
421
  "kind": "dev",
@@ -1657,7 +1657,7 @@
1657
1657
  },
1658
1658
  "networks": {},
1659
1659
  "schemaVersion": "3.4.8",
1660
- "updatedAt": "2022-08-30T15:53:32.522Z",
1660
+ "updatedAt": "2022-08-31T11:12:02.007Z",
1661
1661
  "devdoc": {
1662
1662
  "author": "Superfluid",
1663
1663
  "details": "Be aware of the app being jailed, when the word permitted is used.",
@@ -1600,7 +1600,7 @@
1600
1600
  21327
1601
1601
  ],
1602
1602
  "TokenInfo": [
1603
- 21444
1603
+ 21407
1604
1604
  ]
1605
1605
  },
1606
1606
  "id": 20370,
@@ -1675,7 +1675,7 @@
1675
1675
  "nameLocation": "-1:-1:-1",
1676
1676
  "nodeType": "ImportDirective",
1677
1677
  "scope": 20370,
1678
- "sourceUnit": 21445,
1678
+ "sourceUnit": 21408,
1679
1679
  "src": "170:52:47",
1680
1680
  "symbolAliases": [
1681
1681
  {
@@ -1684,7 +1684,7 @@
1684
1684
  "name": "TokenInfo",
1685
1685
  "nodeType": "Identifier",
1686
1686
  "overloadedDeclarations": [],
1687
- "referencedDeclaration": 21444,
1687
+ "referencedDeclaration": 21407,
1688
1688
  "src": "179:9:47",
1689
1689
  "typeDescriptions": {}
1690
1690
  },
@@ -1763,7 +1763,7 @@
1763
1763
  "id": 20009,
1764
1764
  "name": "TokenInfo",
1765
1765
  "nodeType": "IdentifierPath",
1766
- "referencedDeclaration": 21444,
1766
+ "referencedDeclaration": 21407,
1767
1767
  "src": "514:9:47"
1768
1768
  },
1769
1769
  "id": 20010,
@@ -1810,7 +1810,7 @@
1810
1810
  20369,
1811
1811
  2352,
1812
1812
  1630,
1813
- 21444,
1813
+ 21407,
1814
1814
  21327
1815
1815
  ],
1816
1816
  "name": "ISuperToken",
@@ -1969,7 +1969,7 @@
1969
1969
  {
1970
1970
  "baseFunctions": [
1971
1971
  2238,
1972
- 21431
1972
+ 21394
1973
1973
  ],
1974
1974
  "documentation": {
1975
1975
  "id": 20028,
@@ -2000,7 +2000,7 @@
2000
2000
  "id": 20031,
2001
2001
  "name": "TokenInfo",
2002
2002
  "nodeType": "IdentifierPath",
2003
- "referencedDeclaration": 21444,
2003
+ "referencedDeclaration": 21407,
2004
2004
  "src": "1053:9:47"
2005
2005
  }
2006
2006
  ],
@@ -2055,7 +2055,7 @@
2055
2055
  {
2056
2056
  "baseFunctions": [
2057
2057
  2244,
2058
- 21437
2058
+ 21400
2059
2059
  ],
2060
2060
  "documentation": {
2061
2061
  "id": 20037,
@@ -2086,7 +2086,7 @@
2086
2086
  "id": 20040,
2087
2087
  "name": "TokenInfo",
2088
2088
  "nodeType": "IdentifierPath",
2089
- "referencedDeclaration": 21444,
2089
+ "referencedDeclaration": 21407,
2090
2090
  "src": "1251:9:47"
2091
2091
  }
2092
2092
  ],
@@ -2140,7 +2140,7 @@
2140
2140
  },
2141
2141
  {
2142
2142
  "baseFunctions": [
2143
- 21443
2143
+ 21406
2144
2144
  ],
2145
2145
  "documentation": {
2146
2146
  "id": 20046,
@@ -2164,7 +2164,7 @@
2164
2164
  "id": 20048,
2165
2165
  "name": "TokenInfo",
2166
2166
  "nodeType": "IdentifierPath",
2167
- "referencedDeclaration": 21444,
2167
+ "referencedDeclaration": 21407,
2168
2168
  "src": "2009:9:47"
2169
2169
  }
2170
2170
  ],
@@ -5729,7 +5729,7 @@
5729
5729
  },
5730
5730
  "networks": {},
5731
5731
  "schemaVersion": "3.4.8",
5732
- "updatedAt": "2022-08-30T15:53:32.523Z",
5732
+ "updatedAt": "2022-08-31T11:12:02.008Z",
5733
5733
  "devdoc": {
5734
5734
  "author": "Superfluid",
5735
5735
  "events": {
@@ -1128,7 +1128,7 @@
1128
1128
  },
1129
1129
  "networks": {},
1130
1130
  "schemaVersion": "3.4.8",
1131
- "updatedAt": "2022-08-30T15:53:32.525Z",
1131
+ "updatedAt": "2022-08-31T11:12:02.011Z",
1132
1132
  "devdoc": {
1133
1133
  "author": "Superfluid",
1134
1134
  "events": {
@@ -1052,7 +1052,7 @@
1052
1052
  19850
1053
1053
  ],
1054
1054
  "TokenInfo": [
1055
- 21444
1055
+ 21407
1056
1056
  ]
1057
1057
  },
1058
1058
  "id": 20931,
@@ -1300,7 +1300,7 @@
1300
1300
  "nameLocation": "-1:-1:-1",
1301
1301
  "nodeType": "ImportDirective",
1302
1302
  "scope": 20931,
1303
- "sourceUnit": 21445,
1303
+ "sourceUnit": 21408,
1304
1304
  "src": "571:52:49",
1305
1305
  "symbolAliases": [
1306
1306
  {
@@ -1309,7 +1309,7 @@
1309
1309
  "name": "TokenInfo",
1310
1310
  "nodeType": "Identifier",
1311
1311
  "overloadedDeclarations": [],
1312
- "referencedDeclaration": 21444,
1312
+ "referencedDeclaration": 21407,
1313
1313
  "src": "580:9:49",
1314
1314
  "typeDescriptions": {}
1315
1315
  },
@@ -6330,7 +6330,7 @@
6330
6330
  },
6331
6331
  "networks": {},
6332
6332
  "schemaVersion": "3.4.8",
6333
- "updatedAt": "2022-08-30T15:53:32.526Z",
6333
+ "updatedAt": "2022-08-31T11:12:02.012Z",
6334
6334
  "devdoc": {
6335
6335
  "author": "Superfluid",
6336
6336
  "events": {
@@ -1621,7 +1621,7 @@
1621
1621
  },
1622
1622
  "networks": {},
1623
1623
  "schemaVersion": "3.4.8",
1624
- "updatedAt": "2022-08-30T15:53:32.528Z",
1624
+ "updatedAt": "2022-08-31T11:12:02.015Z",
1625
1625
  "devdoc": {
1626
1626
  "author": "Superfluid",
1627
1627
  "kind": "dev",
@@ -3918,7 +3918,7 @@
3918
3918
  },
3919
3919
  "networks": {},
3920
3920
  "schemaVersion": "3.4.8",
3921
- "updatedAt": "2022-08-30T15:53:32.529Z",
3921
+ "updatedAt": "2022-08-31T11:12:02.016Z",
3922
3922
  "devdoc": {
3923
3923
  "author": "Superfluid",
3924
3924
  "events": {