@latticexyz/world-module-erc20 2.2.18-318924725246340b208d3fbee8793314686f1759 → 2.2.18-4565714f5e9421cc7b2de56fe51db4434c55f5d1

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 (120) hide show
  1. package/dist/_esm-BQNWKNND.js +10 -0
  2. package/dist/{_esm-H47RQ4ED.js.map → _esm-BQNWKNND.js.map} +1 -1
  3. package/dist/ccip-YAWUVTAX.js +2 -0
  4. package/dist/chunk-GSBUANUZ.js +30 -0
  5. package/dist/{chunk-LIWKL347.js.map → chunk-GSBUANUZ.js.map} +1 -1
  6. package/dist/chunk-LURIOADG.js +2 -0
  7. package/dist/chunk-TJJDXMQ6.js +7 -0
  8. package/dist/{chunk-2VXHCW2O.js.map → chunk-TJJDXMQ6.js.map} +1 -1
  9. package/dist/internal.js +1 -27
  10. package/dist/internal.js.map +1 -1
  11. package/dist/mud.config.js +1 -83
  12. package/dist/mud.config.js.map +1 -1
  13. package/dist/secp256k1-UMYSD4MC.js +22 -0
  14. package/dist/{secp256k1-XVT662DN.js.map → secp256k1-UMYSD4MC.js.map} +1 -1
  15. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  16. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  17. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  18. package/out/Constants.sol/ERC20TableNames.json +1 -1
  19. package/out/Constants.sol/ModuleConstants.json +1 -1
  20. package/out/Constants.sol/OwnableTableNames.json +1 -1
  21. package/out/Constants.sol/PausableTableNames.json +1 -1
  22. package/out/Context.sol/Context.abi.json +1 -15
  23. package/out/Context.sol/Context.json +1 -1
  24. package/out/Delegation.sol/Delegation.json +1 -1
  25. package/out/ERC20BaseTest.t.sol/ERC20BehaviorTest.json +1 -1
  26. package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreBehaviorTest.json +1 -1
  27. package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreTest.json +1 -1
  28. package/out/ERC20BaseTest.t.sol/ERC20WithWorldBehaviorTest.json +1 -1
  29. package/out/ERC20BaseTest.t.sol/ERC20WithWorldTest.json +1 -1
  30. package/out/ERC20BaseTest.t.sol/MockERC20Base.abi.json +0 -13
  31. package/out/ERC20BaseTest.t.sol/MockERC20Base.abi.json.d.ts +0 -13
  32. package/out/ERC20BaseTest.t.sol/MockERC20Base.json +1 -1
  33. package/out/ERC20BaseTest.t.sol/MockERC20WithInternalStore.abi.json +0 -13
  34. package/out/ERC20BaseTest.t.sol/MockERC20WithInternalStore.abi.json.d.ts +0 -13
  35. package/out/ERC20BaseTest.t.sol/MockERC20WithInternalStore.json +1 -1
  36. package/out/ERC20BaseTest.t.sol/MockERC20WithWorld.abi.json +3 -95
  37. package/out/ERC20BaseTest.t.sol/MockERC20WithWorld.abi.json.d.ts +3 -95
  38. package/out/ERC20BaseTest.t.sol/MockERC20WithWorld.json +1 -1
  39. package/out/ERC20BaseTest.t.sol/TestConstants.json +1 -1
  40. package/out/ERC20Burnable.sol/ERC20Burnable.abi.json +0 -13
  41. package/out/ERC20Burnable.sol/ERC20Burnable.abi.json.d.ts +0 -13
  42. package/out/ERC20Burnable.sol/ERC20Burnable.json +1 -1
  43. package/out/ERC20Burnable.t.sol/ERC20BurnableTest.json +1 -1
  44. package/out/ERC20Burnable.t.sol/ERC20BurnableWithInternalStoreTest.json +1 -1
  45. package/out/ERC20Burnable.t.sol/ERC20BurnableWithWorldTest.json +1 -1
  46. package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.abi.json +0 -13
  47. package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.abi.json.d.ts +0 -13
  48. package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.json +1 -1
  49. package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.abi.json +3 -95
  50. package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.abi.json.d.ts +3 -95
  51. package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.json +1 -1
  52. package/out/ERC20Module.sol/ERC20Module.json +1 -1
  53. package/out/ERC20Module.sol/ERC20RegistryLib.json +1 -1
  54. package/out/ERC20Module.t.sol/ERC20ModuleTest.json +1 -1
  55. package/out/ERC20Module.t.sol/TestConstants.json +1 -1
  56. package/out/ERC20Pausable.sol/ERC20Pausable.abi.json +0 -13
  57. package/out/ERC20Pausable.sol/ERC20Pausable.abi.json.d.ts +0 -13
  58. package/out/ERC20Pausable.sol/ERC20Pausable.json +1 -1
  59. package/out/ERC20Pausable.t.sol/ERC20PausableBehaviorTest.json +1 -1
  60. package/out/ERC20Pausable.t.sol/ERC20PausableWithInternalStoreTest.json +1 -1
  61. package/out/ERC20Pausable.t.sol/ERC20PausableWithWorldTest.json +1 -1
  62. package/out/ERC20Pausable.t.sol/MockERC20Pausable.abi.json +0 -13
  63. package/out/ERC20Pausable.t.sol/MockERC20Pausable.abi.json.d.ts +0 -13
  64. package/out/ERC20Pausable.t.sol/MockERC20Pausable.json +1 -1
  65. package/out/ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.abi.json +0 -13
  66. package/out/ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.abi.json.d.ts +0 -13
  67. package/out/ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.json +1 -1
  68. package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.abi.json +3 -95
  69. package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.abi.json.d.ts +3 -95
  70. package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.json +1 -1
  71. package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.abi.json +0 -13
  72. package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.abi.json.d.ts +0 -13
  73. package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.json +1 -1
  74. package/out/ERC20WithWorld.sol/ERC20WithWorld.abi.json +3 -95
  75. package/out/ERC20WithWorld.sol/ERC20WithWorld.abi.json.d.ts +3 -95
  76. package/out/ERC20WithWorld.sol/ERC20WithWorld.json +1 -1
  77. package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
  78. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
  79. package/out/InitModule.sol/InitModule.json +1 -1
  80. package/out/MUDERC20.sol/MUDERC20.abi.json +0 -13
  81. package/out/MUDERC20.sol/MUDERC20.abi.json.d.ts +0 -13
  82. package/out/MUDERC20.sol/MUDERC20.json +1 -1
  83. package/out/Module.sol/Module.json +1 -1
  84. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  85. package/out/Ownable.sol/Ownable.abi.json +0 -13
  86. package/out/Ownable.sol/Ownable.abi.json.d.ts +0 -13
  87. package/out/Ownable.sol/Ownable.json +1 -1
  88. package/out/Pausable.sol/Pausable.abi.json +0 -13
  89. package/out/Pausable.sol/Pausable.abi.json.d.ts +0 -13
  90. package/out/Pausable.sol/Pausable.json +1 -1
  91. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  92. package/out/StoreConsumer.sol/StoreConsumer.json +1 -1
  93. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  94. package/out/System.sol/System.json +1 -1
  95. package/out/SystemCall.sol/SystemCall.json +1 -1
  96. package/out/WithStore.sol/WithStore.abi.json +0 -13
  97. package/out/WithStore.sol/WithStore.abi.json.d.ts +0 -13
  98. package/out/WithStore.sol/WithStore.json +1 -1
  99. package/out/WithWorld.sol/WithWorld.abi.json +3 -95
  100. package/out/WithWorld.sol/WithWorld.abi.json.d.ts +3 -95
  101. package/out/WithWorld.sol/WithWorld.json +1 -1
  102. package/out/World.sol/World.json +1 -1
  103. package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
  104. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
  105. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
  106. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  107. package/out/build-info/{60c60a9593fdb00b3264c36836a28f39.json → 04cd01b00610d99132b6410373c2f462.json} +1 -1
  108. package/package.json +10 -9
  109. package/src/examples/ERC20WithWorld.sol +0 -5
  110. package/src/experimental/Constants.sol +7 -7
  111. package/src/experimental/ERC20Module.sol +1 -9
  112. package/dist/_esm-H47RQ4ED.js +0 -3915
  113. package/dist/ccip-VJWDNI4X.js +0 -15
  114. package/dist/chunk-2VXHCW2O.js +0 -132
  115. package/dist/chunk-LIWKL347.js +0 -3833
  116. package/dist/chunk-PR4QN5HX.js +0 -43
  117. package/dist/secp256k1-XVT662DN.js +0 -2395
  118. package/out/Context.sol/Context.abi.json.d.ts +0 -17
  119. /package/dist/{ccip-VJWDNI4X.js.map → ccip-YAWUVTAX.js.map} +0 -0
  120. /package/dist/{chunk-PR4QN5HX.js.map → chunk-LURIOADG.js.map} +0 -0
