@xyo-network/gas-price-plugin 2.47.8 → 2.47.9
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 +651 -947
- package/dist/types/Plugin.d.ts +1 -1
- package/dist/types/Plugin.d.ts.map +1 -1
- package/package.json +15 -15
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -12,5 +12,5 @@ export declare const XyoEthereumGasPlugin: () => PayloadSetDivinerPlugin<XyoEthe
|
|
|
12
12
|
targetSchema?: "network.xyo.blockchain.ethereum.gas.diviner.config" | undefined;
|
|
13
13
|
} & {
|
|
14
14
|
schema: string;
|
|
15
|
-
}, import("@xyo-network/core").
|
|
15
|
+
}, import("@xyo-network/core").AnyObject>>;
|
|
16
16
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAElD,OAAO,EAA0B,uBAAuB,EAAE,MAAM,gCAAgC,CAAA;AAEhG,OAAO,EAAE,qBAAqB,EAA+B,MAAM,WAAW,CAAA;AAE9E,eAAO,MAAM,oBAAoB;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAElD,OAAO,EAA0B,uBAAuB,EAAE,MAAM,gCAAgC,CAAA;AAEhG,OAAO,EAAE,qBAAqB,EAA+B,MAAM,WAAW,CAAA;AAE9E,eAAO,MAAM,oBAAoB;;;;;;;;;;;0CAQ9B,CAAA"}
|
package/package.json
CHANGED
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/exists": "^2.7.1",
|
|
14
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.47.
|
|
15
|
-
"@xyo-network/diviner": "^2.47.
|
|
16
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.47.
|
|
17
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.47.
|
|
18
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.47.
|
|
19
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.47.
|
|
20
|
-
"@xyo-network/gas-price-payload-plugin": "^2.47.
|
|
21
|
-
"@xyo-network/module": "^2.47.
|
|
22
|
-
"@xyo-network/payload-builder": "^2.47.
|
|
23
|
-
"@xyo-network/payload-model": "^2.47.
|
|
24
|
-
"@xyo-network/payloadset-plugin": "^2.47.
|
|
25
|
-
"@xyo-network/promise": "^2.47.
|
|
14
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.47.9",
|
|
15
|
+
"@xyo-network/diviner": "^2.47.9",
|
|
16
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.47.9",
|
|
17
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.47.9",
|
|
18
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.47.9",
|
|
19
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.47.9",
|
|
20
|
+
"@xyo-network/gas-price-payload-plugin": "^2.47.9",
|
|
21
|
+
"@xyo-network/module": "^2.47.9",
|
|
22
|
+
"@xyo-network/payload-builder": "^2.47.9",
|
|
23
|
+
"@xyo-network/payload-model": "^2.47.9",
|
|
24
|
+
"@xyo-network/payloadset-plugin": "^2.47.9",
|
|
25
|
+
"@xyo-network/promise": "^2.47.9",
|
|
26
26
|
"regression": "^2.0.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@uniswap/sdk": "^3.0.3",
|
|
36
36
|
"@uniswap/sdk-core": "^3.1.1",
|
|
37
37
|
"@uniswap/v3-sdk": "^3.9.0",
|
|
38
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
39
|
-
"@xylabs/tsconfig": "^2.
|
|
38
|
+
"@xylabs/ts-scripts-yarn3": "^2.15.0",
|
|
39
|
+
"@xylabs/tsconfig": "^2.15.0",
|
|
40
40
|
"typescript": "^4.9.5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
},
|
|
83
83
|
"sideEffects": false,
|
|
84
84
|
"types": "dist/types/index.d.ts",
|
|
85
|
-
"version": "2.47.
|
|
85
|
+
"version": "2.47.9"
|
|
86
86
|
}
|