@xyo-network/uniswap-crypto-market-plugin 2.84.5 → 2.85.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.
@@ -2,7 +2,7 @@ import { UniswapCryptoMarketWitness } from './Witness';
2
2
  export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -44,7 +44,6 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
44
  schema: string;
45
45
  };
46
46
  ephemeralQueryAccountEnabled?: boolean | undefined;
47
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
48
47
  } & {
49
48
  provider?: import("ethers").Provider | undefined;
50
49
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
@@ -2,7 +2,7 @@ import { UniswapCryptoMarketWitness } from './Witness';
2
2
  export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -44,7 +44,6 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
44
  schema: string;
45
45
  };
46
46
  ephemeralQueryAccountEnabled?: boolean | undefined;
47
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
48
47
  } & {
49
48
  provider?: import("ethers").Provider | undefined;
50
49
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
@@ -2,7 +2,7 @@ import { UniswapCryptoMarketWitness } from './Witness';
2
2
  export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -44,7 +44,6 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
44
  schema: string;
45
45
  };
46
46
  ephemeralQueryAccountEnabled?: boolean | undefined;
47
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
48
47
  } & {
49
48
  provider?: import("ethers").Provider | undefined;
50
49
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
@@ -2,7 +2,7 @@ import { UniswapCryptoMarketWitness } from './Witness';
2
2
  export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -44,7 +44,6 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
44
  schema: string;
45
45
  };
46
46
  ephemeralQueryAccountEnabled?: boolean | undefined;
47
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
48
47
  } & {
49
48
  provider?: import("ethers").Provider | undefined;
50
49
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
@@ -2,7 +2,7 @@ import { UniswapCryptoMarketWitness } from './Witness';
2
2
  export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -44,7 +44,6 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
44
  schema: string;
45
45
  };
46
46
  ephemeralQueryAccountEnabled?: boolean | undefined;
47
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
48
47
  } & {
49
48
  provider?: import("ethers").Provider | undefined;
50
49
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
@@ -2,7 +2,7 @@ import { UniswapCryptoMarketWitness } from './Witness';
2
2
  export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -44,7 +44,6 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
44
  schema: string;
45
45
  };
46
46
  ephemeralQueryAccountEnabled?: boolean | undefined;
47
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
48
47
  } & {
49
48
  provider?: import("ethers").Provider | undefined;
50
49
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AAEtD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASnC,CAAA"}
package/package.json CHANGED
@@ -15,24 +15,24 @@
15
15
  "@xylabs/assert": "^2.13.20",
16
16
  "@xylabs/delay": "^2.13.20",
17
17
  "@xylabs/promise": "^2.13.20",
18
- "@xyo-network/abstract-witness": "^2.84.18",
19
- "@xyo-network/module-model": "^2.84.18",
20
- "@xyo-network/payload-model": "^2.84.18",
21
- "@xyo-network/payloadset-plugin": "^2.84.18",
18
+ "@xyo-network/abstract-witness": "^2.85.0",
19
+ "@xyo-network/module-model": "^2.85.0",
20
+ "@xyo-network/payload-model": "^2.85.0",
21
+ "@xyo-network/payloadset-plugin": "^2.85.0",
22
22
  "@xyo-network/typechain": "^3.0.5",
23
- "@xyo-network/uniswap-crypto-market-payload-plugin": "~2.84.5",
23
+ "@xyo-network/uniswap-crypto-market-payload-plugin": "~2.85.0",
24
24
  "@xyo-network/uniswap-sdk-core": "^4.1.2",
25
25
  "@xyo-network/uniswap-typechain": "^3.0.5",
26
26
  "@xyo-network/uniswap-v3-sdk": "^3.12.3",
27
- "@xyo-network/witness-model": "^2.84.18",
27
+ "@xyo-network/witness-model": "^2.85.0",
28
28
  "ethers": "^6.9.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@xylabs/jest-helpers": "^2.13.20",
32
32
  "@xylabs/ts-scripts-yarn3": "^3.2.25",
33
33
  "@xylabs/tsconfig": "^3.2.25",
34
- "@xyo-network/payload-wrapper": "^2.84.18",
35
- "@xyo-network/witness-blockchain-abstract": "^2.84.18",
34
+ "@xyo-network/payload-wrapper": "^2.85.0",
35
+ "@xyo-network/witness-blockchain-abstract": "^2.85.0",
36
36
  "jest": "^29.7.0",
37
37
  "typescript": "^5.3.3"
38
38
  },
@@ -76,6 +76,6 @@
76
76
  "url": "https://github.com/XYOracleNetwork/plugins.git"
77
77
  },
78
78
  "sideEffects": false,
79
- "version": "2.84.5",
79
+ "version": "2.85.0",
80
80
  "type": "module"
81
81
  }