@uniswap/client-unirpc-v2 0.0.5 → 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.
|
@@ -185,7 +185,15 @@ export declare enum Chain {
|
|
|
185
185
|
/**
|
|
186
186
|
* @generated from enum value: CHAIN_ARC = 5042;
|
|
187
187
|
*/
|
|
188
|
-
ARC = 5042
|
|
188
|
+
ARC = 5042,
|
|
189
|
+
/**
|
|
190
|
+
* @generated from enum value: CHAIN_ROBINHOOD = 4663;
|
|
191
|
+
*/
|
|
192
|
+
ROBINHOOD = 4663,
|
|
193
|
+
/**
|
|
194
|
+
* @generated from enum value: CHAIN_INK = 57073;
|
|
195
|
+
*/
|
|
196
|
+
INK = 57073
|
|
189
197
|
}
|
|
190
198
|
/**
|
|
191
199
|
* @generated from message uniswap.unirpc.v2.GasStrategy
|
|
@@ -198,6 +198,14 @@ export var Chain;
|
|
|
198
198
|
* @generated from enum value: CHAIN_ARC = 5042;
|
|
199
199
|
*/
|
|
200
200
|
Chain[Chain["ARC"] = 5042] = "ARC";
|
|
201
|
+
/**
|
|
202
|
+
* @generated from enum value: CHAIN_ROBINHOOD = 4663;
|
|
203
|
+
*/
|
|
204
|
+
Chain[Chain["ROBINHOOD"] = 4663] = "ROBINHOOD";
|
|
205
|
+
/**
|
|
206
|
+
* @generated from enum value: CHAIN_INK = 57073;
|
|
207
|
+
*/
|
|
208
|
+
Chain[Chain["INK"] = 57073] = "INK";
|
|
201
209
|
})(Chain || (Chain = {}));
|
|
202
210
|
// Retrieve enum metadata with: proto3.getEnumType(Chain)
|
|
203
211
|
proto3.util.setEnumType(Chain, "uniswap.unirpc.v2.Chain", [
|
|
@@ -239,6 +247,8 @@ proto3.util.setEnumType(Chain, "uniswap.unirpc.v2.Chain", [
|
|
|
239
247
|
{ no: 4217, name: "CHAIN_TEMPO" },
|
|
240
248
|
{ no: 59144, name: "CHAIN_LINEA" },
|
|
241
249
|
{ no: 5042, name: "CHAIN_ARC" },
|
|
250
|
+
{ no: 4663, name: "CHAIN_ROBINHOOD" },
|
|
251
|
+
{ no: 57073, name: "CHAIN_INK" },
|
|
242
252
|
]);
|
|
243
253
|
/**
|
|
244
254
|
* @generated from message uniswap.unirpc.v2.GasStrategy
|