@xyo-network/gas-price-plugin 2.49.4 → 2.50.0
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 +506 -1057
- package/dist/types/Plugin.d.ts +1 -1
- package/dist/types/Plugin.d.ts.map +1 -1
- package/package.json +14 -14
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -13,5 +13,5 @@ export declare const XyoEthereumGasPlugin: () => PayloadSetDivinerPlugin<XyoEthe
|
|
|
13
13
|
targetSchema?: "network.xyo.blockchain.ethereum.gas.diviner.config" | undefined;
|
|
14
14
|
} & {
|
|
15
15
|
schema: string;
|
|
16
|
-
},
|
|
16
|
+
}, undefined>>;
|
|
17
17
|
//# 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;;;;;;;;;;;;cAQ9B,CAAA"}
|
package/package.json
CHANGED
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/exists": "^2.7.4",
|
|
14
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.
|
|
15
|
-
"@xyo-network/diviner": "^2.
|
|
16
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.
|
|
17
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.
|
|
18
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.
|
|
19
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.
|
|
20
|
-
"@xyo-network/gas-price-payload-plugin": "^2.
|
|
21
|
-
"@xyo-network/module": "^2.
|
|
22
|
-
"@xyo-network/payload-builder": "^2.
|
|
23
|
-
"@xyo-network/payload-model": "^2.
|
|
24
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
25
|
-
"@xyo-network/promise": "^2.
|
|
14
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.50.0",
|
|
15
|
+
"@xyo-network/diviner": "^2.50.0",
|
|
16
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.50.0",
|
|
17
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.50.0",
|
|
18
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.50.0",
|
|
19
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.50.0",
|
|
20
|
+
"@xyo-network/gas-price-payload-plugin": "^2.50.0",
|
|
21
|
+
"@xyo-network/module": "^2.50.0",
|
|
22
|
+
"@xyo-network/payload-builder": "^2.50.0",
|
|
23
|
+
"@xyo-network/payload-model": "^2.50.0",
|
|
24
|
+
"@xyo-network/payloadset-plugin": "^2.50.0",
|
|
25
|
+
"@xyo-network/promise": "^2.50.0",
|
|
26
26
|
"regression": "^2.0.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@ethersproject/solidity": "^5.7.0",
|
|
34
34
|
"@types/regression": "^2.0.2",
|
|
35
35
|
"@uniswap/sdk": "^3.0.3",
|
|
36
|
-
"@uniswap/sdk-core": "^3.1.
|
|
36
|
+
"@uniswap/sdk-core": "^3.1.2",
|
|
37
37
|
"@uniswap/v3-sdk": "^3.9.0",
|
|
38
38
|
"@xylabs/ts-scripts-yarn3": "^2.15.0",
|
|
39
39
|
"@xylabs/tsconfig": "^2.15.0",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
},
|
|
83
83
|
"sideEffects": false,
|
|
84
84
|
"types": "dist/types/index.d.ts",
|
|
85
|
-
"version": "2.
|
|
85
|
+
"version": "2.50.0"
|
|
86
86
|
}
|