@injectivelabs/exceptions 1.15.28 → 1.15.29
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.
|
@@ -47,13 +47,13 @@ export declare enum IndexerErrorModule {
|
|
|
47
47
|
Abacus = "abacus"
|
|
48
48
|
}
|
|
49
49
|
export declare enum WalletErrorActionModule {
|
|
50
|
-
|
|
51
|
-
SignEthereumTransaction = "sign-ethereum-transaction",
|
|
52
|
-
SendTransaction = "send-transaction",
|
|
53
|
-
SendEthereumTransaction = "send-ethereum-transaction",
|
|
54
|
-
SignArbitrary = "sign-arbitrary",
|
|
50
|
+
GetChainId = "get-chain-id",
|
|
55
51
|
GetAccounts = "get-accounts",
|
|
56
52
|
GetNetworkId = "get-network-id",
|
|
57
|
-
|
|
58
|
-
|
|
53
|
+
SignArbitrary = "sign-arbitrary",
|
|
54
|
+
SignTransaction = "sign-transaction",
|
|
55
|
+
SendTransaction = "send-transaction",
|
|
56
|
+
SendEvmTransaction = "send-evm-transaction",
|
|
57
|
+
SignEvmTransaction = "sign-evm-transaction",
|
|
58
|
+
GetEvmTransactionReceipt = "get-evm-transaction-receipt"
|
|
59
59
|
}
|
|
@@ -54,13 +54,13 @@ var IndexerErrorModule;
|
|
|
54
54
|
})(IndexerErrorModule || (exports.IndexerErrorModule = IndexerErrorModule = {}));
|
|
55
55
|
var WalletErrorActionModule;
|
|
56
56
|
(function (WalletErrorActionModule) {
|
|
57
|
-
WalletErrorActionModule["
|
|
58
|
-
WalletErrorActionModule["SignEthereumTransaction"] = "sign-ethereum-transaction";
|
|
59
|
-
WalletErrorActionModule["SendTransaction"] = "send-transaction";
|
|
60
|
-
WalletErrorActionModule["SendEthereumTransaction"] = "send-ethereum-transaction";
|
|
61
|
-
WalletErrorActionModule["SignArbitrary"] = "sign-arbitrary";
|
|
57
|
+
WalletErrorActionModule["GetChainId"] = "get-chain-id";
|
|
62
58
|
WalletErrorActionModule["GetAccounts"] = "get-accounts";
|
|
63
59
|
WalletErrorActionModule["GetNetworkId"] = "get-network-id";
|
|
64
|
-
WalletErrorActionModule["
|
|
65
|
-
WalletErrorActionModule["
|
|
60
|
+
WalletErrorActionModule["SignArbitrary"] = "sign-arbitrary";
|
|
61
|
+
WalletErrorActionModule["SignTransaction"] = "sign-transaction";
|
|
62
|
+
WalletErrorActionModule["SendTransaction"] = "send-transaction";
|
|
63
|
+
WalletErrorActionModule["SendEvmTransaction"] = "send-evm-transaction";
|
|
64
|
+
WalletErrorActionModule["SignEvmTransaction"] = "sign-evm-transaction";
|
|
65
|
+
WalletErrorActionModule["GetEvmTransactionReceipt"] = "get-evm-transaction-receipt";
|
|
66
66
|
})(WalletErrorActionModule || (exports.WalletErrorActionModule = WalletErrorActionModule = {}));
|
|
@@ -47,13 +47,13 @@ export declare enum IndexerErrorModule {
|
|
|
47
47
|
Abacus = "abacus"
|
|
48
48
|
}
|
|
49
49
|
export declare enum WalletErrorActionModule {
|
|
50
|
-
|
|
51
|
-
SignEthereumTransaction = "sign-ethereum-transaction",
|
|
52
|
-
SendTransaction = "send-transaction",
|
|
53
|
-
SendEthereumTransaction = "send-ethereum-transaction",
|
|
54
|
-
SignArbitrary = "sign-arbitrary",
|
|
50
|
+
GetChainId = "get-chain-id",
|
|
55
51
|
GetAccounts = "get-accounts",
|
|
56
52
|
GetNetworkId = "get-network-id",
|
|
57
|
-
|
|
58
|
-
|
|
53
|
+
SignArbitrary = "sign-arbitrary",
|
|
54
|
+
SignTransaction = "sign-transaction",
|
|
55
|
+
SendTransaction = "send-transaction",
|
|
56
|
+
SendEvmTransaction = "send-evm-transaction",
|
|
57
|
+
SignEvmTransaction = "sign-evm-transaction",
|
|
58
|
+
GetEvmTransactionReceipt = "get-evm-transaction-receipt"
|
|
59
59
|
}
|
|
@@ -51,13 +51,13 @@ export var IndexerErrorModule;
|
|
|
51
51
|
})(IndexerErrorModule || (IndexerErrorModule = {}));
|
|
52
52
|
export var WalletErrorActionModule;
|
|
53
53
|
(function (WalletErrorActionModule) {
|
|
54
|
-
WalletErrorActionModule["
|
|
55
|
-
WalletErrorActionModule["SignEthereumTransaction"] = "sign-ethereum-transaction";
|
|
56
|
-
WalletErrorActionModule["SendTransaction"] = "send-transaction";
|
|
57
|
-
WalletErrorActionModule["SendEthereumTransaction"] = "send-ethereum-transaction";
|
|
58
|
-
WalletErrorActionModule["SignArbitrary"] = "sign-arbitrary";
|
|
54
|
+
WalletErrorActionModule["GetChainId"] = "get-chain-id";
|
|
59
55
|
WalletErrorActionModule["GetAccounts"] = "get-accounts";
|
|
60
56
|
WalletErrorActionModule["GetNetworkId"] = "get-network-id";
|
|
61
|
-
WalletErrorActionModule["
|
|
62
|
-
WalletErrorActionModule["
|
|
57
|
+
WalletErrorActionModule["SignArbitrary"] = "sign-arbitrary";
|
|
58
|
+
WalletErrorActionModule["SignTransaction"] = "sign-transaction";
|
|
59
|
+
WalletErrorActionModule["SendTransaction"] = "send-transaction";
|
|
60
|
+
WalletErrorActionModule["SendEvmTransaction"] = "send-evm-transaction";
|
|
61
|
+
WalletErrorActionModule["SignEvmTransaction"] = "sign-evm-transaction";
|
|
62
|
+
WalletErrorActionModule["GetEvmTransactionReceipt"] = "get-evm-transaction-receipt";
|
|
63
63
|
})(WalletErrorActionModule || (WalletErrorActionModule = {}));
|
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.
|
|
4
|
+
"version": "1.15.29",
|
|
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": "
|
|
64
|
+
"gitHead": "e8fa12c489c4b3432579c5df30fd6f939d57b442"
|
|
65
65
|
}
|