@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-c4f49240

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 (104) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/Callbacks.sol/Callbacks.json +45 -45
  3. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  4. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  5. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  6. package/out/Hooks.sol/Hooks.json +45 -45
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  9. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  10. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  11. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  13. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  14. package/out/IDelegationControl.sol/IDelegationControl.json +60 -60
  15. package/out/IModule.sol/IModule.json +76 -76
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  17. package/out/ISystemHook.sol/ISystemHook.json +82 -82
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  19. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +67 -67
  20. package/out/IWorldErrors.sol/IWorldErrors.json +136 -136
  21. package/out/IWorldKernel.sol/IWorldCall.json +149 -149
  22. package/out/IWorldKernel.sol/IWorldKernel.json +149 -149
  23. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  24. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +175 -175
  25. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  26. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  27. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  28. package/out/KeysInTableModule.sol/KeysInTableModule.json +534 -534
  29. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  30. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +996 -996
  31. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +423 -423
  32. package/out/Mixed.sol/Mixed.json +66 -66
  33. package/out/Module.sol/Module.json +73 -73
  34. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  35. package/out/Schema.sol/SchemaInstance.json +30 -30
  36. package/out/Schema.sol/SchemaLib.json +30 -30
  37. package/out/SchemaType.sol/SchemaType.json +276 -276
  38. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +300 -300
  39. package/out/StoreHook.sol/StoreHook.json +358 -358
  40. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  41. package/out/System.sol/System.json +18 -18
  42. package/out/Tables.sol/Tables.json +73 -73
  43. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  44. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  45. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  46. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +324 -324
  47. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  48. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  49. package/out/Vector2.sol/Vector2.json +52 -52
  50. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  51. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  52. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  53. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  54. package/out/constants.sol/constants.json +85 -85
  55. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  56. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  57. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  58. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  59. package/out/hasKey.sol/hasKey.json +130 -130
  60. package/out/index.sol/index.json +53 -53
  61. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  62. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  63. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +244 -171
  64. package/out/interfaces/IERC165.sol/IERC165.json +27 -27
  65. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +151 -151
  66. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +151 -151
  67. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +151 -151
  68. package/out/query.sol/query.json +1154 -1154
  69. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  70. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  71. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  72. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  73. package/out/src/IStore.sol/IStore.json +886 -886
  74. package/out/src/IStore.sol/IStoreData.json +886 -886
  75. package/out/src/IStore.sol/IStoreRead.json +886 -886
  76. package/out/src/IStore.sol/IStoreRegistration.json +886 -886
  77. package/out/src/IStore.sol/IStoreWrite.json +886 -886
  78. package/out/src/Memory.sol/Memory.json +89 -89
  79. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  80. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  81. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  82. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  83. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  84. package/out/src/Schema.sol/SchemaLib.json +787 -787
  85. package/out/src/Slice.sol/SliceInstance.json +429 -429
  86. package/out/src/Slice.sol/SliceLib.json +429 -429
  87. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  88. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  89. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  90. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  91. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  92. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  93. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  94. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  95. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  96. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  97. package/out/tables/Tables.sol/Tables.json +7288 -7288
  98. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  99. package/out/types.sol/types.json +131 -23
  100. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  101. package/package.json +8 -8
  102. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  103. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  104. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
@@ -207,26 +207,26 @@
207
207
  },
