@xyo-network/ethers-ethereum-gas-plugin 3.5.7 → 3.6.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/types/Plugin.d.ts +4 -6
- package/dist/types/Plugin.d.ts.map +1 -1
- package/package.json +17 -17
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import { EthereumGasEthersWitness } from './Witness.ts';
|
|
2
|
-
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import(".store/@xylabs-base-npm-4.
|
|
3
|
-
account?: import(".store/@xyo-network-account-model-npm-3.
|
|
2
|
+
export declare const EthereumGasEthersPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasEthersWitness<import(".store/@xylabs-base-npm-4.11.2-29ff43002f/package").BaseParamsFields & {
|
|
3
|
+
account?: import(".store/@xyo-network-account-model-npm-3.17.1-d1c40ed920/package").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
|
-
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.
|
|
5
|
+
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.17.1-d1c40ed920/package").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").EthereumGasEthersWitnessConfig>;
|
|
8
8
|
ephemeralQueryAccountEnabled?: boolean;
|
|
9
9
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
10
|
-
|
|
11
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
12
|
-
} & {
|
|
10
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams & {
|
|
13
11
|
provider?: import("ethers").Provider;
|
|
14
12
|
}>>;
|
|
15
13
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAA;AAEvD,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAA;AAEvD,eAAO,MAAM,uBAAuB;;;;;;;;;;GAQjC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/ethers-ethereum-gas-plugin",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,25 +29,25 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/assert": "^4.
|
|
33
|
-
"@xyo-network/abstract-witness": "^3.
|
|
34
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.
|
|
35
|
-
"@xyo-network/module-model": "^3.
|
|
36
|
-
"@xyo-network/payload-builder": "^3.
|
|
37
|
-
"@xyo-network/payload-model": "^3.
|
|
38
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
39
|
-
"@xyo-network/witness-model": "^3.
|
|
40
|
-
"ethers": "^6.
|
|
32
|
+
"@xylabs/assert": "^4.11.2",
|
|
33
|
+
"@xyo-network/abstract-witness": "^3.17.1",
|
|
34
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.6.1",
|
|
35
|
+
"@xyo-network/module-model": "^3.17.1",
|
|
36
|
+
"@xyo-network/payload-builder": "^3.17.1",
|
|
37
|
+
"@xyo-network/payload-model": "^3.17.1",
|
|
38
|
+
"@xyo-network/payloadset-plugin": "^3.17.1",
|
|
39
|
+
"@xyo-network/witness-model": "^3.17.1",
|
|
40
|
+
"ethers": "^6.14.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
44
|
-
"@xylabs/tsconfig": "^6.
|
|
45
|
-
"@xylabs/vitest-extended": "^4.
|
|
46
|
-
"@xyo-network/payload-wrapper": "^3.
|
|
47
|
-
"@xyo-network/witness-blockchain-abstract": "^3.
|
|
48
|
-
"knip": "^5.
|
|
43
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.7",
|
|
44
|
+
"@xylabs/tsconfig": "^6.5.7",
|
|
45
|
+
"@xylabs/vitest-extended": "^4.11.2",
|
|
46
|
+
"@xyo-network/payload-wrapper": "^3.17.1",
|
|
47
|
+
"@xyo-network/witness-blockchain-abstract": "^3.17.1",
|
|
48
|
+
"knip": "^5.59.0",
|
|
49
49
|
"typescript": "^5.8.3",
|
|
50
|
-
"vitest": "^3.1.
|
|
50
|
+
"vitest": "^3.1.4"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|