@latticexyz/world-modules 2.0.0-main-44236041 → 2.0.0-main-a2e99323

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 (236) hide show
  1. package/out/AccessControl.sol/AccessControl.json +1 -1
  2. package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
  3. package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
  4. package/out/AddressArray.sol/AddressArray.json +1 -1
  5. package/out/Allowances.sol/Allowances.json +1 -1
  6. package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
  7. package/out/Balances.sol/Balances.json +1 -1
  8. package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
  9. package/out/Bool.sol/Bool.json +1 -1
  10. package/out/Bytes.sol/Bytes.json +1 -1
  11. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
  12. package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
  13. package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
  14. package/out/Delegation.sol/Delegation.json +1 -1
  15. package/out/DelegationControl.sol/DelegationControl.json +1 -1
  16. package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
  17. package/out/ERC165Checker.sol/ERC165Checker.json +1 -1
  18. package/out/ERC20.t.sol/ERC20Test.json +1 -1
  19. package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
  20. package/out/ERC20Module.sol/ERC20Module.abi.json +9 -9
  21. package/out/ERC20Module.sol/ERC20Module.abi.json.d.ts +9 -9
  22. package/out/ERC20Module.sol/ERC20Module.json +1 -1
  23. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json +9 -9
  24. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.abi.json.d.ts +9 -9
  25. package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
  26. package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
  27. package/out/ERC20System.sol/ERC20System.json +1 -1
  28. package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
  29. package/out/ERC721.t.sol/ERC721Test.json +1 -1
  30. package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
  31. package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
  32. package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
  33. package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
  34. package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
  35. package/out/ERC721Module.sol/ERC721Module.abi.json +9 -9
  36. package/out/ERC721Module.sol/ERC721Module.abi.json.d.ts +9 -9
  37. package/out/ERC721Module.sol/ERC721Module.json +1 -1
  38. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json +9 -9
  39. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.abi.json.d.ts +9 -9
  40. package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
  41. package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
  42. package/out/ERC721System.sol/ERC721System.json +1 -1
  43. package/out/EchoSubscriber.sol/EchoSubscriber.abi.json +5 -0
  44. package/out/EchoSubscriber.sol/EchoSubscriber.abi.json.d.ts +5 -0
  45. package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
  46. package/out/EncodeArray.sol/EncodeArray.json +1 -1
  47. package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
  48. package/out/FieldLayout.sol/FieldLayoutLib.abi.json +88 -1
  49. package/out/FieldLayout.sol/FieldLayoutLib.abi.json.d.ts +88 -0
  50. package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
  51. package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -1
  52. package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
  53. package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
  54. package/out/Hook.sol/HookInstance.json +1 -1
  55. package/out/Hook.sol/HookLib.json +1 -1
  56. package/out/Hooks.sol/Hooks.json +1 -1
  57. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
  58. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
  59. package/out/IBaseWorld.sol/IBaseWorld.abi.json +202 -0
  60. package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +202 -0
  61. package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
  62. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
  63. package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
  64. package/out/IERC20System.sol/IERC20System.json +1 -1
  65. package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
  66. package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
  67. package/out/IModule.sol/IModule.json +1 -1
  68. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
  69. package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
  70. package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -1
  71. package/out/IStore.sol/IStore.abi.json +202 -0
  72. package/out/IStore.sol/IStore.abi.json.d.ts +202 -0
  73. package/out/IStore.sol/IStore.json +1 -1
  74. package/out/IStoreData.sol/IStoreData.json +1 -1
  75. package/out/IStoreErrors.sol/IStoreErrors.abi.json +204 -0
  76. package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +204 -0
  77. package/out/IStoreErrors.sol/IStoreErrors.json +1 -0
  78. package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
  79. package/out/IStoreHook.sol/IStoreHook.abi.json +5 -0
  80. package/out/IStoreHook.sol/IStoreHook.abi.json.d.ts +5 -0
  81. package/out/IStoreHook.sol/IStoreHook.json +1 -1
  82. package/out/IStoreRead.sol/IStoreRead.json +1 -1
  83. package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
  84. package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
  85. package/out/ISystemHook.sol/ISystemHook.json +1 -1
  86. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
  87. package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
  88. package/out/IWorldKernel.sol/IWorldCall.json +1 -1
  89. package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
  90. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
  91. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
  92. package/out/InitModule.sol/InitModule.abi.json +9 -9
  93. package/out/InitModule.sol/InitModule.abi.json.d.ts +9 -9
  94. package/out/InitModule.sol/InitModule.json +1 -1
  95. package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -1
  96. package/out/InstalledModules.sol/InstalledModules.json +1 -1
  97. package/out/KeysInTable.sol/KeysInTable.json +1 -1
  98. package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
  99. package/out/KeysInTableModule.sol/KeysInTableModule.abi.json +2 -2
  100. package/out/KeysInTableModule.sol/KeysInTableModule.abi.json.d.ts +2 -2
  101. package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
  102. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json +6 -6
  103. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.abi.json.d.ts +6 -6
  104. package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
  105. package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
  106. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
  107. package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json +2 -2
  108. package/out/KeysWithValueModule.sol/KeysWithValueModule.abi.json.d.ts +2 -2
  109. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
  110. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json +6 -6
  111. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.abi.json.d.ts +6 -6
  112. package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
  113. package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -1
  114. package/out/Memory.sol/Memory.json +1 -1
  115. package/out/Module.sol/Module.json +1 -1
  116. package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
  117. package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
  118. package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
  119. package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
  120. package/out/Owners.sol/Owners.json +1 -1
  121. package/out/PackedCounter.sol/PackedCounterInstance.abi.json +13 -1
  122. package/out/PackedCounter.sol/PackedCounterInstance.abi.json.d.ts +13 -0
  123. package/out/PackedCounter.sol/PackedCounterInstance.json +1 -1
  124. package/out/PackedCounter.sol/PackedCounterLib.json +1 -1
  125. package/out/Puppet.sol/Puppet.json +1 -1
  126. package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
  127. package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
  128. package/out/PuppetMaster.sol/PuppetMaster.abi.json +18 -1
  129. package/out/PuppetMaster.sol/PuppetMaster.abi.json.d.ts +18 -0
  130. package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
  131. package/out/PuppetModule.sol/PuppetModule.abi.json +9 -9
  132. package/out/PuppetModule.sol/PuppetModule.abi.json.d.ts +9 -9
  133. package/out/PuppetModule.sol/PuppetModule.json +1 -1
  134. package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
  135. package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
  136. package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
  137. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json +9 -9
  138. package/out/RegistrationSystem.sol/RegistrationSystem.abi.json.d.ts +9 -9
  139. package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
  140. package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
  141. package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
  142. package/out/ResourceId.sol/ResourceIdLib.json +1 -1
  143. package/out/ResourceIds.sol/ResourceIds.json +1 -1
  144. package/out/RevertSubscriber.sol/RevertSubscriber.abi.json +5 -0
  145. package/out/RevertSubscriber.sol/RevertSubscriber.abi.json.d.ts +5 -0
  146. package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
  147. package/out/Schema.sol/SchemaInstance.json +1 -1
  148. package/out/Schema.sol/SchemaLib.abi.json +18 -1
  149. package/out/Schema.sol/SchemaLib.abi.json.d.ts +18 -0
  150. package/out/Schema.sol/SchemaLib.json +1 -1
  151. package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
  152. package/out/Slice.sol/SliceInstance.json +1 -1
  153. package/out/Slice.sol/SliceLib.abi.json +23 -1
  154. package/out/Slice.sol/SliceLib.abi.json.d.ts +23 -0
  155. package/out/Slice.sol/SliceLib.json +1 -1
  156. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json +9 -9
  157. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.abi.json.d.ts +9 -9
  158. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
  159. package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
  160. package/out/Storage.sol/Storage.json +1 -1
  161. package/out/StoreCore.sol/StoreCore.json +1 -1
  162. package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
  163. package/out/StoreData.sol/StoreData.json +1 -1
  164. package/out/StoreHook.sol/StoreHook.json +1 -1
  165. package/out/StoreHooks.sol/StoreHooks.json +1 -1
  166. package/out/StoreRead.sol/StoreRead.json +1 -1
  167. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json +9 -9
  168. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.abi.json.d.ts +9 -9
  169. package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
  170. package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
  171. package/out/System.sol/System.json +1 -1
  172. package/out/SystemCall.sol/SystemCall.json +1 -1
  173. package/out/SystemHook.sol/SystemHook.json +1 -1
  174. package/out/SystemHooks.sol/SystemHooks.json +1 -1
  175. package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
  176. package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
  177. package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
  178. package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json +2 -2
  179. package/out/SystemSwitch.t.sol/SystemSwitchTest.abi.json.d.ts +2 -2
  180. package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
  181. package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
  182. package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
  183. package/out/Systems.sol/Systems.json +1 -1
  184. package/out/Tables.sol/Tables.json +1 -1
  185. package/out/TightCoder.sol/TightCoder.json +1 -1
  186. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
  187. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
  188. package/out/TokenApproval.sol/TokenApproval.json +1 -1
  189. package/out/TokenURI.sol/TokenURI.json +1 -1
  190. package/out/TotalSupply.sol/TotalSupply.json +1 -1
  191. package/out/TwoFields.sol/TwoFields.json +1 -1
  192. package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
  193. package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json +9 -9
  194. package/out/UniqueEntityModule.sol/UniqueEntityModule.abi.json.d.ts +9 -9
  195. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
  196. package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
  197. package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
  198. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
  199. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
  200. package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
  201. package/out/World.sol/World.json +1 -1
  202. package/out/World.t.sol/EchoSystemHook.json +1 -1
  203. package/out/World.t.sol/IWorldTestSystem.json +1 -1
  204. package/out/World.t.sol/PayableFallbackSystem.json +1 -1
  205. package/out/World.t.sol/RevertSystemHook.json +1 -1
  206. package/out/World.t.sol/WorldTest.abi.json +6 -6
  207. package/out/World.t.sol/WorldTest.abi.json.d.ts +6 -6
  208. package/out/World.t.sol/WorldTest.json +1 -1
  209. package/out/World.t.sol/WorldTestSystem.json +1 -1
  210. package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
  211. package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
  212. package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
  213. package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
  214. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
  215. package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
  216. package/out/constants.sol/LayoutOffsets.json +1 -1
  217. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +202 -0
  218. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +202 -0
  219. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
  220. package/out/query.t.sol/QueryTest.abi.json +6 -6
  221. package/out/query.t.sol/QueryTest.abi.json.d.ts +6 -6
  222. package/out/query.t.sol/QueryTest.json +1 -1
  223. package/out/tables/Balances.sol/Balances.json +1 -1
  224. package/out/world/src/IERC165.sol/IERC165.json +1 -1
  225. package/package.json +8 -8
  226. package/src/interfaces/IBaseWorld.sol +1 -0
  227. package/src/interfaces/IERC20System.sol +1 -0
  228. package/src/interfaces/IPuppetFactorySystem.sol +1 -0
  229. package/src/modules/erc20-puppet/ERC20Module.sol +2 -2
  230. package/src/modules/erc721-puppet/ERC721Module.sol +2 -2
  231. package/src/modules/erc721-puppet/IERC721Metadata.sol +1 -0
  232. package/src/modules/erc721-puppet/IERC721Receiver.sol +1 -0
  233. package/src/modules/puppet/Puppet.sol +2 -2
  234. package/src/modules/puppet/PuppetMaster.sol +2 -2
  235. package/src/utils/AccessControlLib.sol +1 -0
  236. package/src/utils/SystemSwitch.sol +1 -0