208
208
  "ast": {
209
209
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IWorldContextConsumer.sol",
210
- "id": 33546,
210
+ "id": 33557,
211
211
  "exportedSymbols": {
212
212
  "ERC165_INTERFACE_ID": [
213
- 33412
213
+ 33423
214
214
  ],
215
215
  "IERC165": [
216
- 33421
216
+ 33432
217
217
  ],
218
218
  "IWorldContextConsumer": [
219
- 33545
219
+ 33556
220
220
  ],
221
221
  "WORLD_CONTEXT_CONSUMER_INTERFACE_ID": [
222
- 33527
222
+ 33538
223
223
  ]
224
224
  },
225
225
  "nodeType": "SourceUnit",
226
226
  "src": "32:583:46",
227
227
  "nodes": [
228
228
  {
229
- "id": 33509,
229
+ "id": 33520,
230
230
  "nodeType": "PragmaDirective",
231
231
  "src": "32:25:46",
232
232
  "nodes": [],
@@ -238,23 +238,23 @@
238
238
  ]
239
239
  },
240
240
  {
241
- "id": 33512,
241
+ "id": 33523,
242
242
  "nodeType": "ImportDirective",
243
243
  "src": "59:61:46",
244
244
  "nodes": [],
245
245
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/interfaces/IERC165.sol",
246
246
  "file": "./IERC165.sol",
247
247
  "nameLocation": "-1:-1:-1",
248
- "scope": 33546,
249
- "sourceUnit": 33422,
248
+ "scope": 33557,
249
+ "sourceUnit": 33433,
250
250
  "symbolAliases": [
251
251
  {
252
252
  "foreign": {
253
- "id": 33510,
253
+ "id": 33521,
254
254
  "name": "IERC165",
255
255
  "nodeType": "Identifier",
256
256
  "overloadedDeclarations": [],
257
- "referencedDeclaration": 33421,
257
+ "referencedDeclaration": 33432,
258
258
  "src": "68:7:46",
259
259
  "typeDescriptions": {}
260
260
  },
@@ -262,11 +262,11 @@
262
262
  },
263
263
  {
264
264
  "foreign": {
265
- "id": 33511,
265
+ "id": 33522,
266
266
  "name": "ERC165_INTERFACE_ID",
267
267
  "nodeType": "Identifier",
268
268
  "overloadedDeclarations": [],
269
- "referencedDeclaration": 33412,
269
+ "referencedDeclaration": 33423,
270
270
  "src": "77:19:46",
271
271
  "typeDescriptions": {}
272
272
  },
@@ -276,7 +276,7 @@
276
276
  "unitAlias": ""
277
277
  },
278
278
  {
279
- "id": 33527,
279
+ "id": 33538,
280
280
  "nodeType": "VariableDeclaration",
281
281
  "src": "191:206:46",
282
282
  "nodes": [],
@@ -284,7 +284,7 @@
284
284
  "mutability": "constant",
285
285
  "name": "WORLD_CONTEXT_CONSUMER_INTERFACE_ID",
286
286
  "nameLocation": "207:35:46",
287
- "scope": 33546,
287
+ "scope": 33557,
288
288
  "stateVariable": false,
289
289
  "storageLocation": "default",
290
290
  "typeDescriptions": {
@@ -292,7 +292,7 @@
292
292
  "typeString": "bytes4"
293
293
  },
294
294
  "typeName": {
295
- "id": 33513,
295
+ "id": 33524,
296
296
  "name": "bytes4",
297
297
  "nodeType": "ElementaryTypeName",
298
298
  "src": "191:6:46",
@@ -306,7 +306,7 @@
306
306
  "typeIdentifier": "t_bytes4",
307
307
  "typeString": "bytes4"
308
308
  },
309
- "id": 33526,
309
+ "id": 33537,
310
310
  "isConstant": false,
311
311
  "isLValue": false,
312
312
  "isPure": true,
@@ -316,7 +316,7 @@
316
316
  "typeIdentifier": "t_bytes4",
317
317
  "typeString": "bytes4"
318
318
  },
319
- "id": 33524,
319
+ "id": 33535,
320
320
  "isConstant": false,
321
321
  "isLValue": false,
322
322
  "isPure": true,
@@ -326,7 +326,7 @@
326
326
  "typeIdentifier": "t_bytes4",
327
327
  "typeString": "bytes4"
328
328
  },
329
- "id": 33520,
329
+ "id": 33531,
330
330
  "isConstant": false,
331
331
  "isLValue": false,
332
332
  "isPure": true,
@@ -334,18 +334,18 @@
334
334
  "leftExpression": {
335
335
  "expression": {
336
336
  "expression": {
337
- "id": 33514,
337
+ "id": 33525,
338
338
  "name": "IWorldContextConsumer",
339
339
  "nodeType": "Identifier",
340
340
  "overloadedDeclarations": [],
341
- "referencedDeclaration": 33545,
341
+ "referencedDeclaration": 33556,
342
342
  "src": "245:21:46",
343
343
  "typeDescriptions": {
344
- "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33545_$",
344
+ "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33556_$",
345
345
  "typeString": "type(contract IWorldContextConsumer)"
346
346
  }
347
347
  },
348
- "id": 33515,
348
+ "id": 33526,
349
349
  "isConstant": false,
350
350
  "isLValue": false,
351
351
  "isPure": true,
@@ -353,14 +353,14 @@
353
353
  "memberLocation": "267:10:46",
354
354
  "memberName": "_msgSender",
355
355
  "nodeType": "MemberAccess",
356
- "referencedDeclaration": 33534,
356
+ "referencedDeclaration": 33545,
357
357
  "src": "245:32:46",
358
358
  "typeDescriptions": {
359
359
  "typeIdentifier": "t_function_declaration_view$__$returns$_t_address_$",
360
360
  "typeString": "function IWorldContextConsumer._msgSender() view returns (address)"
361
361
  }
362
362
  },
363
- "id": 33516,
363
+ "id": 33527,
364
364
  "isConstant": false,
365
365
  "isLValue": false,
366
366
  "isPure": true,
@@ -379,18 +379,18 @@
379
379
  "rightExpression": {
380
380
  "expression": {
381
381
  "expression": {
382
- "id": 33517,
382
+ "id": 33528,
383
383
  "name": "IWorldContextConsumer",
384
384
  "nodeType": "Identifier",
385
385
  "overloadedDeclarations": [],
386
- "referencedDeclaration": 33545,
386
+ "referencedDeclaration": 33556,
387
387
  "src": "291:21:46",
388
388
  "typeDescriptions": {
389
- "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33545_$",
389
+ "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33556_$",
390
390
  "typeString": "type(contract IWorldContextConsumer)"
391
391
  }
392
392
  },
393
- "id": 33518,
393
+ "id": 33529,
394
394
  "isConstant": false,
395
395
  "isLValue": false,
396
396
  "isPure": true,
@@ -398,14 +398,14 @@
398
398
  "memberLocation": "313:9:46",
399
399
  "memberName": "_msgValue",
400
400
  "nodeType": "MemberAccess",
401
- "referencedDeclaration": 33539,
401
+ "referencedDeclaration": 33550,
402
402
  "src": "291:31:46",
403
403
  "typeDescriptions": {
404
404
  "typeIdentifier": "t_function_declaration_view$__$returns$_t_uint256_$",
405
405
  "typeString": "function IWorldContextConsumer._msgValue() view returns (uint256)"
406
406
  }
407
407
  },
408
- "id": 33519,
408
+ "id": 33530,
409
409
  "isConstant": false,
410
410
  "isLValue": false,
411
411
  "isPure": true,
@@ -430,18 +430,18 @@
430
430
  "rightExpression": {
431
431
  "expression": {
432
432
  "expression": {
433
- "id": 33521,
433
+ "id": 33532,
434
434
  "name": "IWorldContextConsumer",
435
435
  "nodeType": "Identifier",
436
436
  "overloadedDeclarations": [],
437
- "referencedDeclaration": 33545,
437
+ "referencedDeclaration": 33556,
438
438
  "src": "336:21:46",
439
439
  "typeDescriptions": {
440
- "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33545_$",
440
+ "typeIdentifier": "t_type$_t_contract$_IWorldContextConsumer_$33556_$",
441
441
  "typeString": "type(contract IWorldContextConsumer)"
442
442
  }
443
443
  },
444
- "id": 33522,
444
+ "id": 33533,
445
445
  "isConstant": false,
446
446
  "isLValue": false,
447
447
  "isPure": true,
@@ -449,14 +449,14 @@
449
449
  "memberLocation": "358:6:46",
450
450
  "memberName": "_world",
451
451
  "nodeType": "MemberAccess",
452
- "referencedDeclaration": 33544,
452
+ "referencedDeclaration": 33555,
453
453
  "src": "336:28:46",
454
454
  "typeDescriptions": {
455
455
  "typeIdentifier": "t_function_declaration_view$__$returns$_t_address_$",
456
456
  "typeString": "function IWorldContextConsumer._world() view returns (address)"
457
457
  }
458
458
  },
459
- "id": 33523,
459
+ "id": 33534,
460
460
  "isConstant": false,
461
461
  "isLValue": false,
462
462
  "isPure": true,
@@ -479,11 +479,11 @@
479
479
  "nodeType": "BinaryOperation",
480
480
  "operator": "^",
481
481
  "rightExpression": {
482
- "id": 33525,
482
+ "id": 33536,
483
483
  "name": "ERC165_INTERFACE_ID",
484
484
  "nodeType": "Identifier",
485
485
  "overloadedDeclarations": [],
486
- "referencedDeclaration": 33412,
486
+ "referencedDeclaration": 33423,
487
487
  "src": "378:19:46",
488
488
  "typeDescriptions": {
489
489
  "typeIdentifier": "t_bytes4",
@@ -499,12 +499,12 @@
499
499
  "visibility": "internal"
500
500
  },
501
501
  {
502
- "id": 33545,
502
+ "id": 33556,
503
503
  "nodeType": "ContractDefinition",
504
504
  "src": "400:214:46",
505
505
  "nodes": [
506
506
  {
507
- "id": 33534,
507
+ "id": 33545,
508
508
  "nodeType": "FunctionDefinition",
509
509
  "src": "447:54:46",
510
510
  "nodes": [],
@@ -515,23 +515,23 @@
515
515
  "name": "_msgSender",
516
516
  "nameLocation": "456:10:46",
517
517
  "parameters": {
518
- "id": 33530,
518
+ "id": 33541,
519
519
  "nodeType": "ParameterList",
520
520
  "parameters": [],
521
521
  "src": "466:2:46"
522
522
  },
523
523
  "returnParameters": {
524
- "id": 33533,
524
+ "id": 33544,
525
525
  "nodeType": "ParameterList",
526
526
  "parameters": [
527
527
  {
528
528
  "constant": false,
529
- "id": 33532,
529
+ "id": 33543,
530
530
  "mutability": "mutable",
531
531
  "name": "",
532
532
  "nameLocation": "-1:-1:-1",
533
533
  "nodeType": "VariableDeclaration",
534
- "scope": 33534,
534
+ "scope": 33545,
535
535
  "src": "492:7:46",
536
536
  "stateVariable": false,
537
537
  "storageLocation": "default",
@@ -540,7 +540,7 @@
540
540
  "typeString": "address"
541
541
  },
542
542
  "typeName": {
543
- "id": 33531,
543
+ "id": 33542,
544
544
  "name": "address",
545
545
  "nodeType": "ElementaryTypeName",
546
546
  "src": "492:7:46",
@@ -555,13 +555,13 @@
555
555
  ],
556
556
  "src": "491:9:46"
557
557
  },
558
- "scope": 33545,
558
+ "scope": 33556,
559
559
  "stateMutability": "view",
560
560
  "virtual": false,
561
561
  "visibility": "external"
562
562
  },
563
563
  {
564
- "id": 33539,
564
+ "id": 33550,
565
565
  "nodeType": "FunctionDefinition",
566
566
  "src": "505:53:46",
567
567
  "nodes": [],
@@ -572,23 +572,23 @@
572
572
  "name": "_msgValue",
573
573
  "nameLocation": "514:9:46",
574
574
  "parameters": {
575
- "id": 33535,
575
+ "id": 33546,
576
576
  "nodeType": "ParameterList",
577
577
  "parameters": [],
578
578
  "src": "523:2:46"
579
579
  },
580
580
  "returnParameters": {
581
- "id": 33538,
581
+ "id": 33549,
582
582
  "nodeType": "ParameterList",
583
583
  "parameters": [
584
584
  {
585
585
  "constant": false,
586
- "id": 33537,
586
+ "id": 33548,
587
587
  "mutability": "mutable",
588
588
  "name": "",
589
589
  "nameLocation": "-1:-1:-1",
590
590
  "nodeType": "VariableDeclaration",
591
- "scope": 33539,
591
+ "scope": 33550,
592
592
  "src": "549:7:46",
593
593
  "stateVariable": false,
594
594
  "storageLocation": "default",
@@ -597,7 +597,7 @@
597
597
  "typeString": "uint256"
598
598
  },
599
599
  "typeName": {
600
- "id": 33536,
600
+ "id": 33547,
601
601
  "name": "uint256",
602
602
  "nodeType": "ElementaryTypeName",
603
603
  "src": "549:7:46",
@@ -611,13 +611,13 @@
611
611
  ],
612
612
  "src": "548:9:46"
613
613
  },
614
- "scope": 33545,
614
+ "scope": 33556,
615
615
  "stateMutability": "view",
616
616
  "virtual": false,
617
617
  "visibility": "external"
618
618
  },
619
619
  {
620
- "id": 33544,
620
+ "id": 33555,
621
621
  "nodeType": "FunctionDefinition",
622
622
  "src": "562:50:46",
623
623
  "nodes": [],
@@ -628,23 +628,23 @@
628
628
  "name": "_world",
629
629
  "nameLocation": "571:6:46",
630
630
  "parameters": {
631
- "id": 33540,
631
+ "id": 33551,
632
632
  "nodeType": "ParameterList",
633
633
  "parameters": [],
634
634
  "src": "577:2:46"
635
635
  },
636
636
  "returnParameters": {
637
- "id": 33543,
637
+ "id": 33554,
638
638
  "nodeType": "ParameterList",
639
639
  "parameters": [
640
640
  {
641
641
  "constant": false,
642
- "id": 33542,
642
+ "id": 33553,
643
643
  "mutability": "mutable",
644
644
  "name": "",
645
645
  "nameLocation": "-1:-1:-1",
646
646
  "nodeType": "VariableDeclaration",
647
- "scope": 33544,
647
+ "scope": 33555,
648
648
  "src": "603:7:46",
649
649
  "stateVariable": false,
650
650
  "storageLocation": "default",
@@ -653,7 +653,7 @@
653
653
  "typeString": "address"
654
654
  },
655
655
  "typeName": {
656
- "id": 33541,
656
+ "id": 33552,
657
657
  "name": "address",
658
658
  "nodeType": "ElementaryTypeName",
659
659
  "src": "603:7:46",
@@ -668,7 +668,7 @@
668
668
  ],
669
669
  "src": "602:9:46"
670
670
  },
671
- "scope": 33545,
671
+ "scope": 33556,
672
672
  "stateMutability": "view",
673
673
  "virtual": false,
674
674
  "visibility": "external"
@@ -678,16 +678,16 @@
678
678
  "baseContracts": [
679
679
  {
680
680
  "baseName": {
681
- "id": 33528,
681
+ "id": 33539,
682
682
  "name": "IERC165",
683
683
  "nameLocations": [
684
684
  "435:7:46"
685
685
  ],
686
686
  "nodeType": "IdentifierPath",
687
- "referencedDeclaration": 33421,
687
+ "referencedDeclaration": 33432,
688
688
  "src": "435:7:46"
689
689
  },
690
- "id": 33529,
690
+ "id": 33540,
691
691
  "nodeType": "InheritanceSpecifier",
692
692
  "src": "435:7:46"
693
693
  }
@@ -697,12 +697,12 @@
697
697
  "contractKind": "interface",
698
698
  "fullyImplemented": false,
699
699
  "linearizedBaseContracts": [
700
- 33545,
701
- 33421
700
+ 33556,
701
+ 33432
702
702
  ],
703
703
  "name": "IWorldContextConsumer",
704
704
  "nameLocation": "410:21:46",
705
- "scope": 33546,
705
+ "scope": 33557,
706
706
  "usedErrors": [],
707
707
  "usedEvents": []
708
708
  }