@xyo-network/etherchain-ethereum-gas-v2-plugin 3.2.0-rc.9 → 3.2.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/browser/Plugin.d.ts
CHANGED
|
@@ -42,9 +42,9 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
42
42
|
ephemeralQueryAccountEnabled?: boolean;
|
|
43
43
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
44
44
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").BaseParamsFields & {
|
|
45
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
45
|
+
account?: import(".store/@xyo-network-account-model-virtual-4de20e9aa8/package").AccountInstance | "random";
|
|
46
46
|
addToResolvers?: boolean;
|
|
47
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
47
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-4de20e9aa8/package").AccountInstance[];
|
|
48
48
|
allowNameResolution?: boolean;
|
|
49
49
|
config: import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
|
|
50
50
|
schema: import("@xyo-network/payload-model").Schema;
|
package/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -42,9 +42,9 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
42
42
|
ephemeralQueryAccountEnabled?: boolean;
|
|
43
43
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
44
44
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").BaseParamsFields & {
|
|
45
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
45
|
+
account?: import(".store/@xyo-network-account-model-virtual-4de20e9aa8/package").AccountInstance | "random";
|
|
46
46
|
addToResolvers?: boolean;
|
|
47
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
47
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-4de20e9aa8/package").AccountInstance[];
|
|
48
48
|
allowNameResolution?: boolean;
|
|
49
49
|
config: import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
|
|
50
50
|
schema: import("@xyo-network/payload-model").Schema;
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -42,9 +42,9 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
42
42
|
ephemeralQueryAccountEnabled?: boolean;
|
|
43
43
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
44
44
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").BaseParamsFields & {
|
|
45
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
45
|
+
account?: import(".store/@xyo-network-account-model-virtual-4de20e9aa8/package").AccountInstance | "random";
|
|
46
46
|
addToResolvers?: boolean;
|
|
47
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
47
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-4de20e9aa8/package").AccountInstance[];
|
|
48
48
|
allowNameResolution?: boolean;
|
|
49
49
|
config: import(".store/@xylabs-object-npm-4.4.26-e360665d2e/package").DeepRestrictToStringKeys<{
|
|
50
50
|
schema: import("@xyo-network/payload-model").Schema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/etherchain-ethereum-gas-v2-plugin",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,23 +30,22 @@
|
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@xylabs/axios": "^4.4.26",
|
|
33
|
-
"@xyo-network/abstract-witness": "^3.6.
|
|
34
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.2.
|
|
35
|
-
"@xyo-network/module-model": "^3.6.
|
|
36
|
-
"@xyo-network/payload-model": "^3.6.
|
|
37
|
-
"@xyo-network/payloadset-plugin": "^3.6.
|
|
38
|
-
"@xyo-network/witness-model": "^3.6.
|
|
33
|
+
"@xyo-network/abstract-witness": "^3.6.1",
|
|
34
|
+
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.2.1",
|
|
35
|
+
"@xyo-network/module-model": "^3.6.1",
|
|
36
|
+
"@xyo-network/payload-model": "^3.6.1",
|
|
37
|
+
"@xyo-network/payloadset-plugin": "^3.6.1",
|
|
38
|
+
"@xyo-network/witness-model": "^3.6.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
42
42
|
"@xylabs/tsconfig": "^4.2.6",
|
|
43
43
|
"@xylabs/vitest-extended": "^4.4.26",
|
|
44
|
-
"@xyo-network/payload-wrapper": "^3.6.
|
|
44
|
+
"@xyo-network/payload-wrapper": "^3.6.1",
|
|
45
45
|
"typescript": "^5.7.2",
|
|
46
46
|
"vitest": "^2.1.8"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
|
-
}
|
|
51
|
-
"stableVersion": "3.1.2"
|
|
50
|
+
}
|
|
52
51
|
}
|