@latticexyz/world-module-erc20 2.2.19 → 2.2.20-391575967cd09bd527d819222232a54a7d722fc2
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/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/ERC20BaseTest.t.sol/ERC20BehaviorTest.json +1 -1
- package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreBehaviorTest.json +1 -1
- package/out/ERC20BaseTest.t.sol/ERC20WithInternalStoreTest.json +1 -1
- package/out/ERC20BaseTest.t.sol/ERC20WithWorldBehaviorTest.json +1 -1
- package/out/ERC20BaseTest.t.sol/ERC20WithWorldTest.json +1 -1
- package/out/ERC20BaseTest.t.sol/MockERC20Base.json +1 -1
- package/out/ERC20BaseTest.t.sol/MockERC20WithInternalStore.json +1 -1
- package/out/ERC20BaseTest.t.sol/MockERC20WithWorld.json +1 -1
- package/out/ERC20BaseTest.t.sol/TestConstants.json +1 -1
- package/out/ERC20Burnable.t.sol/ERC20BurnableTest.json +1 -1
- package/out/ERC20Burnable.t.sol/ERC20BurnableWithInternalStoreTest.json +1 -1
- package/out/ERC20Burnable.t.sol/ERC20BurnableWithWorldTest.json +1 -1
- package/out/ERC20Burnable.t.sol/MockERC20WithInternalStoreBurnable.json +1 -1
- package/out/ERC20Burnable.t.sol/MockERC20WithWorldBurnable.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.abi.json +2 -2
- package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +2 -2
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20RegistryLib.json +1 -1
- package/out/ERC20Module.t.sol/ERC20ModuleTest.json +1 -1
- package/out/ERC20Module.t.sol/TestConstants.json +1 -1
- package/out/ERC20Pausable.t.sol/ERC20PausableBehaviorTest.json +1 -1
- package/out/ERC20Pausable.t.sol/ERC20PausableWithInternalStoreTest.json +1 -1
- package/out/ERC20Pausable.t.sol/ERC20PausableWithWorldTest.json +1 -1
- package/out/ERC20Pausable.t.sol/MockERC20Pausable.json +1 -1
- package/out/ERC20Pausable.t.sol/MockERC20WithInternalStorePausable.json +1 -1
- package/out/ERC20Pausable.t.sol/MockERC20WithWorldPausable.json +1 -1
- package/out/ERC20WithInternalStore.sol/ERC20WithInternalStore.json +1 -1
- package/out/ERC20WithWorld.sol/ERC20WithWorld.json +1 -1
- package/out/InitModule.sol/InitModule.abi.json +2 -2
- package/out/InitModule.sol/InitModule.abi.json.d.ts +2 -2
- package/out/InitModule.sol/InitModule.json +1 -1
- package/out/Module.sol/Module.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/World.sol/World.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/build-info/{60c60a9593fdb00b3264c36836a28f39.json → 175d99f81f5752e758f7c3af96b26ced.json} +1 -1
- package/package.json +8 -8
- 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": "
|
|
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": "
|
|
65
|
+
"stateMutability": "nonpayable"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"type": "function",
|