@uniswap/client-unirpc-v2 0.0.6 → 0.0.7

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.
@@ -189,7 +189,11 @@ export declare enum Chain {
189
189
  /**
190
190
  * @generated from enum value: CHAIN_ROBINHOOD = 4663;
191
191
  */
192
- ROBINHOOD = 4663
192
+ ROBINHOOD = 4663,
193
+ /**
194
+ * @generated from enum value: CHAIN_INK = 57073;
195
+ */
196
+ INK = 57073
193
197
  }
194
198
  /**
195
199
  * @generated from message uniswap.unirpc.v2.GasStrategy
@@ -202,6 +202,10 @@ export var Chain;
202
202
  * @generated from enum value: CHAIN_ROBINHOOD = 4663;
203
203
  */
204
204
  Chain[Chain["ROBINHOOD"] = 4663] = "ROBINHOOD";
205
+ /**
206
+ * @generated from enum value: CHAIN_INK = 57073;
207
+ */
208
+ Chain[Chain["INK"] = 57073] = "INK";
205
209
  })(Chain || (Chain = {}));
206
210
  // Retrieve enum metadata with: proto3.getEnumType(Chain)
207
211
  proto3.util.setEnumType(Chain, "uniswap.unirpc.v2.Chain", [
@@ -244,6 +248,7 @@ proto3.util.setEnumType(Chain, "uniswap.unirpc.v2.Chain", [
244
248
  { no: 59144, name: "CHAIN_LINEA" },
245
249
  { no: 5042, name: "CHAIN_ARC" },
246
250
  { no: 4663, name: "CHAIN_ROBINHOOD" },
251
+ { no: 57073, name: "CHAIN_INK" },
247
252
  ]);
248
253
  /**
249
254
  * @generated from message uniswap.unirpc.v2.GasStrategy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/client-unirpc-v2",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },