@0dotxyz/p0-ts-sdk 2.8.0-alpha.2 → 2.8.0-alpha.3

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.
package/dist/index.cjs CHANGED
@@ -13267,22 +13267,22 @@ var marginfi_0_1_10_default = {
13267
13267
  msg: "Oracle price deviates too far from the circuit breaker reference; action rejected"
13268
13268
  },
13269
13269
  {
13270
- code: 6700,
13270
+ code: 6800,
13271
13271
  name: "ScopeInvalidAccount",
13272
13272
  msg: "Scope oracle account is not owned by the Scope program or is malformed"
13273
13273
  },
13274
13274
  {
13275
- code: 6701,
13275
+ code: 6801,
13276
13276
  name: "ScopeInvalidEntry",
13277
13277
  msg: "Scope entry index is out of range or the entry has never been refreshed"
13278
13278
  },
13279
13279
  {
13280
- code: 6702,
13280
+ code: 6802,
13281
13281
  name: "ScopeStalePrice",
13282
13282
  msg: "Scope price is stale"
13283
13283
  },
13284
13284
  {
13285
- code: 6703,
13285
+ code: 6803,
13286
13286
  name: "UseConfigureBankOracleScope",
13287
13287
  msg: "Use lending_pool_configure_bank_oracle_scope; Scope requires an entry index"
13288
13288
  }