@xyo-network/gas-price-plugin 2.73.3 → 2.73.4

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 (159) hide show
  1. package/dist/docs.json +32 -32
  2. package/dist/index.d.mts +77 -0
  3. package/dist/index.d.ts +77 -0
  4. package/dist/index.js +289 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.mjs +259 -0
  7. package/dist/index.mjs.map +1 -0
  8. package/package.json +42 -29
  9. package/tsup.config.ts +16 -0
  10. package/dist/cjs/Diviner.js +0 -17
  11. package/dist/cjs/Diviner.js.map +0 -1
  12. package/dist/cjs/Plugin.js +0 -15
  13. package/dist/cjs/Plugin.js.map +0 -1
  14. package/dist/cjs/Schema.js +0 -6
  15. package/dist/cjs/Schema.js.map +0 -1
  16. package/dist/cjs/index.js +0 -11
  17. package/dist/cjs/index.js.map +0 -1
  18. package/dist/cjs/lib/average.js +0 -48
  19. package/dist/cjs/lib/average.js.map +0 -1
  20. package/dist/cjs/lib/divineGas.js +0 -22
  21. package/dist/cjs/lib/divineGas.js.map +0 -1
  22. package/dist/cjs/lib/identities/index.js +0 -9
  23. package/dist/cjs/lib/identities/index.js.map +0 -1
  24. package/dist/cjs/lib/identities/isEthereumGasBlocknativePayload.js +0 -9
  25. package/dist/cjs/lib/identities/isEthereumGasBlocknativePayload.js.map +0 -1
  26. package/dist/cjs/lib/identities/isEthereumGasEtherchainV2Payload.js +0 -9
  27. package/dist/cjs/lib/identities/isEthereumGasEtherchainV2Payload.js.map +0 -1
  28. package/dist/cjs/lib/identities/isEthereumGasEthersPayload.js +0 -9
  29. package/dist/cjs/lib/identities/isEthereumGasEthersPayload.js.map +0 -1
  30. package/dist/cjs/lib/identities/isEthereumGasEtherscanPayload.js +0 -9
  31. package/dist/cjs/lib/identities/isEthereumGasEtherscanPayload.js.map +0 -1
  32. package/dist/cjs/lib/identities/isEthereumGasEthgasstationPayload.js +0 -9
  33. package/dist/cjs/lib/identities/isEthereumGasEthgasstationPayload.js.map +0 -1
  34. package/dist/cjs/lib/index.js +0 -5
  35. package/dist/cjs/lib/index.js.map +0 -1
  36. package/dist/cjs/lib/transforms/index.js +0 -9
  37. package/dist/cjs/lib/transforms/index.js.map +0 -1
  38. package/dist/cjs/lib/transforms/transformGasFromBlocknative.js +0 -52
  39. package/dist/cjs/lib/transforms/transformGasFromBlocknative.js.map +0 -1
  40. package/dist/cjs/lib/transforms/transformGasFromEtherchainV2.js +0 -19
  41. package/dist/cjs/lib/transforms/transformGasFromEtherchainV2.js.map +0 -1
  42. package/dist/cjs/lib/transforms/transformGasFromEthers.js +0 -25
  43. package/dist/cjs/lib/transforms/transformGasFromEthers.js.map +0 -1
  44. package/dist/cjs/lib/transforms/transformGasFromEtherscan.js +0 -28
  45. package/dist/cjs/lib/transforms/transformGasFromEtherscan.js.map +0 -1
  46. package/dist/cjs/lib/transforms/transformGasFromEthgasstation.js +0 -36
  47. package/dist/cjs/lib/transforms/transformGasFromEthgasstation.js.map +0 -1
  48. package/dist/cjs/test/index.js +0 -9
  49. package/dist/cjs/test/index.js.map +0 -1
  50. package/dist/cjs/test/sampleBlocknativeGas.js +0 -96
  51. package/dist/cjs/test/sampleBlocknativeGas.js.map +0 -1
  52. package/dist/cjs/test/sampleEtherchainGasV2.js +0 -18
  53. package/dist/cjs/test/sampleEtherchainGasV2.js.map +0 -1
  54. package/dist/cjs/test/sampleEthersGas.js +0 -13
  55. package/dist/cjs/test/sampleEthersGas.js.map +0 -1
  56. package/dist/cjs/test/sampleEtherscanGas.js +0 -19
  57. package/dist/cjs/test/sampleEtherscanGas.js.map +0 -1
  58. package/dist/cjs/test/sampleEthgasstationGas.js +0 -23
  59. package/dist/cjs/test/sampleEthgasstationGas.js.map +0 -1
  60. package/dist/esm/Diviner.js +0 -13
  61. package/dist/esm/Diviner.js.map +0 -1
  62. package/dist/esm/Plugin.js +0 -10
  63. package/dist/esm/Plugin.js.map +0 -1
  64. package/dist/esm/Schema.js +0 -3
  65. package/dist/esm/Schema.js.map +0 -1
  66. package/dist/esm/index.js +0 -7
  67. package/dist/esm/index.js.map +0 -1
  68. package/dist/esm/lib/average.js +0 -44
  69. package/dist/esm/lib/average.js.map +0 -1
  70. package/dist/esm/lib/divineGas.js +0 -18
  71. package/dist/esm/lib/divineGas.js.map +0 -1
  72. package/dist/esm/lib/identities/index.js +0 -6
  73. package/dist/esm/lib/identities/index.js.map +0 -1
  74. package/dist/esm/lib/identities/isEthereumGasBlocknativePayload.js +0 -5
  75. package/dist/esm/lib/identities/isEthereumGasBlocknativePayload.js.map +0 -1
  76. package/dist/esm/lib/identities/isEthereumGasEtherchainV2Payload.js +0 -5
  77. package/dist/esm/lib/identities/isEthereumGasEtherchainV2Payload.js.map +0 -1
  78. package/dist/esm/lib/identities/isEthereumGasEthersPayload.js +0 -5
  79. package/dist/esm/lib/identities/isEthereumGasEthersPayload.js.map +0 -1
  80. package/dist/esm/lib/identities/isEthereumGasEtherscanPayload.js +0 -5
  81. package/dist/esm/lib/identities/isEthereumGasEtherscanPayload.js.map +0 -1
  82. package/dist/esm/lib/identities/isEthereumGasEthgasstationPayload.js +0 -5
  83. package/dist/esm/lib/identities/isEthereumGasEthgasstationPayload.js.map +0 -1
  84. package/dist/esm/lib/index.js +0 -2
  85. package/dist/esm/lib/index.js.map +0 -1
  86. package/dist/esm/lib/transforms/index.js +0 -6
  87. package/dist/esm/lib/transforms/index.js.map +0 -1
  88. package/dist/esm/lib/transforms/transformGasFromBlocknative.js +0 -45
  89. package/dist/esm/lib/transforms/transformGasFromBlocknative.js.map +0 -1
  90. package/dist/esm/lib/transforms/transformGasFromEtherchainV2.js +0 -15
  91. package/dist/esm/lib/transforms/transformGasFromEtherchainV2.js.map +0 -1
  92. package/dist/esm/lib/transforms/transformGasFromEthers.js +0 -21
  93. package/dist/esm/lib/transforms/transformGasFromEthers.js.map +0 -1
  94. package/dist/esm/lib/transforms/transformGasFromEtherscan.js +0 -24
  95. package/dist/esm/lib/transforms/transformGasFromEtherscan.js.map +0 -1
  96. package/dist/esm/lib/transforms/transformGasFromEthgasstation.js +0 -32
  97. package/dist/esm/lib/transforms/transformGasFromEthgasstation.js.map +0 -1
  98. package/dist/esm/test/index.js +0 -6
  99. package/dist/esm/test/index.js.map +0 -1
  100. package/dist/esm/test/sampleBlocknativeGas.js +0 -93
  101. package/dist/esm/test/sampleBlocknativeGas.js.map +0 -1
  102. package/dist/esm/test/sampleEtherchainGasV2.js +0 -15
  103. package/dist/esm/test/sampleEtherchainGasV2.js.map +0 -1
  104. package/dist/esm/test/sampleEthersGas.js +0 -10
  105. package/dist/esm/test/sampleEthersGas.js.map +0 -1
  106. package/dist/esm/test/sampleEtherscanGas.js +0 -16
  107. package/dist/esm/test/sampleEtherscanGas.js.map +0 -1
  108. package/dist/esm/test/sampleEthgasstationGas.js +0 -20
  109. package/dist/esm/test/sampleEthgasstationGas.js.map +0 -1
  110. package/dist/types/Diviner.d.ts +0 -16
  111. package/dist/types/Diviner.d.ts.map +0 -1
  112. package/dist/types/Plugin.d.ts +0 -50
  113. package/dist/types/Plugin.d.ts.map +0 -1
  114. package/dist/types/Schema.d.ts +0 -5
  115. package/dist/types/Schema.d.ts.map +0 -1
  116. package/dist/types/index.d.ts +0 -6
  117. package/dist/types/index.d.ts.map +0 -1
  118. package/dist/types/lib/average.d.ts +0 -8
  119. package/dist/types/lib/average.d.ts.map +0 -1
  120. package/dist/types/lib/divineGas.d.ts +0 -4
  121. package/dist/types/lib/divineGas.d.ts.map +0 -1
  122. package/dist/types/lib/identities/index.d.ts +0 -6
  123. package/dist/types/lib/identities/index.d.ts.map +0 -1
  124. package/dist/types/lib/identities/isEthereumGasBlocknativePayload.d.ts +0 -8
  125. package/dist/types/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +0 -1
  126. package/dist/types/lib/identities/isEthereumGasEtherchainV2Payload.d.ts +0 -8
  127. package/dist/types/lib/identities/isEthereumGasEtherchainV2Payload.d.ts.map +0 -1
  128. package/dist/types/lib/identities/isEthereumGasEthersPayload.d.ts +0 -8
  129. package/dist/types/lib/identities/isEthereumGasEthersPayload.d.ts.map +0 -1
  130. package/dist/types/lib/identities/isEthereumGasEtherscanPayload.d.ts +0 -8
  131. package/dist/types/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +0 -1
  132. package/dist/types/lib/identities/isEthereumGasEthgasstationPayload.d.ts +0 -8
  133. package/dist/types/lib/identities/isEthereumGasEthgasstationPayload.d.ts.map +0 -1
  134. package/dist/types/lib/index.d.ts +0 -2
  135. package/dist/types/lib/index.d.ts.map +0 -1
  136. package/dist/types/lib/transforms/index.d.ts +0 -6
  137. package/dist/types/lib/transforms/index.d.ts.map +0 -1
  138. package/dist/types/lib/transforms/transformGasFromBlocknative.d.ts +0 -4
  139. package/dist/types/lib/transforms/transformGasFromBlocknative.d.ts.map +0 -1
  140. package/dist/types/lib/transforms/transformGasFromEtherchainV2.d.ts +0 -4
  141. package/dist/types/lib/transforms/transformGasFromEtherchainV2.d.ts.map +0 -1
  142. package/dist/types/lib/transforms/transformGasFromEthers.d.ts +0 -4
  143. package/dist/types/lib/transforms/transformGasFromEthers.d.ts.map +0 -1
  144. package/dist/types/lib/transforms/transformGasFromEtherscan.d.ts +0 -4
  145. package/dist/types/lib/transforms/transformGasFromEtherscan.d.ts.map +0 -1
  146. package/dist/types/lib/transforms/transformGasFromEthgasstation.d.ts +0 -4
  147. package/dist/types/lib/transforms/transformGasFromEthgasstation.d.ts.map +0 -1
  148. package/dist/types/test/index.d.ts +0 -6
  149. package/dist/types/test/index.d.ts.map +0 -1
  150. package/dist/types/test/sampleBlocknativeGas.d.ts +0 -3
  151. package/dist/types/test/sampleBlocknativeGas.d.ts.map +0 -1
  152. package/dist/types/test/sampleEtherchainGasV2.d.ts +0 -3
  153. package/dist/types/test/sampleEtherchainGasV2.d.ts.map +0 -1
  154. package/dist/types/test/sampleEthersGas.d.ts +0 -3
  155. package/dist/types/test/sampleEthersGas.d.ts.map +0 -1
  156. package/dist/types/test/sampleEtherscanGas.d.ts +0 -3
  157. package/dist/types/test/sampleEtherscanGas.d.ts.map +0 -1
  158. package/dist/types/test/sampleEthgasstationGas.d.ts +0 -3
  159. package/dist/types/test/sampleEthgasstationGas.d.ts.map +0 -1
