@xyo-network/gas-price-plugin 2.44.0 → 2.45.0-rc.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/dist/docs.json +1074 -1254
- package/dist/types/Plugin.d.ts +1 -0
- package/dist/types/Plugin.d.ts.map +1 -1
- package/package.json +16 -15
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ModuleParams } from '@xyo-network/module';
|
|
2
2
|
import { PayloadSetDivinerPlugin } from '@xyo-network/payloadset-plugin';
|
|
3
3
|
export declare const XyoEthereumGasPlugin: () => PayloadSetDivinerPlugin<ModuleParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
4
|
+
name?: string | undefined;
|
|
4
5
|
security?: {
|
|
5
6
|
allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
6
7
|
disallowed?: Record<string, string[]> | undefined;
|
|
@@ -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;AAIhG,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;AAIhG,eAAO,MAAM,oBAAoB;;;;;;;;;;GAQ9B,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.
|
|
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.45.0-rc.1",
|
|
15
|
+
"@xyo-network/diviner": "^2.45.0-rc.1",
|
|
16
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.45.0-rc.1",
|
|
17
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.45.0-rc.1",
|
|
18
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.45.0-rc.1",
|
|
19
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.45.0-rc.1",
|
|
20
|
+
"@xyo-network/gas-price-payload-plugin": "^2.45.0-rc.1",
|
|
21
|
+
"@xyo-network/module": "^2.45.0-rc.1",
|
|
22
|
+
"@xyo-network/payload-builder": "^2.45.0-rc.1",
|
|
23
|
+
"@xyo-network/payload-model": "^2.45.0-rc.1",
|
|
24
|
+
"@xyo-network/payloadset-plugin": "^2.45.0-rc.1",
|
|
25
|
+
"@xyo-network/promise": "^2.45.0-rc.1",
|
|
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.14.
|
|
39
|
-
"@xylabs/tsconfig": "^2.14.
|
|
38
|
+
"@xylabs/ts-scripts-yarn3": "^2.14.15",
|
|
39
|
+
"@xylabs/tsconfig": "^2.14.15",
|
|
40
40
|
"typescript": "^4.9.5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
@@ -82,5 +82,6 @@
|
|
|
82
82
|
},
|
|
83
83
|
"sideEffects": false,
|
|
84
84
|
"types": "dist/types/index.d.ts",
|
|
85
|
-
"version": "2.
|
|
85
|
+
"version": "2.45.0-rc.1",
|
|
86
|
+
"stableVersion": "2.44.1"
|
|
86
87
|
}
|