@injectivelabs/exceptions 1.18.9 → 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.
- package/dist/cjs/index.cjs +1 -0
- package/dist/cjs/index.d.cts +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -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"
|
package/dist/cjs/index.d.cts
CHANGED
|
@@ -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.d.ts
CHANGED
|
@@ -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"
|