@latticexyz/world-module-erc20 2.2.20-391575967cd09bd527d819222232a54a7d722fc2 → 2.2.20-b7901812d4035faa3ec9bb75f31ffe7af398bdf2
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/{175d99f81f5752e758f7c3af96b26ced.json → 60c60a9593fdb00b3264c36836a28f39.json} +1 -1
- package/package.json +8 -8
- package/src/experimental/ERC20Module.sol +5 -1
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"name": "install",
|
|
70
70
|
"inputs": [
|
|
71
71
|
{
|
|
72
|
-
"name": "
|
|
72
|
+
"name": "",
|
|
73
73
|
"type": "bytes",
|
|
74
74
|
"internalType": "bytes"
|
|
75
75
|
}
|
|
76
76
|
],
|
|
77
77
|
"outputs": [],
|
|
78
|
-
"stateMutability": "
|
|
78
|
+
"stateMutability": "pure"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"type": "function",
|
|
@@ -69,13 +69,13 @@ declare const abi: [
|
|
|
69
69
|
"name": "install",
|
|
70
70
|
"inputs": [
|
|
71
71
|
{
|
|
72
|
-
"name": "
|
|
72
|
+
"name": "",
|
|
73
73
|
"type": "bytes",
|
|
74
74
|
"internalType": "bytes"
|
|
75
75
|
}
|
|
76
76
|
],
|
|
77
77
|
"outputs": [],
|
|
78
|
-
"stateMutability": "
|
|
78
|
+
"stateMutability": "pure"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"type": "function",
|