@uniswap/client-liquidity 1.3.0 → 1.3.2

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.
@@ -1,23 +1,6 @@
1
1
  import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
2
  import { Message, proto3 } from "@bufbuild/protobuf";
3
3
  import { AuctionValidation, BidToExit, ChainId, TransactionRequest, ValidationType } from "./types_pb.js";
4
- /**
5
- * @generated from enum uniswap.liquidity.v1.TokenStandard
6
- */
7
- export declare enum TokenStandard {
8
- /**
9
- * @generated from enum value: TOKEN_STANDARD_UNSPECIFIED = 0;
10
- */
11
- TOKEN_STANDARD_UNSPECIFIED = 0,
12
- /**
13
- * @generated from enum value: UERC20 = 1;
14
- */
15
- UERC20 = 1,
16
- /**
17
- * @generated from enum value: USUPERC20 = 2;
18
- */
19
- USUPERC20 = 2
20
- }
21
4
  /**
22
5
  * @generated from enum uniswap.liquidity.v1.PriceRangeStrategy
23
6
  */
@@ -541,10 +524,6 @@ export declare class TokenInfo extends Message<TokenInfo> {
541
524
  * @generated from message uniswap.liquidity.v1.NewTokenConfig
542
525
  */
543
526
  export declare class NewTokenConfig extends Message<NewTokenConfig> {
544
- /**
545
- * @generated from field: uniswap.liquidity.v1.TokenStandard standard = 1;
546
- */
547
- standard: TokenStandard;
548
527
  /**
549
528
  * @generated from field: string name = 2;
550
529
  */
@@ -4,30 +4,6 @@
4
4
  // @ts-nocheck
5
5
  import { Message, proto3, protoInt64 } from "@bufbuild/protobuf";
6
6
  import { AuctionValidation, BidToExit, ChainId, TransactionRequest, ValidationType } from "./types_pb.js";
7
- /**
8
- * @generated from enum uniswap.liquidity.v1.TokenStandard
9
- */
10
- export var TokenStandard;
11
- (function (TokenStandard) {
12
- /**
13
- * @generated from enum value: TOKEN_STANDARD_UNSPECIFIED = 0;
14
- */
15
- TokenStandard[TokenStandard["TOKEN_STANDARD_UNSPECIFIED"] = 0] = "TOKEN_STANDARD_UNSPECIFIED";
16
- /**
17
- * @generated from enum value: UERC20 = 1;
18
- */
19
- TokenStandard[TokenStandard["UERC20"] = 1] = "UERC20";
20
- /**
21
- * @generated from enum value: USUPERC20 = 2;
22
- */
23
- TokenStandard[TokenStandard["USUPERC20"] = 2] = "USUPERC20";
24
- })(TokenStandard || (TokenStandard = {}));
25
- // Retrieve enum metadata with: proto3.getEnumType(TokenStandard)
26
- proto3.util.setEnumType(TokenStandard, "uniswap.liquidity.v1.TokenStandard", [
27
- { no: 0, name: "TOKEN_STANDARD_UNSPECIFIED" },
28
- { no: 1, name: "UERC20" },
29
- { no: 2, name: "USUPERC20" },
30
- ]);
31
7
  /**
32
8
  * @generated from enum uniswap.liquidity.v1.PriceRangeStrategy
33
9
  */
@@ -738,10 +714,6 @@ TokenInfo.fields = proto3.util.newFieldList(() => [
738
714
  export class NewTokenConfig extends Message {
739
715
  constructor(data) {
740
716
  super();
741
- /**
742
- * @generated from field: uniswap.liquidity.v1.TokenStandard standard = 1;
743
- */
744
- this.standard = TokenStandard.TOKEN_STANDARD_UNSPECIFIED;
745
717
  /**
746
718
  * @generated from field: string name = 2;
747
719
  */
@@ -776,7 +748,6 @@ export class NewTokenConfig extends Message {
776
748
  NewTokenConfig.runtime = proto3;
777
749
  NewTokenConfig.typeName = "uniswap.liquidity.v1.NewTokenConfig";
778
750
  NewTokenConfig.fields = proto3.util.newFieldList(() => [
779
- { no: 1, name: "standard", kind: "enum", T: proto3.getEnumType(TokenStandard) },
780
751
  { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
781
752
  { no: 3, name: "symbol", kind: "scalar", T: 9 /* ScalarType.STRING */ },
782
753
  { no: 4, name: "total_supply", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -122,7 +122,11 @@ export declare enum ChainId {
122
122
  /**
123
123
  * @generated from enum value: ROBINHOOD = 4663;
124
124
  */
125
- ROBINHOOD = 4663
125
+ ROBINHOOD = 4663,
126
+ /**
127
+ * @generated from enum value: ARC = 5042;
128
+ */
129
+ ARC = 5042
126
130
  }
127
131
  /**
128
132
  * @generated from enum uniswap.liquidity.v1.Distributor
@@ -134,6 +134,10 @@ export var ChainId;
134
134
  * @generated from enum value: ROBINHOOD = 4663;
135
135
  */
136
136
  ChainId[ChainId["ROBINHOOD"] = 4663] = "ROBINHOOD";
137
+ /**
138
+ * @generated from enum value: ARC = 5042;
139
+ */
140
+ ChainId[ChainId["ARC"] = 5042] = "ARC";
137
141
  })(ChainId || (ChainId = {}));
138
142
  // Retrieve enum metadata with: proto3.getEnumType(ChainId)
139
143
  proto3.util.setEnumType(ChainId, "uniswap.liquidity.v1.ChainId", [
@@ -162,6 +166,7 @@ proto3.util.setEnumType(ChainId, "uniswap.liquidity.v1.ChainId", [
162
166
  { no: 4326, name: "MEGAETH" },
163
167
  { no: 4217, name: "TEMPO" },
164
168
  { no: 4663, name: "ROBINHOOD" },
169
+ { no: 5042, name: "ARC" },
165
170
  ]);
166
171
  /**
167
172
  * @generated from enum uniswap.liquidity.v1.Distributor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-liquidity",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },