@latticexyz/world-module-metadata 2.2.19 → 2.2.20-06e48e0239a5c7994ce73b4d2752860743fec4b0
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.abi.json +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.abi.json.d.ts +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.abi.json.d.ts +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.abi.json.d.ts +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/Delegation.sol/Delegation.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IWorld.sol/IWorld.json +1 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/InitModule.sol/InitModule.abi.json +3 -3
- package/out/InitModule.sol/InitModule.abi.json.d.ts +3 -3
- package/out/InitModule.sol/InitModule.json +1 -1
- package/out/MetadataModule.sol/MetadataModule.abi.json +3 -3
- package/out/MetadataModule.sol/MetadataModule.abi.json.d.ts +3 -3
- package/out/MetadataModule.sol/MetadataModule.json +1 -1
- package/out/MetadataModule.t.sol/MetadataModuleTest.json +1 -1
- package/out/MetadataSystem.sol/MetadataSystem.abi.json +1 -1
- package/out/MetadataSystem.sol/MetadataSystem.abi.json.d.ts +1 -1
- package/out/MetadataSystem.sol/MetadataSystem.json +1 -1
- package/out/Module.sol/Module.abi.json +1 -1
- package/out/Module.sol/Module.abi.json.d.ts +1 -1
- package/out/Module.sol/Module.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.abi.json.d.ts +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.abi.json +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/System.sol/System.abi.json +1 -1
- package/out/System.sol/System.abi.json.d.ts +1 -1
- package/out/System.sol/System.json +1 -1
- package/out/SystemCall.sol/SystemCall.json +1 -1
- package/out/World.sol/World.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.abi.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.abi.json.d.ts +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
- package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.abi.json.d.ts +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/build-info/{160aefb0e8bbb895d3d12767d8ce32fe.json → cc16e4daf4aa54dda840dc0bb6ee2490.json} +1 -1
- package/package.json +6 -6
- package/src/MetadataModule.sol +1 -5
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"internalType": "uint256"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
|
-
"stateMutability": "
|
|
26
|
+
"stateMutability": "view"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"type": "function",
|
|
@@ -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",
|
|
@@ -23,7 +23,7 @@ declare const abi: [
|
|
|
23
23
|
"internalType": "uint256"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
|
-
"stateMutability": "
|
|
26
|
+
"stateMutability": "view"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"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",
|