@carrot-protocol/clend-vaults-rpc 0.0.16-small-fxies1-dev-3fbe757 → 0.0.16
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.
|
@@ -2003,6 +2003,11 @@ export type ClendVaults = {
|
|
|
2003
2003
|
"code": 6026;
|
|
2004
2004
|
"name": "clendGroupNotFound";
|
|
2005
2005
|
"msg": "Clend group not found";
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"code": 6027;
|
|
2009
|
+
"name": "maxLeverageExceeded";
|
|
2010
|
+
"msg": "Max leverage exceeded";
|
|
2006
2011
|
}
|
|
2007
2012
|
];
|
|
2008
2013
|
"types": [
|