@injectivelabs/exceptions 1.15.32 → 1.15.34

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.
@@ -20,7 +20,8 @@ export declare enum ChainErrorModule {
20
20
  Wasm = "chain-wasm",
21
21
  WasmX = "chain-wasmx",
22
22
  Tendermint = "chain-tendermint",
23
- Permissions = "chain-permissions"
23
+ Permissions = "chain-permissions",
24
+ TxFees = "chain-tx-fees"
24
25
  }
25
26
  export declare enum IndexerErrorModule {
26
27
  Account = "indexer-account",
@@ -26,6 +26,7 @@ var ChainErrorModule;
26
26
  ChainErrorModule["WasmX"] = "chain-wasmx";
27
27
  ChainErrorModule["Tendermint"] = "chain-tendermint";
28
28
  ChainErrorModule["Permissions"] = "chain-permissions";
29
+ ChainErrorModule["TxFees"] = "chain-tx-fees";
29
30
  })(ChainErrorModule || (exports.ChainErrorModule = ChainErrorModule = {}));
30
31
  var IndexerErrorModule;
31
32
  (function (IndexerErrorModule) {
@@ -20,7 +20,8 @@ export declare enum ChainErrorModule {
20
20
  Wasm = "chain-wasm",
21
21
  WasmX = "chain-wasmx",
22
22
  Tendermint = "chain-tendermint",
23
- Permissions = "chain-permissions"
23
+ Permissions = "chain-permissions",
24
+ TxFees = "chain-tx-fees"
24
25
  }
25
26
  export declare enum IndexerErrorModule {
26
27
  Account = "indexer-account",
@@ -23,6 +23,7 @@ export var ChainErrorModule;
23
23
  ChainErrorModule["WasmX"] = "chain-wasmx";
24
24
  ChainErrorModule["Tendermint"] = "chain-tendermint";
25
25
  ChainErrorModule["Permissions"] = "chain-permissions";
26
+ ChainErrorModule["TxFees"] = "chain-tx-fees";
26
27
  })(ChainErrorModule || (ChainErrorModule = {}));
27
28
  export var IndexerErrorModule;
28
29
  (function (IndexerErrorModule) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/exceptions",
3
3
  "description": "List of exceptions that can be reused throughout Injective's projects.",
4
- "version": "1.15.32",
4
+ "version": "1.15.34",
5
5
  "sideEffects": false,
6
6
  "license": "Apache-2.0",
7
7
  "type": "module",
@@ -61,5 +61,5 @@
61
61
  "devDependencies": {
62
62
  "shx": "^0.3.4"
63
63
  },
64
- "gitHead": "7e589344149d5c2f0ca7869003fb2fee503688f0"
64
+ "gitHead": "78251efa42d45cc5ae0ae7205e4035d4cedcd903"
65
65
  }