@@ -25,45 +25,6 @@
25
25
  ],
26
26
  "stateMutability": "nonpayable"
27
27
  },
28
- {
29
- "type": "function",
30
- "name": "_msgSender",
31
- "inputs": [],
32
- "outputs": [
33
- {
34
- "name": "sender",
35
- "type": "address",
36
- "internalType": "address"
37
- }
38
- ],
39
- "stateMutability": "view"
40
- },
41
- {
42
- "type": "function",
43
- "name": "_msgValue",
44
- "inputs": [],
45
- "outputs": [
46
- {
47
- "name": "value",
48
- "type": "uint256",
49
- "internalType": "uint256"
50
- }
51
- ],
52
- "stateMutability": "pure"
53
- },
54
- {
55
- "type": "function",
56
- "name": "_world",
57
- "inputs": [],
58
- "outputs": [
59
- {
60
- "name": "",
61
- "type": "address",
62
- "internalType": "address"
63
- }
64
- ],
65
- "stateMutability": "view"
66
- },
67
28
  {
68
29
  "type": "function",
69
30
  "name": "allowance",
@@ -278,25 +239,6 @@
278
239
  ],
279
240
  "stateMutability": "view"
280
241
  },
281
- {
282
- "type": "function",
283
- "name": "supportsInterface",
284
- "inputs": [
285
- {
286
- "name": "interfaceId",
287
- "type": "bytes4",
288
- "internalType": "bytes4"
289
- }
290
- ],
291
- "outputs": [
292
- {
293
- "name": "",
294
- "type": "bool",
295
- "internalType": "bool"
296
- }
297
- ],
298
- "stateMutability": "pure"
299
- },
300
242
  {
301
243
  "type": "function",
302
244
  "name": "symbol",
@@ -882,51 +824,17 @@
882
824
  {
883
825
  "type": "error",
884
826
  "name": "WithWorld_CallerHasNoNamespaceAccess",
885
- "inputs": [
886
- {
887
- "name": "namespace",
888
- "type": "bytes14",
889
- "internalType": "bytes14"
890
- },
891
- {
892
- "name": "caller",
893
- "type": "address",
894
- "internalType": "address"
895
- }
896
- ]
897
- },
898
- {
899
- "type": "error",
900
- "name": "WithWorld_CallerIsNotWorld",
901
- "inputs": [
902
- {
903
- "name": "caller",
904
- "type": "address",
905
- "internalType": "address"
906
- }
907
- ]
827
+ "inputs": []
908
828
  },
909
829
  {
910
830
  "type": "error",
911
831
  "name": "WithWorld_NamespaceAlreadyExists",
912
- "inputs": [
913
- {
914
- "name": "namespace",
915
- "type": "bytes14",
916
- "internalType": "bytes14"
917
- }
918
- ]
832
+ "inputs": []
919
833
  },
920
834
  {
921
835
  "type": "error",
922
836
  "name": "WithWorld_NamespaceDoesNotExists",
923
- "inputs": [
924
- {
925
- "name": "namespace",
926
- "type": "bytes14",
927
- "internalType": "bytes14"
928
- }
929
- ]
837
+ "inputs": []
930
838
  },
931
839
  {
932
840
  "type": "error",
@@ -25,45 +25,6 @@ declare const abi: [
25
25
  ],
26
26
  "stateMutability": "nonpayable"
27
27
  },
28
- {
29
- "type": "function",
30
- "name": "_msgSender",
31
- "inputs": [],
32
- "outputs": [
33
- {
34
- "name": "sender",
35
- "type": "address",
36
- "internalType": "address"
37
- }
38
- ],
39
- "stateMutability": "view"
40
- },
41
- {
42
- "type": "function",
43
- "name": "_msgValue",
44
- "inputs": [],
45
- "outputs": [
46
- {
47
- "name": "value",
48
- "type": "uint256",
49
- "internalType": "uint256"
50
- }
51
- ],
52
- "stateMutability": "pure"
53
- },
54
- {
55
- "type": "function",
56
- "name": "_world",
57
- "inputs": [],
58
- "outputs": [
59
- {
60
- "name": "",
61
- "type": "address",
62
- "internalType": "address"
63
- }
64
- ],
65
- "stateMutability": "view"
66
- },
67
28
  {
68
29
  "type": "function",
69
30
  "name": "allowance",
@@ -278,25 +239,6 @@ declare const abi: [
278
239
  ],
279
240
  "stateMutability": "view"
280
241
  },
281
- {
282
- "type": "function",
283
- "name": "supportsInterface",
284
- "inputs": [
285
- {
286
- "name": "interfaceId",
287
- "type": "bytes4",
288
- "internalType": "bytes4"
289
- }
290
- ],
291
- "outputs": [
292
- {
293
- "name": "",
294
- "type": "bool",
295
- "internalType": "bool"
296
- }
297
- ],
298
- "stateMutability": "pure"
299
- },
300
242
  {
301
243
  "type": "function",
302
244
  "name": "symbol",
@@ -882,51 +824,17 @@ declare const abi: [
882
824
  {
883
825
  "type": "error",
884
826
  "name": "WithWorld_CallerHasNoNamespaceAccess",
885
- "inputs": [
886
- {
887
- "name": "namespace",
888
- "type": "bytes14",
889
- "internalType": "bytes14"
890
- },
891
- {
892
- "name": "caller",
893
- "type": "address",
894
- "internalType": "address"
895
- }
896
- ]
897
- },
898
- {
899
- "type": "error",
900
- "name": "WithWorld_CallerIsNotWorld",
901
- "inputs": [
902
- {
903
- "name": "caller",
904
- "type": "address",
905
- "internalType": "address"
906
- }
907
- ]
827
+ "inputs": []
908
828
  },
909
829
  {
910
830
  "type": "error",
911
831
  "name": "WithWorld_NamespaceAlreadyExists",
912
- "inputs": [
913
- {
914
- "name": "namespace",
915
- "type": "bytes14",
916
- "internalType": "bytes14"
917
- }
918
- ]
832
+ "inputs": []
919
833
  },
920
834
  {
921
835
  "type": "error",
922
836
  "name": "WithWorld_NamespaceDoesNotExists",
923
- "inputs": [
924
- {
925
- "name": "namespace",
926
- "type": "bytes14",
927
- "internalType": "bytes14"
928
- }
929
- ]
837
+ "inputs": []
930
838
  },
931
839
  {
932
840
  "type": "error",