@uniswap/client-unirpc-v2 0.0.5 → 0.0.6
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,11 @@ 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
|
|
189
193
|
}
|
|
190
194
|
/**
|
|
191
195
|
* @generated from message uniswap.unirpc.v2.GasStrategy
|
|
@@ -198,6 +198,10 @@ 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";
|
|
201
205
|
})(Chain || (Chain = {}));
|
|
202
206
|
// Retrieve enum metadata with: proto3.getEnumType(Chain)
|
|
203
207
|
proto3.util.setEnumType(Chain, "uniswap.unirpc.v2.Chain", [
|
|
@@ -239,6 +243,7 @@ proto3.util.setEnumType(Chain, "uniswap.unirpc.v2.Chain", [
|
|
|
239
243
|
{ no: 4217, name: "CHAIN_TEMPO" },
|
|
240
244
|
{ no: 59144, name: "CHAIN_LINEA" },
|
|
241
245
|
{ no: 5042, name: "CHAIN_ARC" },
|
|
246
|
+
{ no: 4663, name: "CHAIN_ROBINHOOD" },
|
|
242
247
|
]);
|
|
243
248
|
/**
|
|
244
249
|
* @generated from message uniswap.unirpc.v2.GasStrategy
|