@latticexyz/world-consumer 2.2.21-041031d271b62a7f41f7c6dc0098c1c0ae222bd5 → 2.2.21-581228bd857077023efdb496a9a44fa62ff89936
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/SimpleVault.sol/IERC20.json +1 -1
- package/out/SimpleVault.sol/SimpleVault.abi.json +46 -9
- package/out/SimpleVault.sol/SimpleVault.abi.json.d.ts +46 -9
- package/out/SimpleVault.sol/SimpleVault.json +1 -1
- package/out/WorldConsumer.sol/WorldConsumer.abi.json +45 -8
- package/out/WorldConsumer.sol/WorldConsumer.abi.json.d.ts +45 -8
- package/out/WorldConsumer.sol/WorldConsumer.json +1 -1
- package/out/WorldConsumer.t.sol/MockWorldConsumer.abi.json +73 -12
- package/out/WorldConsumer.t.sol/MockWorldConsumer.abi.json.d.ts +73 -12
- package/out/WorldConsumer.t.sol/MockWorldConsumer.json +1 -1
- package/out/WorldConsumer.t.sol/WorldConsumerTest.abi.json +1 -15
- package/out/WorldConsumer.t.sol/WorldConsumerTest.abi.json.d.ts +1 -15
- package/out/WorldConsumer.t.sol/WorldConsumerTest.json +1 -1
- package/out/build-info/{83e2a919446e0dcf0f3773965a164f69.json → 035195f71f276cfc878db57a98c5269a.json} +1 -1
- package/package.json +6 -6
- package/src/examples/SimpleVault.sol +3 -6
- package/src/experimental/WorldConsumer.sol +29 -24
|
@@ -89,13 +89,6 @@
|
|
|
89
89
|
],
|
|
90
90
|
"stateMutability": "view"
|
|
91
91
|
},
|
|
92
|
-
{
|
|
93
|
-
"type": "function",
|
|
94
|
-
"name": "setUp",
|
|
95
|
-
"inputs": [],
|
|
96
|
-
"outputs": [],
|
|
97
|
-
"stateMutability": "nonpayable"
|
|
98
|
-
},
|
|
99
92
|
{
|
|
100
93
|
"type": "function",
|
|
101
94
|
"name": "targetArtifactSelectors",
|
|
@@ -231,13 +224,6 @@
|
|
|
231
224
|
"outputs": [],
|
|
232
225
|
"stateMutability": "nonpayable"
|
|
233
226
|
},
|
|
234
|
-
{
|
|
235
|
-
"type": "function",
|
|
236
|
-
"name": "testOnlyNamespaceOwner",
|
|
237
|
-
"inputs": [],
|
|
238
|
-
"outputs": [],
|
|
239
|
-
"stateMutability": "nonpayable"
|
|
240
|
-
},
|
|
241
227
|
{
|
|
242
228
|
"type": "function",
|
|
243
229
|
"name": "testOnlyWorld",
|
|
@@ -250,7 +236,7 @@
|
|
|
250
236
|
"name": "testWorldConsumer",
|
|
251
237
|
"inputs": [],
|
|
252
238
|
"outputs": [],
|
|
253
|
-
"stateMutability": "
|
|
239
|
+
"stateMutability": "nonpayable"
|
|
254
240
|
},
|
|
255
241
|
{
|
|
256
242
|
"type": "event",
|
|
@@ -89,13 +89,6 @@ declare const abi: [
|
|
|
89
89
|
],
|
|
90
90
|
"stateMutability": "view"
|
|
91
91
|
},
|
|
92
|
-
{
|
|
93
|
-
"type": "function",
|
|
94
|
-
"name": "setUp",
|
|
95
|
-
"inputs": [],
|
|
96
|
-
"outputs": [],
|
|
97
|
-
"stateMutability": "nonpayable"
|
|
98
|
-
},
|
|
99
92
|
{
|
|
100
93
|
"type": "function",
|
|
101
94
|
"name": "targetArtifactSelectors",
|
|
@@ -231,13 +224,6 @@ declare const abi: [
|
|
|
231
224
|
"outputs": [],
|
|
232
225
|
"stateMutability": "nonpayable"
|
|
233
226
|
},
|
|
234
|
-
{
|
|
235
|
-
"type": "function",
|
|
236
|
-
"name": "testOnlyNamespaceOwner",
|
|
237
|
-
"inputs": [],
|
|
238
|
-
"outputs": [],
|
|
239
|
-
"stateMutability": "nonpayable"
|
|
240
|
-
},
|
|
241
227
|
{
|
|
242
228
|
"type": "function",
|
|
243
229
|
"name": "testOnlyWorld",
|
|
@@ -250,7 +236,7 @@ declare const abi: [
|
|
|
250
236
|
"name": "testWorldConsumer",
|
|
251
237
|
"inputs": [],
|
|
252
238
|
"outputs": [],
|
|
253
|
-
"stateMutability": "
|
|
239
|
+
"stateMutability": "nonpayable"
|
|
254
240
|
},
|
|
255
241
|
{
|
|
256
242
|
"type": "event",
|