@@ -1,93 +0,0 @@
1
- import { EthereumGasBlocknativeSchema } from '@xyo-network/blocknative-ethereum-gas-payload-plugin';
2
- export const sampleBlocknativeGas = {
3
- blockPrices: [
4
- {
5
- baseFeePerGas: 13.691764456,
6
- blockNumber: 16028191,
7
- estimatedPrices: [
8
- {
9
- confidence: 99,
10
- maxFeePerGas: 22.04,
11
- maxPriorityFeePerGas: 1.09,
12
- price: 14,
13
- },
14
- {
15
- confidence: 95,
16
- maxFeePerGas: 21.58,
17
- maxPriorityFeePerGas: 0.63,
18
- price: 14,
19
- },
20
- {
21
- confidence: 90,
22
- maxFeePerGas: 21.25,
23
- maxPriorityFeePerGas: 0.3,
24
- price: 13,
25
- },
26
- {
27
- confidence: 80,
28
- maxFeePerGas: 21.16,
29
- maxPriorityFeePerGas: 0.21,
30
- price: 13,
31
- },
32
- {
33
- confidence: 70,
34
- maxFeePerGas: 21.12,
35
- maxPriorityFeePerGas: 0.17,
36
- price: 13,
37
- },
38
- ],
39
- estimatedTransactionCount: 69,
40
- },
41
- ],
42
- currentBlockNumber: 16028190,
43
- estimatedBaseFees: [
44
- {
45
- 'pending+1': [
46
- {
47
- baseFee: 15.41,
48
- confidence: 99,
49
- },
50
- ],
51
- },
52
- {
53
- 'pending+2': [
54
- {
55
- baseFee: 17.32,
56
- confidence: 99,
57
- },
58
- ],
59
- },
60
- {
61
- 'pending+3': [
62
- {
63
- baseFee: 19.17,
64
- confidence: 99,
65
- },
66
- ],
67
- },
68
- {
69
- 'pending+4': [
70
- {
71
- baseFee: 20.12,
72
- confidence: 99,
73
- },
74
- ],
75
- },
76
- {
77
- 'pending+5': [
78
- {
79
- baseFee: 20.95,
80
- confidence: 99,
81
- },
82
- ],
83
- },
84
- ],
85
- maxPrice: 36,
86
- msSinceLastBlock: 3643,
87
- network: 'main',
88
- schema: EthereumGasBlocknativeSchema,
89
- system: 'ethereum',
90
- timestamp: 1668697958837,
91
- unit: 'gwei',
92
- };
93
- //# sourceMappingURL=sampleBlocknativeGas.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleBlocknativeGas.js","sourceRoot":"","sources":["../../../src/test/sampleBlocknativeGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmD,4BAA4B,EAAE,MAAM,sDAAsD,CAAA;AAEpJ,MAAM,CAAC,MAAM,oBAAoB,GAAkC;IACjE,WAAW,EAAE;QACX;YACE,aAAa,EAAE,YAAY;YAC3B,WAAW,EAAE,QAAQ;YACrB,eAAe,EAAE;gBACf;oBACE,UAAU,EAAE,EAAE;oBACd,YAAY,EAAE,KAAK;oBACnB,oBAAoB,EAAE,IAAI;oBAC1B,KAAK,EAAE,EAAE;iBACV;gBACD;oBACE,UAAU,EAAE,EAAE;oBACd,YAAY,EAAE,KAAK;oBACnB,oBAAoB,EAAE,IAAI;oBAC1B,KAAK,EAAE,EAAE;iBACV;gBACD;oBACE,UAAU,EAAE,EAAE;oBACd,YAAY,EAAE,KAAK;oBACnB,oBAAoB,EAAE,GAAG;oBACzB,KAAK,EAAE,EAAE;iBACV;gBACD;oBACE,UAAU,EAAE,EAAE;oBACd,YAAY,EAAE,KAAK;oBACnB,oBAAoB,EAAE,IAAI;oBAC1B,KAAK,EAAE,EAAE;iBACV;gBACD;oBACE,UAAU,EAAE,EAAE;oBACd,YAAY,EAAE,KAAK;oBACnB,oBAAoB,EAAE,IAAI;oBAC1B,KAAK,EAAE,EAAE;iBACV;aACF;YACD,yBAAyB,EAAE,EAAE;SAC9B;KACF;IACD,kBAAkB,EAAE,QAAQ;IAC5B,iBAAiB,EAAE;QACjB;YACE,WAAW,EAAE;gBACX;oBACE,OAAO,EAAE,KAAK;oBACd,UAAU,EAAE,EAAE;iBACf;aACF;SACF;QACD;YACE,WAAW,EAAE;gBACX;oBACE,OAAO,EAAE,KAAK;oBACd,UAAU,EAAE,EAAE;iBACf;aACF;SACF;QACD;YACE,WAAW,EAAE;gBACX;oBACE,OAAO,EAAE,KAAK;oBACd,UAAU,EAAE,EAAE;iBACf;aACF;SACF;QACD;YACE,WAAW,EAAE;gBACX;oBACE,OAAO,EAAE,KAAK;oBACd,UAAU,EAAE,EAAE;iBACf;aACF;SACF;QACD;YACE,WAAW,EAAE;gBACX;oBACE,OAAO,EAAE,KAAK;oBACd,UAAU,EAAE,EAAE;iBACf;aACF;SACF;KAC+B;IAClC,QAAQ,EAAE,EAAE;IACZ,gBAAgB,EAAE,IAAI;IACtB,OAAO,EAAE,MAAM;IACf,MAAM,EAAE,4BAA4B;IACpC,MAAM,EAAE,UAAU;IAClB,SAAS,EAAE,aAAa;IACxB,IAAI,EAAE,MAAM;CACb,CAAA"}
@@ -1,15 +0,0 @@
1
- import { EthereumGasEtherchainV2Schema } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
2
- export const sampleEtherchainGasV2 = {
3
- code: 200,
4
- data: {
5
- fast: 19803047330,
6
- priceUSD: 1195.77,
7
- rapid: 29714286170,
8
- slow: 11200000000,
9
- standard: 12000000000,
10
- timestamp: 1668621234096,
11
- },
12
- schema: EthereumGasEtherchainV2Schema,
13
- timestamp: 1668621240790,
14
- };
15
- //# sourceMappingURL=sampleEtherchainGasV2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleEtherchainGasV2.js","sourceRoot":"","sources":["../../../src/test/sampleEtherchainGasV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,6BAA6B,EAAE,MAAM,iEAAiE,CAAA;AAE/I,MAAM,CAAC,MAAM,qBAAqB,GAAmC;IACnE,IAAI,EAAE,GAAG;IACT,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,QAAQ,EAAE,OAAO;QACjB,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,WAAW;QACjB,QAAQ,EAAE,WAAW;QACrB,SAAS,EAAE,aAAa;KACzB;IACD,MAAM,EAAE,6BAA6B;IACrC,SAAS,EAAE,aAAa;CACzB,CAAA"}
@@ -1,10 +0,0 @@
1
- import { EthereumGasEthersSchema } from '@xyo-network/ethers-ethereum-gas-payload-plugin';
2
- export const sampleEthersGas = {
3
- gasPrice: 13547863640,
4
- lastBaseFeePerGas: 13447862081,
5
- maxFeePerGas: 28395724162,
6
- maxPriorityFeePerGas: 1500000000,
7
- schema: EthereumGasEthersSchema,
8
- timestamp: 1668697958837,
9
- };
10
- //# sourceMappingURL=sampleEthersGas.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleEthersGas.js","sourceRoot":"","sources":["../../../src/test/sampleEthersGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,uBAAuB,EAAE,MAAM,iDAAiD,CAAA;AAEnH,MAAM,CAAC,MAAM,eAAe,GAA6B;IACvD,QAAQ,EAAE,WAAW;IACrB,iBAAiB,EAAE,WAAW;IAC9B,YAAY,EAAE,WAAW;IACzB,oBAAoB,EAAE,UAAU;IAChC,MAAM,EAAE,uBAAuB;IAC/B,SAAS,EAAE,aAAa;CACzB,CAAA"}
@@ -1,16 +0,0 @@
1
- import { EthereumGasEtherscanSchema } from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
2
- export const sampleEtherscanGas = {
3
- message: 'OK',
4
- result: {
5
- FastGasPrice: '30',
6
- LastBlock: '15990556',
7
- ProposeGasPrice: '29',
8
- SafeGasPrice: '28',
9
- gasUsedRatio: '0.416266666666667,0.5672862,0.540979033333333,0.342410966666667,0.389071233333333',
10
- suggestBaseFee: '27.616709247',
11
- },
12
- schema: EthereumGasEtherscanSchema,
13
- status: '1',
14
- timestamp: 1668697958837,
15
- };
16
- //# sourceMappingURL=sampleEtherscanGas.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleEtherscanGas.js","sourceRoot":"","sources":["../../../src/test/sampleEtherscanGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,0BAA0B,EAAE,MAAM,oDAAoD,CAAA;AAE5H,MAAM,CAAC,MAAM,kBAAkB,GAAgC;IAC7D,OAAO,EAAE,IAAI;IACb,MAAM,EAAE;QACN,YAAY,EAAE,IAAI;QAClB,SAAS,EAAE,UAAU;QACrB,eAAe,EAAE,IAAI;QACrB,YAAY,EAAE,IAAI;QAClB,YAAY,EAAE,mFAAmF;QACjG,cAAc,EAAE,cAAc;KAC/B;IACD,MAAM,EAAE,0BAA0B;IAClC,MAAM,EAAE,GAAG;IACX,SAAS,EAAE,aAAa;CACzB,CAAA"}
@@ -1,20 +0,0 @@
1
- import { EthereumGasEthgasstationSchema } from '@xyo-network/ethgasstation-ethereum-gas-payload-plugin';
2
- export const sampleEthgasstationGas = {
3
- baseFee: 10,
4
- blockNumber: 16028883,
5
- blockTime: 11.88,
6
- gasPrice: {
7
- fast: 12,
8
- instant: 13,
9
- standard: 12,
10
- },
11
- nextBaseFee: 10,
12
- priorityFee: {
13
- fast: 2,
14
- instant: 2,
15
- standard: 2,
16
- },
17
- schema: EthereumGasEthgasstationSchema,
18
- timestamp: 1668697958837,
19
- };
20
- //# sourceMappingURL=sampleEthgasstationGas.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleEthgasstationGas.js","sourceRoot":"","sources":["../../../src/test/sampleEthgasstationGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmC,8BAA8B,EAAE,MAAM,wDAAwD,CAAA;AAExI,MAAM,CAAC,MAAM,sBAAsB,GAAoC;IACrE,OAAO,EAAE,EAAE;IACX,WAAW,EAAE,QAAQ;IACrB,SAAS,EAAE,KAAK;IAChB,QAAQ,EAAE;QACR,IAAI,EAAE,EAAE;QACR,OAAO,EAAE,EAAE;QACX,QAAQ,EAAE,EAAE;KACb;IACD,WAAW,EAAE,EAAE;IACf,WAAW,EAAE;QACX,IAAI,EAAE,CAAC;QACP,OAAO,EAAE,CAAC;QACV,QAAQ,EAAE,CAAC;KACZ;IACD,MAAM,EAAE,8BAA8B;IACtC,SAAS,EAAE,aAAa;CACzB,CAAA"}
@@ -1,16 +0,0 @@
1
- import { AbstractDiviner } from '@xyo-network/abstract-diviner';
2
- import { DivinerConfig, DivinerModule, DivinerParams } from '@xyo-network/diviner';
3
- import { AnyConfigSchema } from '@xyo-network/module';
4
- import { Payload } from '@xyo-network/payload-model';
5
- import { Promisable } from '@xyo-network/promise';
6
- import { EthereumGasDivinerConfigSchema } from './Schema';
7
- export type EthereumGasDivinerConfig = DivinerConfig<{
8
- schema: EthereumGasDivinerConfigSchema;
9
- }>;
10
- export type EthereumGasDivinerParams = DivinerParams<AnyConfigSchema<EthereumGasDivinerConfig>>;
11
- export declare class EthereumGasDiviner<TParams extends EthereumGasDivinerParams = EthereumGasDivinerParams> extends AbstractDiviner<TParams> implements DivinerModule {
12
- static readonly configSchemas: string[];
13
- static targetSchema: string;
14
- protected divineHandler(payloads?: Payload[]): Promisable<Payload[]>;
15
- }
16
- //# sourceMappingURL=Diviner.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Diviner.d.ts","sourceRoot":"","sources":["../../src/Diviner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAElF,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAGjD,OAAO,EAAE,8BAA8B,EAAE,MAAM,UAAU,CAAA;AAEzD,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAAC;IAAE,MAAM,EAAE,8BAA8B,CAAA;CAAE,CAAC,CAAA;AAChG,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAAC,eAAe,CAAC,wBAAwB,CAAC,CAAC,CAAA;AAE/F,qBAAa,kBAAkB,CAAC,OAAO,SAAS,wBAAwB,GAAG,wBAAwB,CACjG,SAAQ,eAAe,CAAC,OAAO,CAC/B,YAAW,aAAa;IAExB,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAmC;IACnF,OAAgB,YAAY,EAAE,MAAM,CAAoB;cAErC,aAAa,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;CAI9E"}
@@ -1,50 +0,0 @@
1
- import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/core").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
5
- accountDerivationPath?: string | undefined;
6
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
- readonly name?: string | undefined;
8
- readonly paging?: Record<string, {
9
- size?: number | undefined;
10
- }> | undefined;
11
- readonly schema: string;
12
- readonly security?: {
13
- readonly allowAnonymous?: boolean | undefined;
14
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
15
- readonly disallowed?: Record<string, string[]> | undefined;
16
- } | undefined;
17
- readonly sign?: boolean | undefined;
18
- readonly storeQueries?: boolean | undefined;
19
- readonly timestamp?: boolean | undefined;
20
- } & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
21
- accountDerivationPath?: string | undefined;
22
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
- readonly name?: string | undefined;
24
- readonly paging?: Record<string, {
25
- size?: number | undefined;
26
- }> | undefined;
27
- readonly schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
28
- readonly security?: {
29
- readonly allowAnonymous?: boolean | undefined;
30
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
31
- readonly disallowed?: Record<string, string[]> | undefined;
32
- } | undefined;
33
- readonly sign?: boolean | undefined;
34
- readonly storeQueries?: boolean | undefined;
35
- readonly timestamp?: boolean | undefined;
36
- } & Omit<{
37
- schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
38
- } & Omit<{
39
- schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
40
- }, "schema">, "schema"> & {
41
- schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
45
- schema: string;
46
- };
47
- ephemeralQueryAccountEnabled?: boolean | undefined;
48
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
49
- }>>;
50
- //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
@@ -1,5 +0,0 @@
1
- export type EthereumGasDivinerQuerySchema = 'network.xyo.blockchain.ethereum.gas.diviner.query';
2
- export declare const EthereumGasDivinerQuerySchema: EthereumGasDivinerQuerySchema;
3
- export type EthereumGasDivinerConfigSchema = 'network.xyo.blockchain.ethereum.gas.diviner.config';
4
- export declare const EthereumGasDivinerConfigSchema: EthereumGasDivinerConfigSchema;
5
- //# sourceMappingURL=Schema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,6BAA6B,GAAG,mDAAmD,CAAA;AAC/F,eAAO,MAAM,6BAA6B,EAAE,6BAAmF,CAAA;AAE/H,MAAM,MAAM,8BAA8B,GAAG,oDAAoD,CAAA;AACjG,eAAO,MAAM,8BAA8B,EAAE,8BAAqF,CAAA"}
@@ -1,6 +0,0 @@
1
- import { EthereumGasPlugin } from './Plugin';
2
- export * from './Diviner';
3
- export * from './Schema';
4
- export { EthereumGasPlugin };
5
- export default EthereumGasPlugin;
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAE5C,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AAExB,OAAO,EAAE,iBAAiB,EAAE,CAAA;AAG5B,eAAe,iBAAiB,CAAA"}
@@ -1,8 +0,0 @@
1
- import { FeeData } from '@xyo-network/gas-price-payload-plugin';
2
- /**
3
- * Averages the supplied FeeData
4
- * @param input An array of FeeData or undefined
5
- * @returns The average of the supplied FeeData
6
- */
7
- export declare const average: (input?: (FeeData | undefined)[]) => FeeData;
8
- //# sourceMappingURL=average.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"average.d.ts","sourceRoot":"","sources":["../../../src/lib/average.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAA;AAsB/D;;;;GAIG;AACH,eAAO,MAAM,OAAO,WAAY,CAAC,OAAO,GAAG,SAAS,CAAC,EAAE,KAAG,OAkBzD,CAAA"}
@@ -1,4 +0,0 @@
1
- import { EthereumGasPayload } from '@xyo-network/gas-price-payload-plugin';
2
- import { Payload } from '@xyo-network/payload-model';
3
- export declare const divineGas: (payloads: Payload[]) => EthereumGasPayload;
4
- //# sourceMappingURL=divineGas.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"divineGas.d.ts","sourceRoot":"","sources":["../../../src/lib/divineGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAA8B,MAAM,uCAAuC,CAAA;AAEtG,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAkBpD,eAAO,MAAM,SAAS,aAAc,OAAO,EAAE,KAAG,kBAW/C,CAAA"}
@@ -1,6 +0,0 @@
1
- export * from './isEthereumGasBlocknativePayload';
2
- export * from './isEthereumGasEtherchainV2Payload';
3
- export * from './isEthereumGasEtherscanPayload';
4
- export * from './isEthereumGasEthersPayload';
5
- export * from './isEthereumGasEthgasstationPayload';
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAClD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,qCAAqC,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
- schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
- timestamp: number;
5
- } & {
6
- schema: "network.xyo.blockchain.ethereum.gas.blocknative";
7
- };
8
- //# sourceMappingURL=isEthereumGasBlocknativePayload.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;;;;CAEvE,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
3
- schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
4
- timestamp: number;
5
- } & {
6
- schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
7
- };
8
- //# sourceMappingURL=isEthereumGasEtherchainV2Payload.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isEthereumGasEtherchainV2Payload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherchainV2Payload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,gCAAgC,aAAc,OAAO,GAAG,IAAI;;;;;CAExE,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
- schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
- timestamp: number;
5
- } & {
6
- schema: "network.xyo.blockchain.ethereum.gas.ethers";
7
- };
8
- //# sourceMappingURL=isEthereumGasEthersPayload.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;;;;CAElE,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
- schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
- timestamp: number;
5
- } & {
6
- schema: "network.xyo.blockchain.ethereum.gas.etherscan";
7
- };
8
- //# sourceMappingURL=isEthereumGasEtherscanPayload.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;;;;CAErE,CAAA"}
@@ -1,8 +0,0 @@
1
- import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
3
- schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
4
- timestamp: number;
5
- } & {
6
- schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
7
- };
8
- //# sourceMappingURL=isEthereumGasEthgasstationPayload.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isEthereumGasEthgasstationPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthgasstationPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,iCAAiC,aAAc,OAAO,GAAG,IAAI;;;;;CAEzE,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './divineGas';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
@@ -1,6 +0,0 @@
1
- export * from './transformGasFromBlocknative';
2
- export * from './transformGasFromEtherchainV2';
3
- export * from './transformGasFromEthers';
4
- export * from './transformGasFromEtherscan';
5
- export * from './transformGasFromEthgasstation';
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/transforms/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,0BAA0B,CAAA;AACxC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,iCAAiC,CAAA"}
@@ -1,4 +0,0 @@
1
- import { EthereumGasBlocknativePayload } from '@xyo-network/blocknative-ethereum-gas-payload-plugin';
2
- import { FeeData } from '@xyo-network/gas-price-payload-plugin';
3
- export declare const transformGasFromBlocknative: (payload: EthereumGasBlocknativePayload) => FeeData;
4
- //# sourceMappingURL=transformGasFromBlocknative.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transformGasFromBlocknative.d.ts","sourceRoot":"","sources":["../../../../src/lib/transforms/transformGasFromBlocknative.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,sDAAsD,CAAA;AACpG,OAAO,EAAE,OAAO,EAAgC,MAAM,uCAAuC,CAAA;AA2C7F,eAAO,MAAM,2BAA2B,YAAa,6BAA6B,KAAG,OAKpF,CAAA"}
@@ -1,4 +0,0 @@
1
- import { EthereumGasEtherchainV2Payload } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
2
- import { FeeData } from '@xyo-network/gas-price-payload-plugin';
3
- export declare const transformGasFromEtherchainV2: (payload: EthereumGasEtherchainV2Payload) => FeeData;
4
- //# sourceMappingURL=transformGasFromEtherchainV2.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transformGasFromEtherchainV2.d.ts","sourceRoot":"","sources":["../../../../src/lib/transforms/transformGasFromEtherchainV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,iEAAiE,CAAA;AAChH,OAAO,EAAE,OAAO,EAAa,MAAM,uCAAuC,CAAA;AAW1E,eAAO,MAAM,4BAA4B,YAAa,8BAA8B,KAAG,OAKtF,CAAA"}
@@ -1,4 +0,0 @@
1
- import { EthereumGasEthersPayload } from '@xyo-network/ethers-ethereum-gas-payload-plugin';
2
- import { FeeData } from '@xyo-network/gas-price-payload-plugin';
3
- export declare const transformGasFromEthers: (payload: EthereumGasEthersPayload) => FeeData;
4
- //# sourceMappingURL=transformGasFromEthers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transformGasFromEthers.d.ts","sourceRoot":"","sources":["../../../../src/lib/transforms/transformGasFromEthers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAA;AAC1F,OAAO,EAAE,OAAO,EAAgC,MAAM,uCAAuC,CAAA;AAmB7F,eAAO,MAAM,sBAAsB,YAAa,wBAAwB,KAAG,OAK1E,CAAA"}
@@ -1,4 +0,0 @@
1
- import { EthereumGasEtherscanPayload } from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
2
- import { FeeData } from '@xyo-network/gas-price-payload-plugin';
3
- export declare const transformGasFromEtherscan: (payload: EthereumGasEtherscanPayload) => FeeData;
4
- //# sourceMappingURL=transformGasFromEtherscan.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transformGasFromEtherscan.d.ts","sourceRoot":"","sources":["../../../../src/lib/transforms/transformGasFromEtherscan.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,oDAAoD,CAAA;AAChG,OAAO,EAAE,OAAO,EAAa,MAAM,uCAAuC,CAAA;AAqB1E,eAAO,MAAM,yBAAyB,YAAa,2BAA2B,KAAG,OAKhF,CAAA"}
@@ -1,4 +0,0 @@
1
- import { EthereumGasEthgasstationPayload } from '@xyo-network/ethgasstation-ethereum-gas-payload-plugin';
2
- import { FeeData } from '@xyo-network/gas-price-payload-plugin';
3
- export declare const transformGasFromEthgasstation: (payload: EthereumGasEthgasstationPayload) => FeeData;
4
- //# sourceMappingURL=transformGasFromEthgasstation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transformGasFromEthgasstation.d.ts","sourceRoot":"","sources":["../../../../src/lib/transforms/transformGasFromEthgasstation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AACxG,OAAO,EAAE,OAAO,EAAgC,MAAM,uCAAuC,CAAA;AA8B7F,eAAO,MAAM,6BAA6B,YAAa,+BAA+B,KAAG,OAKxF,CAAA"}
@@ -1,6 +0,0 @@
1
- export * from './sampleBlocknativeGas';
2
- export * from './sampleEtherchainGasV2';
3
- export * from './sampleEtherscanGas';
4
- export * from './sampleEthersGas';
5
- export * from './sampleEthgasstationGas';
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/test/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,0BAA0B,CAAA"}
@@ -1,3 +0,0 @@
1
- import { EthereumGasBlocknativePayload } from '@xyo-network/blocknative-ethereum-gas-payload-plugin';
2
- export declare const sampleBlocknativeGas: EthereumGasBlocknativePayload;
3
- //# sourceMappingURL=sampleBlocknativeGas.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleBlocknativeGas.d.ts","sourceRoot":"","sources":["../../../src/test/sampleBlocknativeGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,6BAA6B,EAAgC,MAAM,sDAAsD,CAAA;AAEpJ,eAAO,MAAM,oBAAoB,EAAE,6BA0FlC,CAAA"}
@@ -1,3 +0,0 @@
1
- import { EthereumGasEtherchainV2Payload } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
2
- export declare const sampleEtherchainGasV2: EthereumGasEtherchainV2Payload;
3
- //# sourceMappingURL=sampleEtherchainGasV2.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleEtherchainGasV2.d.ts","sourceRoot":"","sources":["../../../src/test/sampleEtherchainGasV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAiC,MAAM,iEAAiE,CAAA;AAE/I,eAAO,MAAM,qBAAqB,EAAE,8BAYnC,CAAA"}
@@ -1,3 +0,0 @@
1
- import { EthereumGasEthersPayload } from '@xyo-network/ethers-ethereum-gas-payload-plugin';
2
- export declare const sampleEthersGas: EthereumGasEthersPayload;
3
- //# sourceMappingURL=sampleEthersGas.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleEthersGas.d.ts","sourceRoot":"","sources":["../../../src/test/sampleEthersGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAA2B,MAAM,iDAAiD,CAAA;AAEnH,eAAO,MAAM,eAAe,EAAE,wBAO7B,CAAA"}
@@ -1,3 +0,0 @@
1
- import { EthereumGasEtherscanPayload } from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
2
- export declare const sampleEtherscanGas: EthereumGasEtherscanPayload;
3
- //# sourceMappingURL=sampleEtherscanGas.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleEtherscanGas.d.ts","sourceRoot":"","sources":["../../../src/test/sampleEtherscanGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAA8B,MAAM,oDAAoD,CAAA;AAE5H,eAAO,MAAM,kBAAkB,EAAE,2BAahC,CAAA"}
@@ -1,3 +0,0 @@
1
- import { EthereumGasEthgasstationPayload } from '@xyo-network/ethgasstation-ethereum-gas-payload-plugin';
2
- export declare const sampleEthgasstationGas: EthereumGasEthgasstationPayload;
3
- //# sourceMappingURL=sampleEthgasstationGas.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sampleEthgasstationGas.d.ts","sourceRoot":"","sources":["../../../src/test/sampleEthgasstationGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAkC,MAAM,wDAAwD,CAAA;AAExI,eAAO,MAAM,sBAAsB,EAAE,+BAiBpC,CAAA"}