@@ -1 +1 @@
1
- {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"2231:1714:59:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;2231:1714:59;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"2231:1714:59:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"title\":\"WorldResourceIdInstance\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"A library for handling instances of World Resource IDs.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":\"WorldResourceIdInstance\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xf506b8e9521a2173ae51aca038b86f705ac6c10fc6361c5df32ea37c7218fdbd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9ce5626141f377ea6c9477a27205fa23013c321423950a97f75a2685ac401c55\",\"dweb:/ipfs/QmfYjQmUcQUm46dRHbiYkUnoBokHuS58WZUd8oSdGKKohy\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2\",\"dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x515001322ebb9b58c62be0bd96ba65dc82841cc550533f283813ad24baaf2554\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b014d298897dfc75189c10f5e3d970d8368db734c545f6c7d4833cec9c7117eb\",\"dweb:/ipfs/Qmcs7rTdh6zVyDHczXW6mEJqVmndZZTDSjNC1jouf43hTX\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xf668eeaecd294a2b8b9e1a771161373af84abe42b8a9820cf9d3092a9a1e64bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01f2939361e51497304e66bdcd9cb33bfea95737fce41ca731f20d3b5dbd5f74\",\"dweb:/ipfs/QmayLveLBSq8axMgbouD411V5BTiYXKbg9ddEpxjcMU4ez\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x3478328afa3363bcb25271cdcd4c23355f53be785ae0aab5159490122831b8ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5192c5d7dbe1e5521fc9af4830c991be7209652080c507ee6860cc3746dce96d\",\"dweb:/ipfs/Qmbf6ge8pEwaGhjei7MKFCNk9UbCb55AvUadbbeqyNKJ12\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/WorldResourceId.sol":"WorldResourceIdInstance"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0xf506b8e9521a2173ae51aca038b86f705ac6c10fc6361c5df32ea37c7218fdbd","urls":["bzz-raw://9ce5626141f377ea6c9477a27205fa23013c321423950a97f75a2685ac401c55","dweb:/ipfs/QmfYjQmUcQUm46dRHbiYkUnoBokHuS58WZUd8oSdGKKohy"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18","urls":["bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2","dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x515001322ebb9b58c62be0bd96ba65dc82841cc550533f283813ad24baaf2554","urls":["bzz-raw://b014d298897dfc75189c10f5e3d970d8368db734c545f6c7d4833cec9c7117eb","dweb:/ipfs/Qmcs7rTdh6zVyDHczXW6mEJqVmndZZTDSjNC1jouf43hTX"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xf668eeaecd294a2b8b9e1a771161373af84abe42b8a9820cf9d3092a9a1e64bd","urls":["bzz-raw://01f2939361e51497304e66bdcd9cb33bfea95737fce41ca731f20d3b5dbd5f74","dweb:/ipfs/QmayLveLBSq8axMgbouD411V5BTiYXKbg9ddEpxjcMU4ez"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0x3478328afa3363bcb25271cdcd4c23355f53be785ae0aab5159490122831b8ed","urls":["bzz-raw://5192c5d7dbe1e5521fc9af4830c991be7209652080c507ee6860cc3746dce96d","dweb:/ipfs/Qmbf6ge8pEwaGhjei7MKFCNk9UbCb55AvUadbbeqyNKJ12"],"license":"MIT"}},"version":1},"id":59}
1
+ {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"2363:1714:59:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;2363:1714:59;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"2363:1714:59:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"kind\":\"dev\",\"methods\":{},\"title\":\"WorldResourceIdInstance\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"A library for handling instances of World Resource IDs.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":\"WorldResourceIdInstance\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea\",\"dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539\",\"dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586\",\"dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff\",\"dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea\",\"dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/WorldResourceId.sol":"WorldResourceIdInstance"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4","urls":["bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea","dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411","urls":["bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539","dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261","urls":["bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586","dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797","urls":["bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff","dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465","urls":["bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea","dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk"],"license":"MIT"}},"version":1},"id":59}
@@ -1 +1 @@
1
- {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"729:1391:59:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;729:1391:59;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"729:1391:59:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"title\":\"WorldResourceIdLib\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"A library for handling World Resource ID encoding and decoding.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":\"WorldResourceIdLib\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xf506b8e9521a2173ae51aca038b86f705ac6c10fc6361c5df32ea37c7218fdbd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9ce5626141f377ea6c9477a27205fa23013c321423950a97f75a2685ac401c55\",\"dweb:/ipfs/QmfYjQmUcQUm46dRHbiYkUnoBokHuS58WZUd8oSdGKKohy\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2\",\"dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x515001322ebb9b58c62be0bd96ba65dc82841cc550533f283813ad24baaf2554\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b014d298897dfc75189c10f5e3d970d8368db734c545f6c7d4833cec9c7117eb\",\"dweb:/ipfs/Qmcs7rTdh6zVyDHczXW6mEJqVmndZZTDSjNC1jouf43hTX\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0xf668eeaecd294a2b8b9e1a771161373af84abe42b8a9820cf9d3092a9a1e64bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://01f2939361e51497304e66bdcd9cb33bfea95737fce41ca731f20d3b5dbd5f74\",\"dweb:/ipfs/QmayLveLBSq8axMgbouD411V5BTiYXKbg9ddEpxjcMU4ez\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0x3478328afa3363bcb25271cdcd4c23355f53be785ae0aab5159490122831b8ed\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5192c5d7dbe1e5521fc9af4830c991be7209652080c507ee6860cc3746dce96d\",\"dweb:/ipfs/Qmbf6ge8pEwaGhjei7MKFCNk9UbCb55AvUadbbeqyNKJ12\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/WorldResourceId.sol":"WorldResourceIdLib"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0xf506b8e9521a2173ae51aca038b86f705ac6c10fc6361c5df32ea37c7218fdbd","urls":["bzz-raw://9ce5626141f377ea6c9477a27205fa23013c321423950a97f75a2685ac401c55","dweb:/ipfs/QmfYjQmUcQUm46dRHbiYkUnoBokHuS58WZUd8oSdGKKohy"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0xdca93829ef7e90c12678d3b7bcafee1d3ec9499abfc76c91edd188a8923f4f18","urls":["bzz-raw://3193518ae917765035c845266de41ccebde7a7a06ee6fd7f000534a530975ab2","dweb:/ipfs/QmYr9dCG2HKUMrXHevyRanqsPRHYpD2dnpgZkvwZYqWHe9"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x515001322ebb9b58c62be0bd96ba65dc82841cc550533f283813ad24baaf2554","urls":["bzz-raw://b014d298897dfc75189c10f5e3d970d8368db734c545f6c7d4833cec9c7117eb","dweb:/ipfs/Qmcs7rTdh6zVyDHczXW6mEJqVmndZZTDSjNC1jouf43hTX"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0xf668eeaecd294a2b8b9e1a771161373af84abe42b8a9820cf9d3092a9a1e64bd","urls":["bzz-raw://01f2939361e51497304e66bdcd9cb33bfea95737fce41ca731f20d3b5dbd5f74","dweb:/ipfs/QmayLveLBSq8axMgbouD411V5BTiYXKbg9ddEpxjcMU4ez"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0x3478328afa3363bcb25271cdcd4c23355f53be785ae0aab5159490122831b8ed","urls":["bzz-raw://5192c5d7dbe1e5521fc9af4830c991be7209652080c507ee6860cc3746dce96d","dweb:/ipfs/Qmbf6ge8pEwaGhjei7MKFCNk9UbCb55AvUadbbeqyNKJ12"],"license":"MIT"}},"version":1},"id":59}
1
+ {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"795:1391:59:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;795:1391:59;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"795:1391:59:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"kind\":\"dev\",\"methods\":{},\"title\":\"WorldResourceIdLib\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"A library for handling World Resource ID encoding and decoding.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":\"WorldResourceIdLib\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea\",\"dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539\",\"dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586\",\"dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff\",\"dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea\",\"dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/WorldResourceId.sol":"WorldResourceIdLib"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4","urls":["bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea","dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411","urls":["bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539","dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261","urls":["bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586","dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797","urls":["bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff","dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465","urls":["bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea","dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk"],"license":"MIT"}},"version":1},"id":59}
@@ -1 +1 @@
1
- {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1109:508:29:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1109:508:29;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1109:508:29:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"FieldLayout and Schema utilize the same offset values for metadata.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"LayoutOffsets Library\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"This library provides constant offsets for FieldLayout and Schema metadata.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/constants.sol\":\"LayoutOffsets\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2\",\"dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/store/src/constants.sol":"LayoutOffsets"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x2fe1752ecfb01c2de84cd9ae0c47fef85f9f0a7668ae31dc8b19724570eaad50","urls":["bzz-raw://cb90fb960543d00b37df49274c3b7bda6f2c8fb1b363226610f6de7f5bffc7c2","dweb:/ipfs/Qmc1ZQ6xPm8jXaWbc9Lakq2uZxY3pqtVC8r3WnNDFgLGTN"],"license":"MIT"}},"version":1},"id":29}
1
+ {"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1217:508:30:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1217:508:30;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1217:508:30:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"details\":\"FieldLayout and Schema utilize the same offset values for metadata.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"LayoutOffsets Library\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"This library provides constant offsets for FieldLayout and Schema metadata.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/constants.sol\":\"LayoutOffsets\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/store/src/constants.sol":"LayoutOffsets"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"}},"version":1},"id":30}
@@ -1445,6 +1445,208 @@
1445
1445
  ],
1446
1446
  "anonymous": false
1447
1447
  },
1448
+ {
1449
+ "type": "error",
1450
+ "name": "Store_IndexOutOfBounds",
1451
+ "inputs": [
1452
+ {
1453
+ "name": "length",
1454
+ "type": "uint256",
1455
+ "internalType": "uint256"
1456
+ },
1457
+ {
1458
+ "name": "accessedIndex",
1459
+ "type": "uint256",
1460
+ "internalType": "uint256"
1461
+ }
1462
+ ]
1463
+ },
1464
+ {
1465
+ "type": "error",
1466
+ "name": "Store_InvalidBounds",
1467
+ "inputs": [
1468
+ {
1469
+ "name": "start",
1470
+ "type": "uint256",
1471
+ "internalType": "uint256"
1472
+ },
1473
+ {
1474
+ "name": "end",
1475
+ "type": "uint256",
1476
+ "internalType": "uint256"
1477
+ }
1478
+ ]
1479
+ },
1480
+ {
1481
+ "type": "error",
1482
+ "name": "Store_InvalidFieldNamesLength",
1483
+ "inputs": [
1484
+ {
1485
+ "name": "expected",
1486
+ "type": "uint256",
1487
+ "internalType": "uint256"
1488
+ },
1489
+ {
1490
+ "name": "received",
1491
+ "type": "uint256",
1492
+ "internalType": "uint256"
1493
+ }
1494
+ ]
1495
+ },
1496
+ {
1497
+ "type": "error",
1498
+ "name": "Store_InvalidKeyNamesLength",
1499
+ "inputs": [
1500
+ {
1501
+ "name": "expected",
1502
+ "type": "uint256",
1503
+ "internalType": "uint256"
1504
+ },
1505
+ {
1506
+ "name": "received",
1507
+ "type": "uint256",
1508
+ "internalType": "uint256"
1509
+ }
1510
+ ]
1511
+ },
1512
+ {
1513
+ "type": "error",
1514
+ "name": "Store_InvalidResourceType",
1515
+ "inputs": [
1516
+ {
1517
+ "name": "expected",
1518
+ "type": "bytes2",
1519
+ "internalType": "bytes2"
1520
+ },
1521
+ {
1522
+ "name": "resourceId",
1523
+ "type": "bytes32",
1524
+ "internalType": "ResourceId"
1525
+ },
1526
+ {
1527
+ "name": "resourceIdString",
1528
+ "type": "string",
1529
+ "internalType": "string"
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "type": "error",
1535
+ "name": "Store_InvalidSplice",
1536
+ "inputs": [
1537
+ {
1538
+ "name": "startWithinField",
1539
+ "type": "uint40",
1540
+ "internalType": "uint40"
1541
+ },
1542
+ {
1543
+ "name": "deleteCount",
1544
+ "type": "uint40",
1545
+ "internalType": "uint40"
1546
+ },
1547
+ {
1548
+ "name": "fieldLength",
1549
+ "type": "uint40",
1550
+ "internalType": "uint40"
1551
+ }
1552
+ ]
1553
+ },
1554
+ {
1555
+ "type": "error",
1556
+ "name": "Store_InvalidStaticDataLength",
1557
+ "inputs": [
1558
+ {
1559
+ "name": "expected",
1560
+ "type": "uint256",
1561
+ "internalType": "uint256"
1562
+ },
1563
+ {
1564
+ "name": "received",
1565
+ "type": "uint256",
1566
+ "internalType": "uint256"
1567
+ }
1568
+ ]
1569
+ },
1570
+ {
1571
+ "type": "error",
1572
+ "name": "Store_InvalidValueSchemaDynamicLength",
1573
+ "inputs": [
1574
+ {
1575
+ "name": "expected",
1576
+ "type": "uint256",
1577
+ "internalType": "uint256"
1578
+ },
1579
+ {
1580
+ "name": "received",
1581
+ "type": "uint256",
1582
+ "internalType": "uint256"
1583
+ }
1584
+ ]
1585
+ },
1586
+ {
1587
+ "type": "error",
1588
+ "name": "Store_InvalidValueSchemaLength",
1589
+ "inputs": [
1590
+ {
1591
+ "name": "expected",
1592
+ "type": "uint256",
1593
+ "internalType": "uint256"
1594
+ },
1595
+ {
1596
+ "name": "received",
1597
+ "type": "uint256",
1598
+ "internalType": "uint256"
1599
+ }
1600
+ ]
1601
+ },
1602
+ {
1603
+ "type": "error",
1604
+ "name": "Store_InvalidValueSchemaStaticLength",
1605
+ "inputs": [
1606
+ {
1607
+ "name": "expected",
1608
+ "type": "uint256",
1609
+ "internalType": "uint256"
1610
+ },
1611
+ {
1612
+ "name": "received",
1613
+ "type": "uint256",
1614
+ "internalType": "uint256"
1615
+ }
1616
+ ]
1617
+ },
1618
+ {
1619
+ "type": "error",
1620
+ "name": "Store_TableAlreadyExists",
1621
+ "inputs": [
1622
+ {
1623
+ "name": "tableId",
1624
+ "type": "bytes32",
1625
+ "internalType": "ResourceId"
1626
+ },
1627
+ {
1628
+ "name": "tableIdString",
1629
+ "type": "string",
1630
+ "internalType": "string"
1631
+ }
1632
+ ]
1633
+ },
1634
+ {
1635
+ "type": "error",
1636
+ "name": "Store_TableNotFound",
1637
+ "inputs": [
1638
+ {
1639
+ "name": "tableId",
1640
+ "type": "bytes32",
1641
+ "internalType": "ResourceId"
1642
+ },
1643
+ {
1644
+ "name": "tableIdString",
1645
+ "type": "string",
1646
+ "internalType": "string"
1647
+ }
1648
+ ]
1649
+ },
1448
1650
  {
1449
1651
  "type": "error",
1450
1652
  "name": "World_AccessDenied",
@@ -1445,6 +1445,208 @@ declare const abi: [
1445
1445
  ],
1446
1446
  "anonymous": false
1447
1447
  },
1448
+ {
1449
+ "type": "error",
1450
+ "name": "Store_IndexOutOfBounds",
1451
+ "inputs": [
1452
+ {
1453
+ "name": "length",
1454
+ "type": "uint256",
1455
+ "internalType": "uint256"
1456
+ },
1457
+ {
1458
+ "name": "accessedIndex",
1459
+ "type": "uint256",
1460
+ "internalType": "uint256"
1461
+ }
1462
+ ]
1463
+ },
1464
+ {
1465
+ "type": "error",
1466
+ "name": "Store_InvalidBounds",
1467
+ "inputs": [
1468
+ {
1469
+ "name": "start",
1470
+ "type": "uint256",
1471
+ "internalType": "uint256"
1472
+ },
1473
+ {
1474
+ "name": "end",
1475
+ "type": "uint256",
1476
+ "internalType": "uint256"
1477
+ }
1478
+ ]
1479
+ },
1480
+ {
1481
+ "type": "error",
1482
+ "name": "Store_InvalidFieldNamesLength",
1483
+ "inputs": [
1484
+ {
1485
+ "name": "expected",
1486
+ "type": "uint256",
1487
+ "internalType": "uint256"
1488
+ },
1489
+ {
1490
+ "name": "received",
1491
+ "type": "uint256",
1492
+ "internalType": "uint256"
1493
+ }
1494
+ ]
1495
+ },
1496
+ {
1497
+ "type": "error",
1498
+ "name": "Store_InvalidKeyNamesLength",
1499
+ "inputs": [
1500
+ {
1501
+ "name": "expected",
1502
+ "type": "uint256",
1503
+ "internalType": "uint256"
1504
+ },
1505
+ {
1506
+ "name": "received",
1507
+ "type": "uint256",
1508
+ "internalType": "uint256"
1509
+ }
1510
+ ]
1511
+ },
1512
+ {
1513
+ "type": "error",
1514
+ "name": "Store_InvalidResourceType",
1515
+ "inputs": [
1516
+ {
1517
+ "name": "expected",
1518
+ "type": "bytes2",
1519
+ "internalType": "bytes2"
1520
+ },
1521
+ {
1522
+ "name": "resourceId",
1523
+ "type": "bytes32",
1524
+ "internalType": "ResourceId"
1525
+ },
1526
+ {
1527
+ "name": "resourceIdString",
1528
+ "type": "string",
1529
+ "internalType": "string"
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "type": "error",
1535
+ "name": "Store_InvalidSplice",
1536
+ "inputs": [
1537
+ {
1538
+ "name": "startWithinField",
1539
+ "type": "uint40",
1540
+ "internalType": "uint40"
1541
+ },
1542
+ {
1543
+ "name": "deleteCount",
1544
+ "type": "uint40",
1545
+ "internalType": "uint40"
1546
+ },
1547
+ {
1548
+ "name": "fieldLength",
1549
+ "type": "uint40",
1550
+ "internalType": "uint40"
1551
+ }
1552
+ ]
1553
+ },
1554
+ {
1555
+ "type": "error",
1556
+ "name": "Store_InvalidStaticDataLength",
1557
+ "inputs": [
1558
+ {
1559
+ "name": "expected",
1560
+ "type": "uint256",
1561
+ "internalType": "uint256"
1562
+ },
1563
+ {
1564
+ "name": "received",
1565
+ "type": "uint256",
1566
+ "internalType": "uint256"
1567
+ }
1568
+ ]
1569
+ },
1570
+ {
1571
+ "type": "error",
1572
+ "name": "Store_InvalidValueSchemaDynamicLength",
1573
+ "inputs": [
1574
+ {
1575
+ "name": "expected",
1576
+ "type": "uint256",
1577
+ "internalType": "uint256"
1578
+ },
1579
+ {
1580
+ "name": "received",
1581
+ "type": "uint256",
1582
+ "internalType": "uint256"
1583
+ }
1584
+ ]
1585
+ },
1586
+ {
1587
+ "type": "error",
1588
+ "name": "Store_InvalidValueSchemaLength",
1589
+ "inputs": [
1590
+ {
1591
+ "name": "expected",
1592
+ "type": "uint256",
1593
+ "internalType": "uint256"
1594
+ },
1595
+ {
1596
+ "name": "received",
1597
+ "type": "uint256",
1598
+ "internalType": "uint256"
1599
+ }
1600
+ ]
1601
+ },
1602
+ {
1603
+ "type": "error",
1604
+ "name": "Store_InvalidValueSchemaStaticLength",
1605
+ "inputs": [
1606
+ {
1607
+ "name": "expected",
1608
+ "type": "uint256",
1609
+ "internalType": "uint256"
1610
+ },
1611
+ {
1612
+ "name": "received",
1613
+ "type": "uint256",
1614
+ "internalType": "uint256"
1615
+ }
1616
+ ]
1617
+ },
1618
+ {
1619
+ "type": "error",
1620
+ "name": "Store_TableAlreadyExists",
1621
+ "inputs": [
1622
+ {
1623
+ "name": "tableId",
1624
+ "type": "bytes32",
1625
+ "internalType": "ResourceId"
1626
+ },
1627
+ {
1628
+ "name": "tableIdString",
1629
+ "type": "string",
1630
+ "internalType": "string"
1631
+ }
1632
+ ]
1633
+ },
1634
+ {
1635
+ "type": "error",
1636
+ "name": "Store_TableNotFound",
1637
+ "inputs": [
1638
+ {
1639
+ "name": "tableId",
1640
+ "type": "bytes32",
1641
+ "internalType": "ResourceId"
1642
+ },
1643
+ {
1644
+ "name": "tableIdString",
1645
+ "type": "string",
1646
+ "internalType": "string"
1647
+ }
1648
+ ]
1649
+ },
1448
1650
  {
1449
1651
  "type": "error",
1450
1652
  "name": "World_AccessDenied",