@xyo-network/ethereum-blockchain-payload-plugins 2.75.6 → 2.75.8
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/dist/docs.json +7 -7
- package/package.json +5 -5
package/dist/docs.json
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"id": 2,
|
|
10
10
|
"name": "default",
|
|
11
11
|
"variant": "reference",
|
|
12
|
-
"kind":
|
|
12
|
+
"kind": 4194304,
|
|
13
13
|
"flags": {},
|
|
14
14
|
"sources": [
|
|
15
15
|
{
|
|
16
16
|
"fileName": "src/index.ts",
|
|
17
17
|
"line": 9,
|
|
18
18
|
"character": 0,
|
|
19
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
19
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/5646a9d3469c2/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/src/index.ts#L9"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"target": 1
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
"id": 20,
|
|
495
495
|
"name": "EthereumGasEtherchainV2Payload",
|
|
496
496
|
"variant": "declaration",
|
|
497
|
-
"kind":
|
|
497
|
+
"kind": 2097152,
|
|
498
498
|
"flags": {},
|
|
499
499
|
"sources": [
|
|
500
500
|
{
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"id": 25,
|
|
597
597
|
"name": "EthereumGasEtherchainV2Schema",
|
|
598
598
|
"variant": "declaration",
|
|
599
|
-
"kind":
|
|
599
|
+
"kind": 2097152,
|
|
600
600
|
"flags": {},
|
|
601
601
|
"sources": [
|
|
602
602
|
{
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
"id": 42,
|
|
620
620
|
"name": "EthereumGasEtherscanPayload",
|
|
621
621
|
"variant": "declaration",
|
|
622
|
-
"kind":
|
|
622
|
+
"kind": 2097152,
|
|
623
623
|
"flags": {},
|
|
624
624
|
"sources": [
|
|
625
625
|
{
|
|
@@ -721,7 +721,7 @@
|
|
|
721
721
|
"id": 47,
|
|
722
722
|
"name": "EthereumGasEtherscanSchema",
|
|
723
723
|
"variant": "declaration",
|
|
724
|
-
"kind":
|
|
724
|
+
"kind": 2097152,
|
|
725
725
|
"flags": {},
|
|
726
726
|
"sources": [
|
|
727
727
|
{
|
|
@@ -855,7 +855,7 @@
|
|
|
855
855
|
"fileName": "src/index.ts",
|
|
856
856
|
"line": 6,
|
|
857
857
|
"character": 13,
|
|
858
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
858
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/5646a9d3469c2/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/src/index.ts#L6"
|
|
859
859
|
}
|
|
860
860
|
],
|
|
861
861
|
"type": {
|
package/package.json
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/gas-ethereum-blockchain-payload-plugins": "~2.75.
|
|
14
|
-
"@xyo-network/payload-plugin": "~2.75.
|
|
13
|
+
"@xyo-network/gas-ethereum-blockchain-payload-plugins": "~2.75.8",
|
|
14
|
+
"@xyo-network/payload-plugin": "~2.75.8"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
18
|
-
"@xylabs/tsconfig": "^3.0.
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.82",
|
|
18
|
+
"@xylabs/tsconfig": "^3.0.82",
|
|
19
19
|
"typescript": "^5.2.2"
|
|
20
20
|
},
|
|
21
21
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"types": "dist/node/index.d.ts",
|
|
64
|
-
"version": "2.75.
|
|
64
|
+
"version": "2.75.8"
|
|
65
65
|
}
|