@latticexyz/world-module-erc20 2.2.19-900ac35deebfa260bafb1697d15e95eef855cd69 → 2.2.20-306707570ec5fd27877d674502aa381d7fd89662

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 (43) hide show
  1. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  2. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  3. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  4. package/out/ERC20BaseTest.t.sol/ERC20BehaviorTest.json +1 -1
  5. package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreBehaviorTest.json +1 -1
  6. package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreTest.json +1 -1
  7. package/out/ERC20BaseTest.t.sol/ERC20WithWorldBehaviorTest.json +1 -1
  8. package/out/ERC20BaseTest.t.sol/ERC20WithWorldTest.json +1 -1
  9. package/out/ERC20BaseTest.t.sol/MockERC20Base.json +1 -1
  10. package/out/ERC20BaseTest.t.sol/MockERC20WithInternalStore.json +1 -1
  11. package/out/ERC20BaseTest.t.sol/MockERC20WithWorld.json +1 -1
  12. package/out/ERC20BaseTest.t.sol/TestConstants.json +1 -1
  13. package/out/ERC20Burnable.t.sol/ERC20BurnableTest.json +1 -1
  14. package/out/ERC20Burnable.t.sol/ERC20BurnableWithInternalStoreTest.json +1 -1
  15. package/out/ERC20Burnable.t.sol/ERC20BurnableWithWorldTest.json +1 -1
  16. package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.json +1 -1
  17. package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.json +1 -1
  18. package/out/ERC20Module.sol/ERC20Module.abi.json +2 -2
  19. package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +2 -2
  20. package/out/ERC20Module.sol/ERC20Module.json +1 -1
  21. package/out/ERC20Module.sol/ERC20RegistryLib.json +1 -1
  22. package/out/ERC20Module.t.sol/ERC20ModuleTest.json +1 -1
  23. package/out/ERC20Module.t.sol/TestConstants.json +1 -1
  24. package/out/ERC20Pausable.t.sol/ERC20PausableBehaviorTest.json +1 -1
  25. package/out/ERC20Pausable.t.sol/ERC20PausableWithInternalStoreTest.json +1 -1
  26. package/out/ERC20Pausable.t.sol/ERC20PausableWithWorldTest.json +1 -1
  27. package/out/ERC20Pausable.t.sol/MockERC20Pausable.json +1 -1
  28. package/out/ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.json +1 -1
  29. package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.json +1 -1
  30. package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.json +1 -1
  31. package/out/ERC20WithWorld.sol/ERC20WithWorld.json +1 -1
  32. package/out/InitModule.sol/InitModule.abi.json +2 -2
  33. package/out/InitModule.sol/InitModule.abi.json.d.ts +2 -2
  34. package/out/InitModule.sol/InitModule.json +1 -1
  35. package/out/Module.sol/Module.json +1 -1
  36. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  37. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  38. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  39. package/out/World.sol/World.json +1 -1
  40. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  41. package/out/build-info/{60c60a9593fdb00b3264c36836a28f39.json → 175d99f81f5752e758f7c3af96b26ced.json} +1 -1
  42. package/package.json +8 -8
  43. package/src/experimental/ERC20Module.sol +1 -5
@@ -56,13 +56,13 @@
56
56
  "name": "installRoot",
57
57
  "inputs": [
58
58
  {
59
- "name": "",
59
+ "name": "encodedArgs",
60
60
  "type": "bytes",
61
61
  "internalType": "bytes"
62
62
  }
63
63
  ],
64
64
  "outputs": [],
65
- "stateMutability": "pure"
65
+ "stateMutability": "nonpayable"
66
66
  },
67
67
  {
68
68
  "type": "function",
@@ -56,13 +56,13 @@ declare const abi: [
56
56
  "name": "installRoot",
57
57
  "inputs": [
58
58
  {
59
- "name": "",
59
+ "name": "encodedArgs",
60
60
  "type": "bytes",
61
61
  "internalType": "bytes"
62
62
  }
63
63
  ],
64
64
  "outputs": [],
65
- "stateMutability": "pure"
65
+ "stateMutability": "nonpayable"
66
66
  },
67
67
  {
68
68
  "type": "function",