@keplr-wallet/background 0.12.133-rc.2 → 0.12.133
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.
|
@@ -16,7 +16,7 @@ const starknet_1 = require("starknet");
|
|
|
16
16
|
const simple_fetch_1 = require("@keplr-wallet/simple-fetch");
|
|
17
17
|
const account_impl_1 = require("./account-impl");
|
|
18
18
|
const crypto_1 = require("@keplr-wallet/crypto");
|
|
19
|
-
const AccountClassHash = "
|
|
19
|
+
const AccountClassHash = "06cc43e9a4a0036cd09d8a997c61df18d7e4fa9459c907a4664b4e56b679d187";
|
|
20
20
|
class KeyRingStarknetService {
|
|
21
21
|
constructor(chainsService, vaultService, keyRingService, permissionService, tokenERC20Service, interactionService, backgroundTxService) {
|
|
22
22
|
this.chainsService = chainsService;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keplr-wallet/background",
|
|
3
|
-
"version": "0.12.133
|
|
3
|
+
"version": "0.12.133",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"author": "chainapsis",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"@ethersproject/hash": "^5.7.0",
|
|
30
30
|
"@ethersproject/transactions": "^5.7.0",
|
|
31
31
|
"@ethersproject/wallet": "^5.7.0",
|
|
32
|
-
"@keplr-wallet/chain-validator": "0.12.133
|
|
33
|
-
"@keplr-wallet/common": "0.12.133
|
|
34
|
-
"@keplr-wallet/cosmos": "0.12.133
|
|
35
|
-
"@keplr-wallet/crypto": "0.12.133
|
|
36
|
-
"@keplr-wallet/ledger-cosmos": "0.12.133
|
|
37
|
-
"@keplr-wallet/popup": "0.12.133
|
|
38
|
-
"@keplr-wallet/proto-types": "0.12.133
|
|
39
|
-
"@keplr-wallet/router": "0.12.133
|
|
40
|
-
"@keplr-wallet/simple-fetch": "0.12.133
|
|
41
|
-
"@keplr-wallet/types": "0.12.133
|
|
42
|
-
"@keplr-wallet/unit": "0.12.133
|
|
32
|
+
"@keplr-wallet/chain-validator": "0.12.133",
|
|
33
|
+
"@keplr-wallet/common": "0.12.133",
|
|
34
|
+
"@keplr-wallet/cosmos": "0.12.133",
|
|
35
|
+
"@keplr-wallet/crypto": "0.12.133",
|
|
36
|
+
"@keplr-wallet/ledger-cosmos": "0.12.133",
|
|
37
|
+
"@keplr-wallet/popup": "0.12.133",
|
|
38
|
+
"@keplr-wallet/proto-types": "0.12.133",
|
|
39
|
+
"@keplr-wallet/router": "0.12.133",
|
|
40
|
+
"@keplr-wallet/simple-fetch": "0.12.133",
|
|
41
|
+
"@keplr-wallet/types": "0.12.133",
|
|
42
|
+
"@keplr-wallet/unit": "0.12.133",
|
|
43
43
|
"@ledgerhq/hw-app-eth": "^6.29.3",
|
|
44
44
|
"@ledgerhq/hw-transport": "^6.20.0",
|
|
45
45
|
"@ledgerhq/hw-transport-webhid": "^6.20.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"mobx-utils": "^6",
|
|
63
63
|
"starknet": "^6"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "c48cf4438b95a2e91813ce9c658e04a7dc323040"
|
|
66
66
|
}
|
|
@@ -37,7 +37,7 @@ import { VaultService } from "../vault";
|
|
|
37
37
|
import { Hash } from "@keplr-wallet/crypto";
|
|
38
38
|
|
|
39
39
|
const AccountClassHash =
|
|
40
|
-
"
|
|
40
|
+
"06cc43e9a4a0036cd09d8a997c61df18d7e4fa9459c907a4664b4e56b679d187";
|
|
41
41
|
|
|
42
42
|
export class KeyRingStarknetService {
|
|
43
43
|
constructor(
|