@xyo-network/evm-plugins 2.98.0 → 2.98.1
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/package.json
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/erc1822-witness": "^2.98.
|
|
14
|
-
"@xyo-network/erc1967-witness": "^2.98.
|
|
15
|
-
"@xyo-network/ethereum-blockchain-plugins": "^2.98.
|
|
16
|
-
"@xyo-network/evm-abi-diviner": "^2.98.
|
|
17
|
-
"@xyo-network/evm-call-witness": "^2.98.
|
|
18
|
-
"@xyo-network/evm-contract-witness": "^2.98.
|
|
13
|
+
"@xyo-network/erc1822-witness": "^2.98.1",
|
|
14
|
+
"@xyo-network/erc1967-witness": "^2.98.1",
|
|
15
|
+
"@xyo-network/ethereum-blockchain-plugins": "^2.98.1",
|
|
16
|
+
"@xyo-network/evm-abi-diviner": "^2.98.1",
|
|
17
|
+
"@xyo-network/evm-call-witness": "^2.98.1",
|
|
18
|
+
"@xyo-network/evm-contract-witness": "^2.98.1",
|
|
19
19
|
"@xyo-network/payloadset-plugin": "^2.108.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"@xylabs/ts-scripts-yarn3": "^3.11.12",
|
|
25
25
|
"@xylabs/tsconfig": "^3.11.12",
|
|
26
26
|
"@xyo-network/account": "^2.108.0",
|
|
27
|
-
"@xyo-network/api-call-witness": "^2.98.
|
|
27
|
+
"@xyo-network/api-call-witness": "^2.98.1",
|
|
28
28
|
"@xyo-network/archivist-model": "^2.108.0",
|
|
29
|
-
"@xyo-network/crypto-nft-payload-plugin": "^2.98.
|
|
29
|
+
"@xyo-network/crypto-nft-payload-plugin": "^2.98.1",
|
|
30
30
|
"@xyo-network/diviner-boundwitness-memory": "^2.108.0",
|
|
31
|
-
"@xyo-network/diviner-evm-call-result-to-token-uri": "^2.98.
|
|
31
|
+
"@xyo-network/diviner-evm-call-result-to-token-uri": "^2.98.1",
|
|
32
32
|
"@xyo-network/diviner-model": "^2.108.0",
|
|
33
33
|
"@xyo-network/diviner-payload-memory": "^2.108.0",
|
|
34
34
|
"@xyo-network/diviner-payload-model": "^2.108.0",
|
|
35
35
|
"@xyo-network/diviner-temporal-indexing": "^2.108.0",
|
|
36
|
-
"@xyo-network/evm-nft-id-payload-plugin": "^2.98.
|
|
36
|
+
"@xyo-network/evm-nft-id-payload-plugin": "^2.98.1",
|
|
37
37
|
"@xyo-network/manifest": "^2.108.0",
|
|
38
38
|
"@xyo-network/module-factory-locator": "^2.108.0",
|
|
39
39
|
"@xyo-network/module-model": "^2.108.0",
|
|
@@ -85,6 +85,6 @@
|
|
|
85
85
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
86
86
|
},
|
|
87
87
|
"sideEffects": false,
|
|
88
|
-
"version": "2.98.
|
|
88
|
+
"version": "2.98.1",
|
|
89
89
|
"type": "module"
|
|
90
90
|
}
|
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
{
|
|
53
53
|
"config": {
|
|
54
54
|
"filter": {
|
|
55
|
-
"payload_schemas": [
|
|
55
|
+
"payload_schemas": [
|
|
56
|
+
"network.xyo.evm.nft.metadata.uri"
|
|
57
|
+
]
|
|
56
58
|
},
|
|
57
59
|
"labels": {
|
|
58
60
|
"network.xyo.diviner.stage": "stateToIndexCandidateDiviner"
|
|
@@ -228,7 +230,9 @@
|
|
|
228
230
|
{
|
|
229
231
|
"config": {
|
|
230
232
|
"archiving": {
|
|
231
|
-
"archivists": [
|
|
233
|
+
"archivists": [
|
|
234
|
+
"Archivist"
|
|
235
|
+
]
|
|
232
236
|
},
|
|
233
237
|
"name": "NftTokenUriSentinel",
|
|
234
238
|
"schema": "network.xyo.sentinel.config",
|
|
@@ -236,19 +240,25 @@
|
|
|
236
240
|
"tasks": [
|
|
237
241
|
{
|
|
238
242
|
"input": true,
|
|
239
|
-
"
|
|
243
|
+
"mod": "Erc721TokenURIWitness"
|
|
240
244
|
},
|
|
241
245
|
{
|
|
242
|
-
"input": [
|
|
243
|
-
|
|
246
|
+
"input": [
|
|
247
|
+
"Erc721TokenURIWitness"
|
|
248
|
+
],
|
|
249
|
+
"mod": "EvmCallDiviner"
|
|
244
250
|
},
|
|
245
251
|
{
|
|
246
|
-
"input": [
|
|
247
|
-
|
|
252
|
+
"input": [
|
|
253
|
+
"EvmCallDiviner"
|
|
254
|
+
],
|
|
255
|
+
"mod": "EvmCallResultToNftTokenUriDiviner"
|
|
248
256
|
},
|
|
249
257
|
{
|
|
250
|
-
"input": [
|
|
251
|
-
|
|
258
|
+
"input": [
|
|
259
|
+
"EvmCallDiviner"
|
|
260
|
+
],
|
|
261
|
+
"mod": "TimestampWitness"
|
|
252
262
|
}
|
|
253
263
|
]
|
|
254
264
|
}
|
|
@@ -258,4 +268,4 @@
|
|
|
258
268
|
}
|
|
259
269
|
],
|
|
260
270
|
"schema": "network.xyo.manifest"
|
|
261
|
-
}
|
|
271
|
+
}
|
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
{
|
|
53
53
|
"config": {
|
|
54
54
|
"filter": {
|
|
55
|
-
"payload_schemas": [
|
|
55
|
+
"payload_schemas": [
|
|
56
|
+
"network.xyo.api.call.result"
|
|
57
|
+
]
|
|
56
58
|
},
|
|
57
59
|
"labels": {
|
|
58
60
|
"network.xyo.diviner.stage": "stateToIndexCandidateDiviner"
|
|
@@ -194,7 +196,9 @@
|
|
|
194
196
|
{
|
|
195
197
|
"config": {
|
|
196
198
|
"archiving": {
|
|
197
|
-
"archivists": [
|
|
199
|
+
"archivists": [
|
|
200
|
+
"Archivist"
|
|
201
|
+
]
|
|
198
202
|
},
|
|
199
203
|
"name": "NftMetadataSentinel",
|
|
200
204
|
"schema": "network.xyo.sentinel.config",
|
|
@@ -202,11 +206,11 @@
|
|
|
202
206
|
"tasks": [
|
|
203
207
|
{
|
|
204
208
|
"input": true,
|
|
205
|
-
"
|
|
209
|
+
"mod": "ApiCallWitness"
|
|
206
210
|
},
|
|
207
211
|
{
|
|
208
212
|
"input": true,
|
|
209
|
-
"
|
|
213
|
+
"mod": "TimestampWitness"
|
|
210
214
|
}
|
|
211
215
|
]
|
|
212
216
|
}
|
|
@@ -216,4 +220,4 @@
|
|
|
216
220
|
}
|
|
217
221
|
],
|
|
218
222
|
"schema": "network.xyo.manifest"
|
|
219
|
-
}
|
|
223
|
+
}
|