@xyo-network/uniswap-v4-crypto-market-plugin 3.5.6 → 3.6.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/types/Plugin.d.ts +4 -6
- package/dist/types/Plugin.d.ts.map +1 -1
- package/package.json +16 -21
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import { UniswapV4CryptoMarketWitness } from './Witness.ts';
|
|
2
|
-
export declare const UniswapV4CryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapV4CryptoMarketWitness<import(".store/@xylabs-base-npm-4.
|
|
3
|
-
account?: import(".store/@xyo-network-account-model-npm-3.
|
|
2
|
+
export declare const UniswapV4CryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapV4CryptoMarketWitness<import(".store/@xylabs-base-npm-4.10.0-083847c57a/package").BaseParamsFields & {
|
|
3
|
+
account?: import(".store/@xyo-network-account-model-npm-3.17.0-f4dfdc79cc/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.0-f4dfdc79cc/package").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").UniswapV4CryptoMarketWitnessConfig>;
|
|
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,4BAA4B,EAAE,MAAM,cAAc,CAAA;AAE3D,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAA;AAE3D,eAAO,MAAM,2BAA2B;;;;;;;;;;GASrC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/uniswap-v4-crypto-market-plugin",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,30 +30,25 @@
|
|
|
30
30
|
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@uniswap/sdk-core": "^7.7.2",
|
|
33
|
-
"@
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@xyo-network/
|
|
39
|
-
"@xyo-network/module-model": "^3.14.16",
|
|
40
|
-
"@xyo-network/open-zeppelin-typechain": "^3.5.2",
|
|
41
|
-
"@xyo-network/payload-model": "^3.14.16",
|
|
42
|
-
"@xyo-network/payloadset-plugin": "^3.14.16",
|
|
43
|
-
"@xyo-network/uniswap-crypto-market-payload-plugin": "^3.5.6",
|
|
33
|
+
"@xylabs/assert": "^4.10.0",
|
|
34
|
+
"@xyo-network/abstract-witness": "^3.17.0",
|
|
35
|
+
"@xyo-network/module-model": "^3.17.0",
|
|
36
|
+
"@xyo-network/payload-model": "^3.17.0",
|
|
37
|
+
"@xyo-network/payloadset-plugin": "^3.17.0",
|
|
38
|
+
"@xyo-network/uniswap-crypto-market-payload-plugin": "^3.6.0",
|
|
44
39
|
"@xyo-network/uniswap-typechain": "^3.5.2",
|
|
45
|
-
"@xyo-network/witness-model": "^3.
|
|
46
|
-
"ethers": "^6.
|
|
40
|
+
"@xyo-network/witness-model": "^3.17.0",
|
|
41
|
+
"ethers": "^6.14.1"
|
|
47
42
|
},
|
|
48
43
|
"devDependencies": {
|
|
49
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
50
|
-
"@xylabs/tsconfig": "^6.
|
|
51
|
-
"@xylabs/vitest-extended": "^4.
|
|
52
|
-
"@xyo-network/payload-wrapper": "^3.
|
|
53
|
-
"@xyo-network/witness-blockchain-abstract": "^3.
|
|
54
|
-
"knip": "^5.
|
|
44
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.7",
|
|
45
|
+
"@xylabs/tsconfig": "^6.5.7",
|
|
46
|
+
"@xylabs/vitest-extended": "^4.10.0",
|
|
47
|
+
"@xyo-network/payload-wrapper": "^3.17.0",
|
|
48
|
+
"@xyo-network/witness-blockchain-abstract": "^3.17.0",
|
|
49
|
+
"knip": "^5.57.0",
|
|
55
50
|
"typescript": "^5.8.3",
|
|
56
|
-
"vitest": "^3.1.
|
|
51
|
+
"vitest": "^3.1.4"
|
|
57
52
|
},
|
|
58
53
|
"publishConfig": {
|
|
59
54
|
"access": "public"
|