Skip to content

Commit f8f8e67

Browse files
committed
dedupe
1 parent c2ea684 commit f8f8e67

File tree

2 files changed

+8
-25
lines changed

2 files changed

+8
-25
lines changed

app/core/Multichain/test/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const mockBTCAccount: InternalAccount = {
7878
},
7979
},
8080
options: {},
81-
methods: [BtcMethod.SendMany],
81+
methods: [BtcMethod.SendBitcoin],
8282
type: BtcAccountType.P2wpkh,
8383
};
8484

yarn.lock

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4913,7 +4913,7 @@
49134913
readable-stream "^3.6.2"
49144914
webextension-polyfill "^0.10.0"
49154915

4916-
"@metamask/providers@^18.1.0":
4916+
"@metamask/providers@^18.1.0", "@metamask/providers@^18.1.1":
49174917
version "18.2.0"
49184918
resolved "https://registry.yarnpkg.com/@metamask/providers/-/providers-18.2.0.tgz#557ca488a58966e288e50d629f104b061f8a76d2"
49194919
integrity sha512-GYgweLy6N1/aNNAg4CLhtfu9XwNNG+MZNlPCAl6Ai92+GKCUFRp8RTTBN81EzTLJvJu7NKIrw99AApJACJ8KRA==
@@ -4930,23 +4930,6 @@
49304930
is-stream "^2.0.0"
49314931
readable-stream "^3.6.2"
49324932

4933-
"@metamask/providers@^18.1.1":
4934-
version "18.1.1"
4935-
resolved "https://registry.yarnpkg.com/@metamask/providers/-/providers-18.1.1.tgz#f43aa71d9d936f31fc1dc3b343b0d24867129678"
4936-
integrity sha512-q2i4hsE87LhoTe62Zz81roFgelcr+SpHJwqDzEf/xFdObGUYcZ/HS6PG/lNywohMflaIM1DQ5GCW7V6JlZoEqw==
4937-
dependencies:
4938-
"@metamask/json-rpc-engine" "^10.0.1"
4939-
"@metamask/json-rpc-middleware-stream" "^8.0.5"
4940-
"@metamask/object-multiplex" "^2.0.0"
4941-
"@metamask/rpc-errors" "^7.0.1"
4942-
"@metamask/safe-event-emitter" "^3.1.1"
4943-
"@metamask/utils" "^10.0.0"
4944-
detect-browser "^5.2.0"
4945-
extension-port-stream "^4.1.0"
4946-
fast-deep-equal "^3.1.3"
4947-
is-stream "^2.0.0"
4948-
readable-stream "^3.6.2"
4949-
49504933
"@metamask/[email protected]":
49514934
version "2.4.2"
49524935
resolved "https://registry.yarnpkg.com/@metamask/react-native-actionsheet/-/react-native-actionsheet-2.4.2.tgz#9f956fe9e784d92c8e33656877fcfaabe4a482f1"
@@ -27684,16 +27667,16 @@ webdriverio@~7.16.13:
2768427667
serialize-error "^8.0.0"
2768527668
webdriver "7.16.16"
2768627669

27687-
"webextension-polyfill@>=0.10.0 <1.0", webextension-polyfill@^0.10.0:
27688-
version "0.10.0"
27689-
resolved "https://registry.yarnpkg.com/webextension-polyfill/-/webextension-polyfill-0.10.0.tgz#ccb28101c910ba8cf955f7e6a263e662d744dbb8"
27690-
integrity sha512-c5s35LgVa5tFaHhrZDnr3FpQpjj1BB+RXhLTYUxGqBVN460HkbM8TBtEqdXWbpTKfzwCcjAZVF7zXCYSKtcp9g==
27691-
27692-
webextension-polyfill@^0.12.0:
27670+
"webextension-polyfill@>=0.10.0 <1.0", webextension-polyfill@^0.12.0:
2769327671
version "0.12.0"
2769427672
resolved "https://registry.yarnpkg.com/webextension-polyfill/-/webextension-polyfill-0.12.0.tgz#f62c57d2cd42524e9fbdcee494c034cae34a3d69"
2769527673
integrity sha512-97TBmpoWJEE+3nFBQ4VocyCdLKfw54rFaJ6EVQYLBCXqCIpLSZkwGgASpv4oPt9gdKCJ80RJlcmNzNn008Ag6Q==
2769627674

27675+
webextension-polyfill@^0.10.0:
27676+
version "0.10.0"
27677+
resolved "https://registry.yarnpkg.com/webextension-polyfill/-/webextension-polyfill-0.10.0.tgz#ccb28101c910ba8cf955f7e6a263e662d744dbb8"
27678+
integrity sha512-c5s35LgVa5tFaHhrZDnr3FpQpjj1BB+RXhLTYUxGqBVN460HkbM8TBtEqdXWbpTKfzwCcjAZVF7zXCYSKtcp9g==
27679+
2769727680
webidl-conversions@^3.0.0:
2769827681
version "3.0.1"
2769927682
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)