@merkl/api 0.10.211 → 0.10.212
Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,8 @@ function satisfiesNameConditions(name, type) {
|
|
43
43
|
return (lowerCaseName === "crvusd/frax" ||
|
44
44
|
lowerCaseName === "ezeth/wfrxeth" ||
|
45
45
|
lowerCaseName === "pufeth/wsteth" ||
|
46
|
-
lowerCaseName === "hai/lusd"
|
46
|
+
lowerCaseName === "hai/lusd" ||
|
47
|
+
lowerCaseName === "eywa/usdt");
|
47
48
|
case tokenType.crosscurve:
|
48
49
|
return lowerCaseName.startsWith("crosscurve");
|
49
50
|
case tokenType.silostaking:
|