@injectivelabs/exceptions 1.18.20 → 1.18.22

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.
@@ -501,6 +501,7 @@ const IndexerErrorModule = {
501
501
  Referral: "referral",
502
502
  Spot: "indexer-spot",
503
503
  Web3Gw: "web3-gateway",
504
+ RfqGw: "indexer-rfq-gw",
504
505
  Oracle: "indexer-oracle",
505
506
  Account: "indexer-account",
506
507
  Auction: "indexer-auction",
@@ -484,6 +484,7 @@ declare const IndexerErrorModule: {
484
484
  readonly Referral: "referral";
485
485
  readonly Spot: "indexer-spot";
486
486
  readonly Web3Gw: "web3-gateway";
487
+ readonly RfqGw: "indexer-rfq-gw";
487
488
  readonly Oracle: "indexer-oracle";
488
489
  readonly Account: "indexer-account";
489
490
  readonly Auction: "indexer-auction";
@@ -484,6 +484,7 @@ declare const IndexerErrorModule: {
484
484
  readonly Referral: "referral";
485
485
  readonly Spot: "indexer-spot";
486
486
  readonly Web3Gw: "web3-gateway";
487
+ readonly RfqGw: "indexer-rfq-gw";
487
488
  readonly Oracle: "indexer-oracle";
488
489
  readonly Account: "indexer-account";
489
490
  readonly Auction: "indexer-auction";
package/dist/esm/index.js CHANGED
@@ -500,6 +500,7 @@ const IndexerErrorModule = {
500
500
  Referral: "referral",
501
501
  Spot: "indexer-spot",
502
502
  Web3Gw: "web3-gateway",
503
+ RfqGw: "indexer-rfq-gw",
503
504
  Oracle: "indexer-oracle",
504
505
  Account: "indexer-account",
505
506
  Auction: "indexer-auction",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/exceptions",
3
- "version": "1.18.20",
3
+ "version": "1.18.22",
4
4
  "description": "List of exceptions that can be reused throughout Injective's projects.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {