@latticexyz/world-modules 3.0.0-main-3440a86b5 → 3.0.0-main-fb1cfef0c
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/mud.config.d.ts +363 -484
- package/package.json +9 -9
package/dist/mud.config.d.ts
CHANGED
@@ -20,7 +20,7 @@ declare const _default: {
|
|
20
20
|
};
|
21
21
|
readonly key: readonly ["valueHash"];
|
22
22
|
readonly codegen: {
|
23
|
-
readonly outputDirectory:
|
23
|
+
readonly outputDirectory: "../modules/keyswithvalue/tables";
|
24
24
|
readonly tableIdArgument: true;
|
25
25
|
readonly storeArgument: true;
|
26
26
|
readonly dataStruct: boolean;
|
@@ -63,7 +63,7 @@ declare const _default: {
|
|
63
63
|
};
|
64
64
|
readonly key: readonly ["sourceTableId"];
|
65
65
|
readonly codegen: {
|
66
|
-
readonly outputDirectory:
|
66
|
+
readonly outputDirectory: "../modules/keysintable/tables";
|
67
67
|
readonly tableIdArgument: false;
|
68
68
|
readonly storeArgument: true;
|
69
69
|
readonly dataStruct: boolean;
|
@@ -98,7 +98,7 @@ declare const _default: {
|
|
98
98
|
};
|
99
99
|
readonly key: readonly ["sourceTableId", "keysHash"];
|
100
100
|
readonly codegen: {
|
101
|
-
readonly outputDirectory:
|
101
|
+
readonly outputDirectory: "../modules/keysintable/tables";
|
102
102
|
readonly tableIdArgument: false;
|
103
103
|
readonly storeArgument: true;
|
104
104
|
readonly dataStruct: false;
|
@@ -121,7 +121,7 @@ declare const _default: {
|
|
121
121
|
};
|
122
122
|
readonly key: readonly [];
|
123
123
|
readonly codegen: {
|
124
|
-
readonly outputDirectory:
|
124
|
+
readonly outputDirectory: "../modules/uniqueentity/tables";
|
125
125
|
readonly tableIdArgument: true;
|
126
126
|
readonly storeArgument: true;
|
127
127
|
readonly dataStruct: boolean;
|
@@ -160,7 +160,7 @@ declare const _default: {
|
|
160
160
|
};
|
161
161
|
readonly key: readonly ["delegator", "delegatee", "systemId", "callDataHash"];
|
162
162
|
readonly codegen: {
|
163
|
-
readonly outputDirectory:
|
163
|
+
readonly outputDirectory: "../modules/std-delegations/tables";
|
164
164
|
readonly tableIdArgument: false;
|
165
165
|
readonly storeArgument: false;
|
166
166
|
readonly dataStruct: boolean;
|
@@ -195,7 +195,7 @@ declare const _default: {
|
|
195
195
|
};
|
196
196
|
readonly key: readonly ["delegator", "delegatee", "systemId"];
|
197
197
|
readonly codegen: {
|
198
|
-
readonly outputDirectory:
|
198
|
+
readonly outputDirectory: "../modules/std-delegations/tables";
|
199
199
|
readonly tableIdArgument: false;
|
200
200
|
readonly storeArgument: false;
|
201
201
|
readonly dataStruct: boolean;
|
@@ -226,7 +226,7 @@ declare const _default: {
|
|
226
226
|
};
|
227
227
|
readonly key: readonly ["delegator", "delegatee"];
|
228
228
|
readonly codegen: {
|
229
|
-
readonly outputDirectory:
|
229
|
+
readonly outputDirectory: "../modules/std-delegations/tables";
|
230
230
|
readonly tableIdArgument: false;
|
231
231
|
readonly storeArgument: false;
|
232
232
|
readonly dataStruct: boolean;
|
@@ -253,7 +253,7 @@ declare const _default: {
|
|
253
253
|
};
|
254
254
|
readonly key: readonly ["systemId"];
|
255
255
|
readonly codegen: {
|
256
|
-
readonly outputDirectory:
|
256
|
+
readonly outputDirectory: "../modules/puppet/tables";
|
257
257
|
readonly tableIdArgument: true;
|
258
258
|
readonly storeArgument: false;
|
259
259
|
readonly dataStruct: boolean;
|
@@ -280,7 +280,7 @@ declare const _default: {
|
|
280
280
|
};
|
281
281
|
readonly key: readonly ["account"];
|
282
282
|
readonly codegen: {
|
283
|
-
readonly outputDirectory:
|
283
|
+
readonly outputDirectory: "../modules/tokens/tables";
|
284
284
|
readonly tableIdArgument: true;
|
285
285
|
readonly storeArgument: false;
|
286
286
|
readonly dataStruct: boolean;
|
@@ -311,7 +311,7 @@ declare const _default: {
|
|
311
311
|
};
|
312
312
|
readonly key: readonly [];
|
313
313
|
readonly codegen: {
|
314
|
-
readonly outputDirectory:
|
314
|
+
readonly outputDirectory: "../modules/erc20-puppet/tables";
|
315
315
|
readonly tableIdArgument: true;
|
316
316
|
readonly storeArgument: false;
|
317
317
|
readonly dataStruct: boolean;
|
@@ -342,7 +342,7 @@ declare const _default: {
|
|
342
342
|
};
|
343
343
|
readonly key: readonly ["account", "spender"];
|
344
344
|
readonly codegen: {
|
345
|
-
readonly outputDirectory:
|
345
|
+
readonly outputDirectory: "../modules/erc20-puppet/tables";
|
346
346
|
readonly tableIdArgument: true;
|
347
347
|
readonly storeArgument: false;
|
348
348
|
readonly dataStruct: boolean;
|
@@ -365,7 +365,7 @@ declare const _default: {
|
|
365
365
|
};
|
366
366
|
readonly key: readonly [];
|
367
367
|
readonly codegen: {
|
368
|
-
readonly outputDirectory:
|
368
|
+
readonly outputDirectory: "../modules/erc20-puppet/tables";
|
369
369
|
readonly tableIdArgument: true;
|
370
370
|
readonly storeArgument: false;
|
371
371
|
readonly dataStruct: boolean;
|
@@ -392,7 +392,7 @@ declare const _default: {
|
|
392
392
|
};
|
393
393
|
readonly key: readonly ["namespaceId"];
|
394
394
|
readonly codegen: {
|
395
|
-
readonly outputDirectory:
|
395
|
+
readonly outputDirectory: "../modules/erc20-puppet/tables";
|
396
396
|
readonly tableIdArgument: true;
|
397
397
|
readonly storeArgument: false;
|
398
398
|
readonly dataStruct: boolean;
|
@@ -423,7 +423,7 @@ declare const _default: {
|
|
423
423
|
};
|
424
424
|
readonly key: readonly [];
|
425
425
|
readonly codegen: {
|
426
|
-
readonly outputDirectory:
|
426
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
427
427
|
readonly tableIdArgument: true;
|
428
428
|
readonly storeArgument: false;
|
429
429
|
readonly dataStruct: boolean;
|
@@ -450,7 +450,7 @@ declare const _default: {
|
|
450
450
|
};
|
451
451
|
readonly key: readonly ["tokenId"];
|
452
452
|
readonly codegen: {
|
453
|
-
readonly outputDirectory:
|
453
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
454
454
|
readonly tableIdArgument: true;
|
455
455
|
readonly storeArgument: false;
|
456
456
|
readonly dataStruct: boolean;
|
@@ -477,7 +477,7 @@ declare const _default: {
|
|
477
477
|
};
|
478
478
|
readonly key: readonly ["tokenId"];
|
479
479
|
readonly codegen: {
|
480
|
-
readonly outputDirectory:
|
480
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
481
481
|
readonly tableIdArgument: true;
|
482
482
|
readonly storeArgument: false;
|
483
483
|
readonly dataStruct: boolean;
|
@@ -504,7 +504,7 @@ declare const _default: {
|
|
504
504
|
};
|
505
505
|
readonly key: readonly ["tokenId"];
|
506
506
|
readonly codegen: {
|
507
|
-
readonly outputDirectory:
|
507
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
508
508
|
readonly tableIdArgument: true;
|
509
509
|
readonly storeArgument: false;
|
510
510
|
readonly dataStruct: boolean;
|
@@ -535,7 +535,7 @@ declare const _default: {
|
|
535
535
|
};
|
536
536
|
readonly key: readonly ["owner", "operator"];
|
537
537
|
readonly codegen: {
|
538
|
-
readonly outputDirectory:
|
538
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
539
539
|
readonly tableIdArgument: true;
|
540
540
|
readonly storeArgument: false;
|
541
541
|
readonly dataStruct: boolean;
|
@@ -562,7 +562,7 @@ declare const _default: {
|
|
562
562
|
};
|
563
563
|
readonly key: readonly ["namespaceId"];
|
564
564
|
readonly codegen: {
|
565
|
-
readonly outputDirectory:
|
565
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
566
566
|
readonly tableIdArgument: true;
|
567
567
|
readonly storeArgument: false;
|
568
568
|
readonly dataStruct: boolean;
|
@@ -589,7 +589,7 @@ declare const _default: {
|
|
589
589
|
};
|
590
590
|
readonly key: readonly ["signer"];
|
591
591
|
readonly codegen: {
|
592
|
-
readonly outputDirectory:
|
592
|
+
readonly outputDirectory: "../modules/callwithsignature/tables";
|
593
593
|
readonly tableIdArgument: false;
|
594
594
|
readonly storeArgument: false;
|
595
595
|
readonly dataStruct: boolean;
|
@@ -602,9 +602,9 @@ declare const _default: {
|
|
602
602
|
readonly namespace: string;
|
603
603
|
readonly sourceDirectory: "src";
|
604
604
|
readonly userTypes: {
|
605
|
-
ResourceId: {
|
606
|
-
filePath:
|
607
|
-
type: "bytes32";
|
605
|
+
readonly ResourceId: {
|
606
|
+
readonly filePath: "@latticexyz/store/src/ResourceId.sol";
|
607
|
+
readonly type: "bytes32";
|
608
608
|
};
|
609
609
|
};
|
610
610
|
readonly enums: {};
|
@@ -624,608 +624,487 @@ declare const _default: {
|
|
624
624
|
readonly "": {
|
625
625
|
readonly label: "";
|
626
626
|
readonly namespace: string;
|
627
|
-
readonly tables: {
|
628
|
-
readonly KeysWithValue: {
|
629
|
-
readonly label: "KeysWithValue";
|
630
|
-
readonly type: "table";
|
631
|
-
readonly namespace: string;
|
632
|
-
readonly name: string;
|
633
|
-
readonly tableId: `0x${string}`;
|
627
|
+
readonly tables: _latticexyz_store_config_v2.resolveTables<{
|
628
|
+
readonly KeysWithValue: _latticexyz_store_config_v2.mergeIfUndefined<{
|
634
629
|
readonly schema: {
|
635
|
-
readonly valueHash:
|
636
|
-
|
637
|
-
readonly internalType: "bytes32";
|
638
|
-
};
|
639
|
-
readonly keysWithValue: {
|
640
|
-
readonly type: "bytes32[]";
|
641
|
-
readonly internalType: "bytes32[]";
|
642
|
-
};
|
630
|
+
readonly valueHash: "bytes32";
|
631
|
+
readonly keysWithValue: "bytes32[]";
|
643
632
|
};
|
644
633
|
readonly key: readonly ["valueHash"];
|
645
634
|
readonly codegen: {
|
646
|
-
readonly outputDirectory:
|
635
|
+
readonly outputDirectory: "../modules/keyswithvalue/tables";
|
647
636
|
readonly tableIdArgument: true;
|
648
637
|
readonly storeArgument: true;
|
649
|
-
readonly dataStruct: boolean;
|
650
638
|
};
|
651
|
-
|
652
|
-
readonly disabled: false;
|
653
|
-
}>;
|
654
|
-
};
|
655
|
-
readonly KeysInTable: {
|
656
|
-
readonly label: "KeysInTable";
|
657
|
-
readonly type: "table";
|
639
|
+
}, {
|
658
640
|
readonly namespace: string;
|
659
|
-
|
660
|
-
|
641
|
+
}>;
|
642
|
+
readonly KeysInTable: _latticexyz_store_config_v2.mergeIfUndefined<{
|
661
643
|
readonly schema: {
|
662
|
-
readonly sourceTableId:
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
readonly
|
667
|
-
|
668
|
-
readonly internalType: "bytes32[]";
|
669
|
-
};
|
670
|
-
readonly keys1: {
|
671
|
-
readonly type: "bytes32[]";
|
672
|
-
readonly internalType: "bytes32[]";
|
673
|
-
};
|
674
|
-
readonly keys2: {
|
675
|
-
readonly type: "bytes32[]";
|
676
|
-
readonly internalType: "bytes32[]";
|
677
|
-
};
|
678
|
-
readonly keys3: {
|
679
|
-
readonly type: "bytes32[]";
|
680
|
-
readonly internalType: "bytes32[]";
|
681
|
-
};
|
682
|
-
readonly keys4: {
|
683
|
-
readonly type: "bytes32[]";
|
684
|
-
readonly internalType: "bytes32[]";
|
685
|
-
};
|
644
|
+
readonly sourceTableId: "ResourceId";
|
645
|
+
readonly keys0: "bytes32[]";
|
646
|
+
readonly keys1: "bytes32[]";
|
647
|
+
readonly keys2: "bytes32[]";
|
648
|
+
readonly keys3: "bytes32[]";
|
649
|
+
readonly keys4: "bytes32[]";
|
686
650
|
};
|
687
651
|
readonly key: readonly ["sourceTableId"];
|
688
652
|
readonly codegen: {
|
689
|
-
readonly outputDirectory:
|
690
|
-
readonly tableIdArgument: false;
|
653
|
+
readonly outputDirectory: "../modules/keysintable/tables";
|
691
654
|
readonly storeArgument: true;
|
692
|
-
readonly dataStruct: boolean;
|
693
655
|
};
|
694
|
-
|
695
|
-
readonly disabled: false;
|
696
|
-
}>;
|
697
|
-
};
|
698
|
-
readonly UsedKeysIndex: {
|
699
|
-
readonly label: "UsedKeysIndex";
|
700
|
-
readonly type: "table";
|
656
|
+
}, {
|
701
657
|
readonly namespace: string;
|
702
|
-
|
703
|
-
|
658
|
+
}>;
|
659
|
+
readonly UsedKeysIndex: _latticexyz_store_config_v2.mergeIfUndefined<{
|
704
660
|
readonly schema: {
|
705
|
-
readonly sourceTableId:
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
readonly keysHash: {
|
710
|
-
readonly type: "bytes32";
|
711
|
-
readonly internalType: "bytes32";
|
712
|
-
};
|
713
|
-
readonly has: {
|
714
|
-
readonly type: "bool";
|
715
|
-
readonly internalType: "bool";
|
716
|
-
};
|
717
|
-
readonly index: {
|
718
|
-
readonly type: "uint40";
|
719
|
-
readonly internalType: "uint40";
|
720
|
-
};
|
661
|
+
readonly sourceTableId: "ResourceId";
|
662
|
+
readonly keysHash: "bytes32";
|
663
|
+
readonly has: "bool";
|
664
|
+
readonly index: "uint40";
|
721
665
|
};
|
722
666
|
readonly key: readonly ["sourceTableId", "keysHash"];
|
723
667
|
readonly codegen: {
|
724
|
-
readonly outputDirectory:
|
725
|
-
readonly tableIdArgument: false;
|
726
|
-
readonly storeArgument: true;
|
668
|
+
readonly outputDirectory: "../modules/keysintable/tables";
|
727
669
|
readonly dataStruct: false;
|
670
|
+
readonly storeArgument: true;
|
728
671
|
};
|
729
|
-
|
730
|
-
readonly disabled: false;
|
731
|
-
}>;
|
732
|
-
};
|
733
|
-
readonly UniqueEntity: {
|
734
|
-
readonly label: "UniqueEntity";
|
735
|
-
readonly type: "table";
|
672
|
+
}, {
|
736
673
|
readonly namespace: string;
|
737
|
-
|
738
|
-
|
674
|
+
}>;
|
675
|
+
readonly UniqueEntity: _latticexyz_store_config_v2.mergeIfUndefined<{
|
739
676
|
readonly schema: {
|
740
|
-
readonly value:
|
741
|
-
readonly type: "uint256";
|
742
|
-
readonly internalType: "uint256";
|
743
|
-
};
|
677
|
+
readonly value: "uint256";
|
744
678
|
};
|
745
679
|
readonly key: readonly [];
|
746
680
|
readonly codegen: {
|
747
|
-
readonly outputDirectory:
|
681
|
+
readonly outputDirectory: "../modules/uniqueentity/tables";
|
748
682
|
readonly tableIdArgument: true;
|
749
683
|
readonly storeArgument: true;
|
750
|
-
readonly dataStruct: boolean;
|
751
684
|
};
|
752
|
-
|
753
|
-
readonly disabled: false;
|
754
|
-
}>;
|
755
|
-
};
|
756
|
-
readonly CallboundDelegations: {
|
757
|
-
readonly label: "CallboundDelegations";
|
758
|
-
readonly type: "table";
|
685
|
+
}, {
|
759
686
|
readonly namespace: string;
|
760
|
-
|
761
|
-
|
687
|
+
}>;
|
688
|
+
readonly CallboundDelegations: _latticexyz_store_config_v2.mergeIfUndefined<{
|
762
689
|
readonly schema: {
|
763
|
-
readonly delegator:
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
readonly
|
768
|
-
readonly type: "address";
|
769
|
-
readonly internalType: "address";
|
770
|
-
};
|
771
|
-
readonly systemId: {
|
772
|
-
readonly type: "bytes32";
|
773
|
-
readonly internalType: "ResourceId";
|
774
|
-
};
|
775
|
-
readonly callDataHash: {
|
776
|
-
readonly type: "bytes32";
|
777
|
-
readonly internalType: "bytes32";
|
778
|
-
};
|
779
|
-
readonly availableCalls: {
|
780
|
-
readonly type: "uint256";
|
781
|
-
readonly internalType: "uint256";
|
782
|
-
};
|
690
|
+
readonly delegator: "address";
|
691
|
+
readonly delegatee: "address";
|
692
|
+
readonly systemId: "ResourceId";
|
693
|
+
readonly callDataHash: "bytes32";
|
694
|
+
readonly availableCalls: "uint256";
|
783
695
|
};
|
784
696
|
readonly key: readonly ["delegator", "delegatee", "systemId", "callDataHash"];
|
785
697
|
readonly codegen: {
|
786
|
-
readonly outputDirectory:
|
787
|
-
readonly tableIdArgument: false;
|
788
|
-
readonly storeArgument: false;
|
789
|
-
readonly dataStruct: boolean;
|
698
|
+
readonly outputDirectory: "../modules/std-delegations/tables";
|
790
699
|
};
|
791
|
-
|
792
|
-
readonly disabled: false;
|
793
|
-
}>;
|
794
|
-
};
|
795
|
-
readonly SystemboundDelegations: {
|
796
|
-
readonly label: "SystemboundDelegations";
|
797
|
-
readonly type: "table";
|
700
|
+
}, {
|
798
701
|
readonly namespace: string;
|
799
|
-
|
800
|
-
|
702
|
+
}>;
|
703
|
+
readonly SystemboundDelegations: _latticexyz_store_config_v2.mergeIfUndefined<{
|
801
704
|
readonly schema: {
|
802
|
-
readonly delegator:
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
readonly delegatee: {
|
807
|
-
readonly type: "address";
|
808
|
-
readonly internalType: "address";
|
809
|
-
};
|
810
|
-
readonly systemId: {
|
811
|
-
readonly type: "bytes32";
|
812
|
-
readonly internalType: "ResourceId";
|
813
|
-
};
|
814
|
-
readonly availableCalls: {
|
815
|
-
readonly type: "uint256";
|
816
|
-
readonly internalType: "uint256";
|
817
|
-
};
|
705
|
+
readonly delegator: "address";
|
706
|
+
readonly delegatee: "address";
|
707
|
+
readonly systemId: "ResourceId";
|
708
|
+
readonly availableCalls: "uint256";
|
818
709
|
};
|
819
710
|
readonly key: readonly ["delegator", "delegatee", "systemId"];
|
820
711
|
readonly codegen: {
|
821
|
-
readonly outputDirectory:
|
822
|
-
readonly tableIdArgument: false;
|
823
|
-
readonly storeArgument: false;
|
824
|
-
readonly dataStruct: boolean;
|
712
|
+
readonly outputDirectory: "../modules/std-delegations/tables";
|
825
713
|
};
|
826
|
-
|
827
|
-
readonly disabled: false;
|
828
|
-
}>;
|
829
|
-
};
|
830
|
-
readonly TimeboundDelegations: {
|
831
|
-
readonly label: "TimeboundDelegations";
|
832
|
-
readonly type: "table";
|
714
|
+
}, {
|
833
715
|
readonly namespace: string;
|
834
|
-
|
835
|
-
|
716
|
+
}>;
|
717
|
+
readonly TimeboundDelegations: _latticexyz_store_config_v2.mergeIfUndefined<{
|
836
718
|
readonly schema: {
|
837
|
-
readonly delegator:
|
838
|
-
|
839
|
-
|
840
|
-
};
|
841
|
-
readonly delegatee: {
|
842
|
-
readonly type: "address";
|
843
|
-
readonly internalType: "address";
|
844
|
-
};
|
845
|
-
readonly maxTimestamp: {
|
846
|
-
readonly type: "uint256";
|
847
|
-
readonly internalType: "uint256";
|
848
|
-
};
|
719
|
+
readonly delegator: "address";
|
720
|
+
readonly delegatee: "address";
|
721
|
+
readonly maxTimestamp: "uint256";
|
849
722
|
};
|
850
723
|
readonly key: readonly ["delegator", "delegatee"];
|
851
724
|
readonly codegen: {
|
852
|
-
readonly outputDirectory:
|
853
|
-
readonly tableIdArgument: false;
|
854
|
-
readonly storeArgument: false;
|
855
|
-
readonly dataStruct: boolean;
|
725
|
+
readonly outputDirectory: "../modules/std-delegations/tables";
|
856
726
|
};
|
857
|
-
|
858
|
-
readonly disabled: false;
|
859
|
-
}>;
|
860
|
-
};
|
861
|
-
readonly PuppetRegistry: {
|
862
|
-
readonly label: "PuppetRegistry";
|
863
|
-
readonly type: "table";
|
727
|
+
}, {
|
864
728
|
readonly namespace: string;
|
865
|
-
|
866
|
-
|
729
|
+
}>;
|
730
|
+
readonly PuppetRegistry: _latticexyz_store_config_v2.mergeIfUndefined<{
|
867
731
|
readonly schema: {
|
868
|
-
readonly systemId:
|
869
|
-
|
870
|
-
readonly internalType: "ResourceId";
|
871
|
-
};
|
872
|
-
readonly puppet: {
|
873
|
-
readonly type: "address";
|
874
|
-
readonly internalType: "address";
|
875
|
-
};
|
732
|
+
readonly systemId: "ResourceId";
|
733
|
+
readonly puppet: "address";
|
876
734
|
};
|
877
735
|
readonly key: readonly ["systemId"];
|
878
736
|
readonly codegen: {
|
879
|
-
readonly outputDirectory:
|
737
|
+
readonly outputDirectory: "../modules/puppet/tables";
|
880
738
|
readonly tableIdArgument: true;
|
881
|
-
readonly storeArgument: false;
|
882
|
-
readonly dataStruct: boolean;
|
883
739
|
};
|
884
|
-
|
885
|
-
readonly disabled: false;
|
886
|
-
}>;
|
887
|
-
};
|
888
|
-
readonly Balances: {
|
889
|
-
readonly label: "Balances";
|
890
|
-
readonly type: "table";
|
740
|
+
}, {
|
891
741
|
readonly namespace: string;
|
892
|
-
|
893
|
-
|
742
|
+
}>;
|
743
|
+
readonly Balances: _latticexyz_store_config_v2.mergeIfUndefined<{
|
894
744
|
readonly schema: {
|
895
|
-
readonly account:
|
896
|
-
|
897
|
-
readonly internalType: "address";
|
898
|
-
};
|
899
|
-
readonly value: {
|
900
|
-
readonly type: "uint256";
|
901
|
-
readonly internalType: "uint256";
|
902
|
-
};
|
745
|
+
readonly account: "address";
|
746
|
+
readonly value: "uint256";
|
903
747
|
};
|
904
748
|
readonly key: readonly ["account"];
|
905
749
|
readonly codegen: {
|
906
|
-
readonly outputDirectory:
|
750
|
+
readonly outputDirectory: "../modules/tokens/tables";
|
907
751
|
readonly tableIdArgument: true;
|
908
|
-
readonly storeArgument: false;
|
909
|
-
readonly dataStruct: boolean;
|
910
752
|
};
|
911
|
-
|
912
|
-
readonly disabled: false;
|
913
|
-
}>;
|
914
|
-
};
|
915
|
-
readonly ERC20Metadata: {
|
916
|
-
readonly label: "ERC20Metadata";
|
917
|
-
readonly type: "table";
|
753
|
+
}, {
|
918
754
|
readonly namespace: string;
|
919
|
-
|
920
|
-
|
755
|
+
}>;
|
756
|
+
readonly ERC20Metadata: _latticexyz_store_config_v2.mergeIfUndefined<{
|
921
757
|
readonly schema: {
|
922
|
-
readonly decimals:
|
923
|
-
|
924
|
-
|
925
|
-
};
|
926
|
-
readonly name: {
|
927
|
-
readonly type: "string";
|
928
|
-
readonly internalType: "string";
|
929
|
-
};
|
930
|
-
readonly symbol: {
|
931
|
-
readonly type: "string";
|
932
|
-
readonly internalType: "string";
|
933
|
-
};
|
758
|
+
readonly decimals: "uint8";
|
759
|
+
readonly name: "string";
|
760
|
+
readonly symbol: "string";
|
934
761
|
};
|
935
762
|
readonly key: readonly [];
|
936
763
|
readonly codegen: {
|
937
|
-
readonly outputDirectory:
|
764
|
+
readonly outputDirectory: "../modules/erc20-puppet/tables";
|
938
765
|
readonly tableIdArgument: true;
|
939
|
-
readonly storeArgument: false;
|
940
|
-
readonly dataStruct: boolean;
|
941
766
|
};
|
942
|
-
|
943
|
-
readonly disabled: false;
|
944
|
-
}>;
|
945
|
-
};
|
946
|
-
readonly Allowances: {
|
947
|
-
readonly label: "Allowances";
|
948
|
-
readonly type: "table";
|
767
|
+
}, {
|
949
768
|
readonly namespace: string;
|
950
|
-
|
951
|
-
|
769
|
+
}>;
|
770
|
+
readonly Allowances: _latticexyz_store_config_v2.mergeIfUndefined<{
|
952
771
|
readonly schema: {
|
953
|
-
readonly account:
|
954
|
-
|
955
|
-
|
956
|
-
};
|
957
|
-
readonly spender: {
|
958
|
-
readonly type: "address";
|
959
|
-
readonly internalType: "address";
|
960
|
-
};
|
961
|
-
readonly value: {
|
962
|
-
readonly type: "uint256";
|
963
|
-
readonly internalType: "uint256";
|
964
|
-
};
|
772
|
+
readonly account: "address";
|
773
|
+
readonly spender: "address";
|
774
|
+
readonly value: "uint256";
|
965
775
|
};
|
966
776
|
readonly key: readonly ["account", "spender"];
|
967
777
|
readonly codegen: {
|
968
|
-
readonly outputDirectory:
|
778
|
+
readonly outputDirectory: "../modules/erc20-puppet/tables";
|
969
779
|
readonly tableIdArgument: true;
|
970
|
-
readonly storeArgument: false;
|
971
|
-
readonly dataStruct: boolean;
|
972
780
|
};
|
973
|
-
|
974
|
-
readonly disabled: false;
|
975
|
-
}>;
|
976
|
-
};
|
977
|
-
readonly TotalSupply: {
|
978
|
-
readonly label: "TotalSupply";
|
979
|
-
readonly type: "table";
|
781
|
+
}, {
|
980
782
|
readonly namespace: string;
|
981
|
-
|
982
|
-
|
783
|
+
}>;
|
784
|
+
readonly TotalSupply: _latticexyz_store_config_v2.mergeIfUndefined<{
|
983
785
|
readonly schema: {
|
984
|
-
readonly totalSupply:
|
985
|
-
readonly type: "uint256";
|
986
|
-
readonly internalType: "uint256";
|
987
|
-
};
|
786
|
+
readonly totalSupply: "uint256";
|
988
787
|
};
|
989
788
|
readonly key: readonly [];
|
990
789
|
readonly codegen: {
|
991
|
-
readonly outputDirectory:
|
790
|
+
readonly outputDirectory: "../modules/erc20-puppet/tables";
|
992
791
|
readonly tableIdArgument: true;
|
993
|
-
readonly storeArgument: false;
|
994
|
-
readonly dataStruct: boolean;
|
995
792
|
};
|
996
|
-
|
997
|
-
readonly disabled: false;
|
998
|
-
}>;
|
999
|
-
};
|
1000
|
-
readonly ERC20Registry: {
|
1001
|
-
readonly label: "ERC20Registry";
|
1002
|
-
readonly type: "table";
|
793
|
+
}, {
|
1003
794
|
readonly namespace: string;
|
1004
|
-
|
1005
|
-
|
795
|
+
}>;
|
796
|
+
readonly ERC20Registry: _latticexyz_store_config_v2.mergeIfUndefined<{
|
1006
797
|
readonly schema: {
|
1007
|
-
readonly namespaceId:
|
1008
|
-
|
1009
|
-
readonly internalType: "ResourceId";
|
1010
|
-
};
|
1011
|
-
readonly tokenAddress: {
|
1012
|
-
readonly type: "address";
|
1013
|
-
readonly internalType: "address";
|
1014
|
-
};
|
798
|
+
readonly namespaceId: "ResourceId";
|
799
|
+
readonly tokenAddress: "address";
|
1015
800
|
};
|
1016
801
|
readonly key: readonly ["namespaceId"];
|
1017
802
|
readonly codegen: {
|
1018
|
-
readonly outputDirectory:
|
803
|
+
readonly outputDirectory: "../modules/erc20-puppet/tables";
|
1019
804
|
readonly tableIdArgument: true;
|
1020
|
-
readonly storeArgument: false;
|
1021
|
-
readonly dataStruct: boolean;
|
1022
805
|
};
|
1023
|
-
|
1024
|
-
readonly disabled: false;
|
1025
|
-
}>;
|
1026
|
-
};
|
1027
|
-
readonly ERC721Metadata: {
|
1028
|
-
readonly label: "ERC721Metadata";
|
1029
|
-
readonly type: "table";
|
806
|
+
}, {
|
1030
807
|
readonly namespace: string;
|
1031
|
-
|
1032
|
-
|
808
|
+
}>;
|
809
|
+
readonly ERC721Metadata: _latticexyz_store_config_v2.mergeIfUndefined<{
|
1033
810
|
readonly schema: {
|
1034
|
-
readonly name:
|
1035
|
-
|
1036
|
-
|
1037
|
-
};
|
1038
|
-
readonly symbol: {
|
1039
|
-
readonly type: "string";
|
1040
|
-
readonly internalType: "string";
|
1041
|
-
};
|
1042
|
-
readonly baseURI: {
|
1043
|
-
readonly type: "string";
|
1044
|
-
readonly internalType: "string";
|
1045
|
-
};
|
811
|
+
readonly name: "string";
|
812
|
+
readonly symbol: "string";
|
813
|
+
readonly baseURI: "string";
|
1046
814
|
};
|
1047
815
|
readonly key: readonly [];
|
1048
816
|
readonly codegen: {
|
1049
|
-
readonly outputDirectory:
|
817
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
1050
818
|
readonly tableIdArgument: true;
|
1051
|
-
readonly storeArgument: false;
|
1052
|
-
readonly dataStruct: boolean;
|
1053
819
|
};
|
1054
|
-
|
1055
|
-
readonly disabled: false;
|
1056
|
-
}>;
|
1057
|
-
};
|
1058
|
-
readonly TokenURI: {
|
1059
|
-
readonly label: "TokenURI";
|
1060
|
-
readonly type: "table";
|
820
|
+
}, {
|
1061
821
|
readonly namespace: string;
|
1062
|
-
|
1063
|
-
|
822
|
+
}>;
|
823
|
+
readonly TokenURI: _latticexyz_store_config_v2.mergeIfUndefined<{
|
1064
824
|
readonly schema: {
|
1065
|
-
readonly tokenId:
|
1066
|
-
|
1067
|
-
readonly internalType: "uint256";
|
1068
|
-
};
|
1069
|
-
readonly tokenURI: {
|
1070
|
-
readonly type: "string";
|
1071
|
-
readonly internalType: "string";
|
1072
|
-
};
|
825
|
+
readonly tokenId: "uint256";
|
826
|
+
readonly tokenURI: "string";
|
1073
827
|
};
|
1074
828
|
readonly key: readonly ["tokenId"];
|
1075
829
|
readonly codegen: {
|
1076
|
-
readonly outputDirectory:
|
830
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
1077
831
|
readonly tableIdArgument: true;
|
1078
|
-
readonly storeArgument: false;
|
1079
|
-
readonly dataStruct: boolean;
|
1080
832
|
};
|
1081
|
-
|
1082
|
-
readonly disabled: false;
|
1083
|
-
}>;
|
1084
|
-
};
|
1085
|
-
readonly Owners: {
|
1086
|
-
readonly label: "Owners";
|
1087
|
-
readonly type: "table";
|
833
|
+
}, {
|
1088
834
|
readonly namespace: string;
|
1089
|
-
|
1090
|
-
|
835
|
+
}>;
|
836
|
+
readonly Owners: _latticexyz_store_config_v2.mergeIfUndefined<{
|
1091
837
|
readonly schema: {
|
1092
|
-
readonly tokenId:
|
1093
|
-
|
1094
|
-
readonly internalType: "uint256";
|
1095
|
-
};
|
1096
|
-
readonly owner: {
|
1097
|
-
readonly type: "address";
|
1098
|
-
readonly internalType: "address";
|
1099
|
-
};
|
838
|
+
readonly tokenId: "uint256";
|
839
|
+
readonly owner: "address";
|
1100
840
|
};
|
1101
841
|
readonly key: readonly ["tokenId"];
|
1102
842
|
readonly codegen: {
|
1103
|
-
readonly outputDirectory:
|
843
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
1104
844
|
readonly tableIdArgument: true;
|
1105
|
-
readonly storeArgument: false;
|
1106
|
-
readonly dataStruct: boolean;
|
1107
845
|
};
|
1108
|
-
|
1109
|
-
readonly disabled: false;
|
1110
|
-
}>;
|
1111
|
-
};
|
1112
|
-
readonly TokenApproval: {
|
1113
|
-
readonly label: "TokenApproval";
|
1114
|
-
readonly type: "table";
|
846
|
+
}, {
|
1115
847
|
readonly namespace: string;
|
1116
|
-
|
1117
|
-
|
848
|
+
}>;
|
849
|
+
readonly TokenApproval: _latticexyz_store_config_v2.mergeIfUndefined<{
|
1118
850
|
readonly schema: {
|
1119
|
-
readonly tokenId:
|
1120
|
-
|
1121
|
-
readonly internalType: "uint256";
|
1122
|
-
};
|
1123
|
-
readonly account: {
|
1124
|
-
readonly type: "address";
|
1125
|
-
readonly internalType: "address";
|
1126
|
-
};
|
851
|
+
readonly tokenId: "uint256";
|
852
|
+
readonly account: "address";
|
1127
853
|
};
|
1128
854
|
readonly key: readonly ["tokenId"];
|
1129
855
|
readonly codegen: {
|
1130
|
-
readonly outputDirectory:
|
856
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
1131
857
|
readonly tableIdArgument: true;
|
1132
|
-
readonly storeArgument: false;
|
1133
|
-
readonly dataStruct: boolean;
|
1134
858
|
};
|
1135
|
-
|
1136
|
-
readonly disabled: false;
|
1137
|
-
}>;
|
1138
|
-
};
|
1139
|
-
readonly OperatorApproval: {
|
1140
|
-
readonly label: "OperatorApproval";
|
1141
|
-
readonly type: "table";
|
859
|
+
}, {
|
1142
860
|
readonly namespace: string;
|
1143
|
-
|
1144
|
-
|
861
|
+
}>;
|
862
|
+
readonly OperatorApproval: _latticexyz_store_config_v2.mergeIfUndefined<{
|
1145
863
|
readonly schema: {
|
1146
|
-
readonly owner:
|
1147
|
-
|
1148
|
-
|
1149
|
-
};
|
1150
|
-
readonly operator: {
|
1151
|
-
readonly type: "address";
|
1152
|
-
readonly internalType: "address";
|
1153
|
-
};
|
1154
|
-
readonly approved: {
|
1155
|
-
readonly type: "bool";
|
1156
|
-
readonly internalType: "bool";
|
1157
|
-
};
|
864
|
+
readonly owner: "address";
|
865
|
+
readonly operator: "address";
|
866
|
+
readonly approved: "bool";
|
1158
867
|
};
|
1159
868
|
readonly key: readonly ["owner", "operator"];
|
1160
869
|
readonly codegen: {
|
1161
|
-
readonly outputDirectory:
|
870
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
1162
871
|
readonly tableIdArgument: true;
|
1163
|
-
readonly storeArgument: false;
|
1164
|
-
readonly dataStruct: boolean;
|
1165
872
|
};
|
1166
|
-
|
1167
|
-
readonly disabled: false;
|
1168
|
-
}>;
|
1169
|
-
};
|
1170
|
-
readonly ERC721Registry: {
|
1171
|
-
readonly label: "ERC721Registry";
|
1172
|
-
readonly type: "table";
|
873
|
+
}, {
|
1173
874
|
readonly namespace: string;
|
1174
|
-
|
1175
|
-
|
875
|
+
}>;
|
876
|
+
readonly ERC721Registry: _latticexyz_store_config_v2.mergeIfUndefined<{
|
1176
877
|
readonly schema: {
|
1177
|
-
readonly namespaceId:
|
1178
|
-
|
1179
|
-
readonly internalType: "ResourceId";
|
1180
|
-
};
|
1181
|
-
readonly tokenAddress: {
|
1182
|
-
readonly type: "address";
|
1183
|
-
readonly internalType: "address";
|
1184
|
-
};
|
878
|
+
readonly namespaceId: "ResourceId";
|
879
|
+
readonly tokenAddress: "address";
|
1185
880
|
};
|
1186
881
|
readonly key: readonly ["namespaceId"];
|
1187
882
|
readonly codegen: {
|
1188
|
-
readonly outputDirectory:
|
883
|
+
readonly outputDirectory: "../modules/erc721-puppet/tables";
|
1189
884
|
readonly tableIdArgument: true;
|
1190
|
-
readonly storeArgument: false;
|
1191
|
-
readonly dataStruct: boolean;
|
1192
885
|
};
|
1193
|
-
|
1194
|
-
readonly disabled: false;
|
1195
|
-
}>;
|
1196
|
-
};
|
1197
|
-
readonly CallWithSignatureNonces: {
|
1198
|
-
readonly label: "CallWithSignatureNonces";
|
1199
|
-
readonly type: "table";
|
886
|
+
}, {
|
1200
887
|
readonly namespace: string;
|
1201
|
-
|
1202
|
-
|
888
|
+
}>;
|
889
|
+
readonly CallWithSignatureNonces: _latticexyz_store_config_v2.mergeIfUndefined<{
|
1203
890
|
readonly schema: {
|
1204
|
-
readonly signer:
|
1205
|
-
|
1206
|
-
readonly internalType: "address";
|
1207
|
-
};
|
1208
|
-
readonly nonce: {
|
1209
|
-
readonly type: "uint256";
|
1210
|
-
readonly internalType: "uint256";
|
1211
|
-
};
|
891
|
+
readonly signer: "address";
|
892
|
+
readonly nonce: "uint256";
|
1212
893
|
};
|
1213
894
|
readonly key: readonly ["signer"];
|
1214
895
|
readonly codegen: {
|
1215
|
-
readonly outputDirectory:
|
1216
|
-
readonly tableIdArgument: false;
|
1217
|
-
readonly storeArgument: false;
|
1218
|
-
readonly dataStruct: boolean;
|
896
|
+
readonly outputDirectory: "../modules/callwithsignature/tables";
|
1219
897
|
};
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
898
|
+
}, {
|
899
|
+
readonly namespace: string;
|
900
|
+
}>;
|
901
|
+
}, {
|
902
|
+
types: {
|
903
|
+
string: "string";
|
904
|
+
bytes32: "bytes32";
|
905
|
+
uint8: "uint8";
|
906
|
+
uint16: "uint16";
|
907
|
+
uint24: "uint24";
|
908
|
+
uint32: "uint32";
|
909
|
+
uint40: "uint40";
|
910
|
+
uint48: "uint48";
|
911
|
+
uint56: "uint56";
|
912
|
+
uint64: "uint64";
|
913
|
+
uint72: "uint72";
|
914
|
+
uint80: "uint80";
|
915
|
+
uint88: "uint88";
|
916
|
+
uint96: "uint96";
|
917
|
+
uint104: "uint104";
|
918
|
+
uint112: "uint112";
|
919
|
+
uint120: "uint120";
|
920
|
+
uint128: "uint128";
|
921
|
+
uint136: "uint136";
|
922
|
+
uint144: "uint144";
|
923
|
+
uint152: "uint152";
|
924
|
+
uint160: "uint160";
|
925
|
+
uint168: "uint168";
|
926
|
+
uint176: "uint176";
|
927
|
+
uint184: "uint184";
|
928
|
+
uint192: "uint192";
|
929
|
+
uint200: "uint200";
|
930
|
+
uint208: "uint208";
|
931
|
+
uint216: "uint216";
|
932
|
+
uint224: "uint224";
|
933
|
+
uint232: "uint232";
|
934
|
+
uint240: "uint240";
|
935
|
+
uint248: "uint248";
|
936
|
+
uint256: "uint256";
|
937
|
+
int8: "int8";
|
938
|
+
int16: "int16";
|
939
|
+
int24: "int24";
|
940
|
+
int32: "int32";
|
941
|
+
int40: "int40";
|
942
|
+
int48: "int48";
|
943
|
+
int56: "int56";
|
944
|
+
int64: "int64";
|
945
|
+
int72: "int72";
|
946
|
+
int80: "int80";
|
947
|
+
int88: "int88";
|
948
|
+
int96: "int96";
|
949
|
+
int104: "int104";
|
950
|
+
int112: "int112";
|
951
|
+
int120: "int120";
|
952
|
+
int128: "int128";
|
953
|
+
int136: "int136";
|
954
|
+
int144: "int144";
|
955
|
+
int152: "int152";
|
956
|
+
int160: "int160";
|
957
|
+
int168: "int168";
|
958
|
+
int176: "int176";
|
959
|
+
int184: "int184";
|
960
|
+
int192: "int192";
|
961
|
+
int200: "int200";
|
962
|
+
int208: "int208";
|
963
|
+
int216: "int216";
|
964
|
+
int224: "int224";
|
965
|
+
int232: "int232";
|
966
|
+
int240: "int240";
|
967
|
+
int248: "int248";
|
968
|
+
int256: "int256";
|
969
|
+
bytes1: "bytes1";
|
970
|
+
bytes2: "bytes2";
|
971
|
+
bytes3: "bytes3";
|
972
|
+
bytes4: "bytes4";
|
973
|
+
bytes5: "bytes5";
|
974
|
+
bytes6: "bytes6";
|
975
|
+
bytes7: "bytes7";
|
976
|
+
bytes8: "bytes8";
|
977
|
+
bytes9: "bytes9";
|
978
|
+
bytes10: "bytes10";
|
979
|
+
bytes11: "bytes11";
|
980
|
+
bytes12: "bytes12";
|
981
|
+
bytes13: "bytes13";
|
982
|
+
bytes14: "bytes14";
|
983
|
+
bytes15: "bytes15";
|
984
|
+
bytes16: "bytes16";
|
985
|
+
bytes17: "bytes17";
|
986
|
+
bytes18: "bytes18";
|
987
|
+
bytes19: "bytes19";
|
988
|
+
bytes20: "bytes20";
|
989
|
+
bytes21: "bytes21";
|
990
|
+
bytes22: "bytes22";
|
991
|
+
bytes23: "bytes23";
|
992
|
+
bytes24: "bytes24";
|
993
|
+
bytes25: "bytes25";
|
994
|
+
bytes26: "bytes26";
|
995
|
+
bytes27: "bytes27";
|
996
|
+
bytes28: "bytes28";
|
997
|
+
bytes29: "bytes29";
|
998
|
+
bytes30: "bytes30";
|
999
|
+
bytes31: "bytes31";
|
1000
|
+
bool: "bool";
|
1001
|
+
address: "address";
|
1002
|
+
"uint8[]": "uint8[]";
|
1003
|
+
"uint16[]": "uint16[]";
|
1004
|
+
"uint24[]": "uint24[]";
|
1005
|
+
"uint32[]": "uint32[]";
|
1006
|
+
"uint40[]": "uint40[]";
|
1007
|
+
"uint48[]": "uint48[]";
|
1008
|
+
"uint56[]": "uint56[]";
|
1009
|
+
"uint64[]": "uint64[]";
|
1010
|
+
"uint72[]": "uint72[]";
|
1011
|
+
"uint80[]": "uint80[]";
|
1012
|
+
"uint88[]": "uint88[]";
|
1013
|
+
"uint96[]": "uint96[]";
|
1014
|
+
"uint104[]": "uint104[]";
|
1015
|
+
"uint112[]": "uint112[]";
|
1016
|
+
"uint120[]": "uint120[]";
|
1017
|
+
"uint128[]": "uint128[]";
|
1018
|
+
"uint136[]": "uint136[]";
|
1019
|
+
"uint144[]": "uint144[]";
|
1020
|
+
"uint152[]": "uint152[]";
|
1021
|
+
"uint160[]": "uint160[]";
|
1022
|
+
"uint168[]": "uint168[]";
|
1023
|
+
"uint176[]": "uint176[]";
|
1024
|
+
"uint184[]": "uint184[]";
|
1025
|
+
"uint192[]": "uint192[]";
|
1026
|
+
"uint200[]": "uint200[]";
|
1027
|
+
"uint208[]": "uint208[]";
|
1028
|
+
"uint216[]": "uint216[]";
|
1029
|
+
"uint224[]": "uint224[]";
|
1030
|
+
"uint232[]": "uint232[]";
|
1031
|
+
"uint240[]": "uint240[]";
|
1032
|
+
"uint248[]": "uint248[]";
|
1033
|
+
"uint256[]": "uint256[]";
|
1034
|
+
"int8[]": "int8[]";
|
1035
|
+
"int16[]": "int16[]";
|
1036
|
+
"int24[]": "int24[]";
|
1037
|
+
"int32[]": "int32[]";
|
1038
|
+
"int40[]": "int40[]";
|
1039
|
+
"int48[]": "int48[]";
|
1040
|
+
"int56[]": "int56[]";
|
1041
|
+
"int64[]": "int64[]";
|
1042
|
+
"int72[]": "int72[]";
|
1043
|
+
"int80[]": "int80[]";
|
1044
|
+
"int88[]": "int88[]";
|
1045
|
+
"int96[]": "int96[]";
|
1046
|
+
"int104[]": "int104[]";
|
1047
|
+
"int112[]": "int112[]";
|
1048
|
+
"int120[]": "int120[]";
|
1049
|
+
"int128[]": "int128[]";
|
1050
|
+
"int136[]": "int136[]";
|
1051
|
+
"int144[]": "int144[]";
|
1052
|
+
"int152[]": "int152[]";
|
1053
|
+
"int160[]": "int160[]";
|
1054
|
+
"int168[]": "int168[]";
|
1055
|
+
"int176[]": "int176[]";
|
1056
|
+
"int184[]": "int184[]";
|
1057
|
+
"int192[]": "int192[]";
|
1058
|
+
"int200[]": "int200[]";
|
1059
|
+
"int208[]": "int208[]";
|
1060
|
+
"int216[]": "int216[]";
|
1061
|
+
"int224[]": "int224[]";
|
1062
|
+
"int232[]": "int232[]";
|
1063
|
+
"int240[]": "int240[]";
|
1064
|
+
"int248[]": "int248[]";
|
1065
|
+
"int256[]": "int256[]";
|
1066
|
+
"bytes1[]": "bytes1[]";
|
1067
|
+
"bytes2[]": "bytes2[]";
|
1068
|
+
"bytes3[]": "bytes3[]";
|
1069
|
+
"bytes4[]": "bytes4[]";
|
1070
|
+
"bytes5[]": "bytes5[]";
|
1071
|
+
"bytes6[]": "bytes6[]";
|
1072
|
+
"bytes7[]": "bytes7[]";
|
1073
|
+
"bytes8[]": "bytes8[]";
|
1074
|
+
"bytes9[]": "bytes9[]";
|
1075
|
+
"bytes10[]": "bytes10[]";
|
1076
|
+
"bytes11[]": "bytes11[]";
|
1077
|
+
"bytes12[]": "bytes12[]";
|
1078
|
+
"bytes13[]": "bytes13[]";
|
1079
|
+
"bytes14[]": "bytes14[]";
|
1080
|
+
"bytes15[]": "bytes15[]";
|
1081
|
+
"bytes16[]": "bytes16[]";
|
1082
|
+
"bytes17[]": "bytes17[]";
|
1083
|
+
"bytes18[]": "bytes18[]";
|
1084
|
+
"bytes19[]": "bytes19[]";
|
1085
|
+
"bytes20[]": "bytes20[]";
|
1086
|
+
"bytes21[]": "bytes21[]";
|
1087
|
+
"bytes22[]": "bytes22[]";
|
1088
|
+
"bytes23[]": "bytes23[]";
|
1089
|
+
"bytes24[]": "bytes24[]";
|
1090
|
+
"bytes25[]": "bytes25[]";
|
1091
|
+
"bytes26[]": "bytes26[]";
|
1092
|
+
"bytes27[]": "bytes27[]";
|
1093
|
+
"bytes28[]": "bytes28[]";
|
1094
|
+
"bytes29[]": "bytes29[]";
|
1095
|
+
"bytes30[]": "bytes30[]";
|
1096
|
+
"bytes31[]": "bytes31[]";
|
1097
|
+
"bytes32[]": "bytes32[]";
|
1098
|
+
"bool[]": "bool[]";
|
1099
|
+
"address[]": "address[]";
|
1100
|
+
bytes: "bytes";
|
1101
|
+
readonly ResourceId: "bytes32";
|
1223
1102
|
};
|
1224
|
-
}
|
1103
|
+
}>;
|
1225
1104
|
};
|
1226
1105
|
};
|
1227
1106
|
readonly systems: {};
|
1228
|
-
readonly excludeSystems:
|
1107
|
+
readonly excludeSystems: readonly ["UniqueEntitySystem", "PuppetFactorySystem", "ERC20System", "ERC721System", "Unstable_CallWithSignatureSystem"];
|
1229
1108
|
readonly modules: readonly [];
|
1230
1109
|
readonly deploy: {
|
1231
1110
|
readonly customWorldContract: undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/world-modules",
|
3
|
-
"version": "3.0.0-main-
|
3
|
+
"version": "3.0.0-main-fb1cfef0c",
|
4
4
|
"description": "World modules",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -27,11 +27,11 @@
|
|
27
27
|
],
|
28
28
|
"dependencies": {
|
29
29
|
"zod": "^3.22.2",
|
30
|
-
"@latticexyz/common": "3.0.0-main-
|
31
|
-
"@latticexyz/config": "3.0.0-main-
|
32
|
-
"@latticexyz/schema-type": "3.0.0-main-
|
33
|
-
"@latticexyz/store": "3.0.0-main-
|
34
|
-
"@latticexyz/world": "3.0.0-main-
|
30
|
+
"@latticexyz/common": "3.0.0-main-fb1cfef0c",
|
31
|
+
"@latticexyz/config": "3.0.0-main-fb1cfef0c",
|
32
|
+
"@latticexyz/schema-type": "3.0.0-main-fb1cfef0c",
|
33
|
+
"@latticexyz/store": "3.0.0-main-fb1cfef0c",
|
34
|
+
"@latticexyz/world": "3.0.0-main-fb1cfef0c"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@types/ejs": "^3.1.1",
|
@@ -44,9 +44,9 @@
|
|
44
44
|
"tsup": "^6.7.0",
|
45
45
|
"tsx": "^3.12.6",
|
46
46
|
"vitest": "0.34.6",
|
47
|
-
"@latticexyz/abi-ts": "3.0.0-main-
|
48
|
-
"@latticexyz/cli": "3.0.0-main-
|
49
|
-
"@latticexyz/gas-report": "3.0.0-main-
|
47
|
+
"@latticexyz/abi-ts": "3.0.0-main-fb1cfef0c",
|
48
|
+
"@latticexyz/cli": "3.0.0-main-fb1cfef0c",
|
49
|
+
"@latticexyz/gas-report": "3.0.0-main-fb1cfef0c"
|
50
50
|
},
|
51
51
|
"publishConfig": {
|
52
52
|
"access": "public"
|