1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

[GridPlus] Bumps eth-lattice-keyring to v0.11.0 (#15490)

This commit is contained in:
Alex Miller 2022-08-09 09:12:27 -04:00 committed by GitHub
parent 6104b842d2
commit 3d49dd5849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -161,7 +161,7 @@
"eth-json-rpc-infura": "^5.1.0",
"eth-json-rpc-middleware": "^8.0.0",
"eth-keyring-controller": "^7.0.2",
"eth-lattice-keyring": "^0.10.0",
"eth-lattice-keyring": "^0.11.0",
"eth-method-registry": "^2.0.0",
"eth-query": "^2.1.2",
"eth-rpc-errors": "^4.0.2",

View File

@ -11187,10 +11187,10 @@ eth-keyring-controller@^7.0.2:
eth-simple-keyring "^4.2.0"
obs-store "^4.0.3"
eth-lattice-keyring@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/eth-lattice-keyring/-/eth-lattice-keyring-0.10.0.tgz#58b2c324415e556b896695465dc433b7617b166f"
integrity sha512-7ACODPpysTgQcPNiXUeTs6+SUcyH3lRZhiLeB0OzpcIFsO8/xwmWUePU7xAcrSYHwgqcToM/U4TN9Rtfa+apAQ==
eth-lattice-keyring@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/eth-lattice-keyring/-/eth-lattice-keyring-0.11.0.tgz#7df63dc55d168f2a104ef469db78687fc181cb66"
integrity sha512-eFVP4uTvnNYLI3KbpPxqVv/AY9swbCH4ZfqDMsYEZ+vg1UQjnsXAxy4iIUuKR+cF4e8kCKK6hFtALEGxuilcJA==
dependencies:
"@ethereumjs/common" "2.4.0"
"@ethereumjs/tx" "3.3.0"