File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
packages/blue-api-sdk/src Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -1067,4 +1067,34 @@ export const typePolicies = {
10671067 timestamp : { read : readMaybeBigInt } ,
10681068 } ,
10691069 } ,
1070+ BadDebtRealizedMarketWarningMetadata : {
1071+ fields : {
1072+ badDebtAssets : { read : readMaybeBigInt } ,
1073+ totalSupplyAssets : { read : readMaybeBigInt } ,
1074+ } ,
1075+ } ,
1076+ BadDebtUnrealizedMarketWarningMetadata : {
1077+ fields : {
1078+ badDebtAssets : { read : readMaybeBigInt } ,
1079+ totalSupplyAssets : { read : readMaybeBigInt } ,
1080+ } ,
1081+ } ,
1082+ IncorrectOracleConfigurationMarketWarningMetadata : {
1083+ fields : {
1084+ expectedScaleFactor : { read : readMaybeBigInt } ,
1085+ expectedScaleFactorExponent : { read : readMaybeBigInt } ,
1086+ scaleFactor : { read : readMaybeBigInt } ,
1087+ } ,
1088+ } ,
1089+ ShortTimelockVaultWarningMetadata : {
1090+ fields : {
1091+ timelock : { read : readMaybeBigInt } ,
1092+ } ,
1093+ } ,
1094+ TimelockFailedCheckVaultV2WarningMetadata : {
1095+ fields : {
1096+ currentTimelock : { read : readMaybeBigInt } ,
1097+ requiredTimelock : { read : readMaybeBigInt } ,
1098+ } ,
1099+ } ,
10701100} ;
You can’t perform that action at this time.
0 commit comments