@injectivelabs/exceptions 1.18.8 → 1.18.10

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.
@@ -513,6 +513,7 @@ const IndexerErrorModule = {
513
513
  Derivatives: "indexer-derivatives",
514
514
  Transaction: "indexer-transaction",
515
515
  ChronosSpot: "indexer-chronos-spot",
516
+ TcDerivatives: "indexer-tc-derivatives",
516
517
  InsuranceFund: "indexer-insurance-fund",
517
518
  ChronosMarkets: "indexer-chronos-markets",
518
519
  ChronosDerivative: "indexer-chronos-derivative"
@@ -496,6 +496,7 @@ declare const IndexerErrorModule: {
496
496
  readonly Derivatives: "indexer-derivatives";
497
497
  readonly Transaction: "indexer-transaction";
498
498
  readonly ChronosSpot: "indexer-chronos-spot";
499
+ readonly TcDerivatives: "indexer-tc-derivatives";
499
500
  readonly InsuranceFund: "indexer-insurance-fund";
500
501
  readonly ChronosMarkets: "indexer-chronos-markets";
501
502
  readonly ChronosDerivative: "indexer-chronos-derivative";
@@ -496,6 +496,7 @@ declare const IndexerErrorModule: {
496
496
  readonly Derivatives: "indexer-derivatives";
497
497
  readonly Transaction: "indexer-transaction";
498
498
  readonly ChronosSpot: "indexer-chronos-spot";
499
+ readonly TcDerivatives: "indexer-tc-derivatives";
499
500
  readonly InsuranceFund: "indexer-insurance-fund";
500
501
  readonly ChronosMarkets: "indexer-chronos-markets";
501
502
  readonly ChronosDerivative: "indexer-chronos-derivative";
package/dist/esm/index.js CHANGED
@@ -512,6 +512,7 @@ const IndexerErrorModule = {
512
512
  Derivatives: "indexer-derivatives",
513
513
  Transaction: "indexer-transaction",
514
514
  ChronosSpot: "indexer-chronos-spot",
515
+ TcDerivatives: "indexer-tc-derivatives",
515
516
  InsuranceFund: "indexer-insurance-fund",
516
517
  ChronosMarkets: "indexer-chronos-markets",
517
518
  ChronosDerivative: "indexer-chronos-derivative"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/exceptions",
3
- "version": "1.18.8",
3
+ "version": "1.18.10",
4
4
  "description": "List of exceptions that can be reused throughout Injective's projects.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {