mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Merge branch 'master' into loading
This commit is contained in:
commit
45477b1f8e
3 changed files with 51 additions and 21 deletions
|
@ -83,6 +83,12 @@
|
|||
"locale": "zh-CN",
|
||||
"source": "CoinDesk"
|
||||
},
|
||||
"DKK": {
|
||||
"endPointKey": "DKK",
|
||||
"symbol": "kr",
|
||||
"locale": "da-DK",
|
||||
"source": "CoinDesk"
|
||||
},
|
||||
"EUR": {
|
||||
"endPointKey": "EUR",
|
||||
"symbol": "€",
|
||||
|
|
62
package-lock.json
generated
62
package-lock.json
generated
|
@ -5019,23 +5019,26 @@
|
|||
}
|
||||
},
|
||||
"@keystonehq/bc-ur-registry": {
|
||||
"version": "git+https://github.com/BlueWallet/ur-registry.git#8e80466920d0cde4c06b112ad126c311bcdd3384",
|
||||
"from": "git+https://github.com/BlueWallet/ur-registry.git",
|
||||
"version": "0.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@keystonehq/bc-ur-registry/-/bc-ur-registry-0.4.4.tgz",
|
||||
"integrity": "sha512-SBdKdAZfp3y14GTGrKjfJJHf4iXObjcm4/qKUZ92lj8HVR8mxHHGmHksjE328bJPTAsJPloLix4rTnWg+qgS2w==",
|
||||
"requires": {
|
||||
"@ngraveio/bc-ur": "git+https://github.com/BlueWallet/bc-ur.git",
|
||||
"tslib": "~2.2.0"
|
||||
"@ngraveio/bc-ur": "^1.1.5",
|
||||
"base58check": "^2.0.0",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
|
||||
"integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w=="
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
|
||||
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@ngraveio/bc-ur": {
|
||||
"version": "git+https://github.com/BlueWallet/bc-ur.git#5514e3ddb7e7dafb123471818d0e516048d8a90e",
|
||||
"from": "git+https://github.com/BlueWallet/bc-ur.git",
|
||||
"version": "1.1.6",
|
||||
"resolved": "https://registry.npmjs.org/@ngraveio/bc-ur/-/bc-ur-1.1.6.tgz",
|
||||
"integrity": "sha512-G+2XgjXde2IOcEQeCwR250aS43/Swi7gw0FuETgJy2c3HqF8f88SXDMsIGgJlZ8jXd0GeHR4aX0MfjXf523UZg==",
|
||||
"requires": {
|
||||
"@apocentre/alias-sampling": "^0.5.3",
|
||||
"assert": "^2.0.0",
|
||||
|
@ -5044,13 +5047,6 @@
|
|||
"crc": "^3.8.0",
|
||||
"jsbi": "^3.1.5",
|
||||
"sha.js": "^2.4.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsbi": {
|
||||
"version": "3.1.5",
|
||||
"resolved": "https://registry.npmjs.org/jsbi/-/jsbi-3.1.5.tgz",
|
||||
"integrity": "sha512-w2BY0VOYC1ahe+w6Qhl4SFoPvPsZ9NPHY4bwass+LCgU7RK3PBoVQlQ3G1s7vI8W3CYyJiEXcbKF7FIM/L8q3Q=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@nodelib/fs.scandir": {
|
||||
|
@ -7494,6 +7490,29 @@
|
|||
"safe-buffer": "^5.0.1"
|
||||
}
|
||||
},
|
||||
"base58check": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/base58check/-/base58check-2.0.0.tgz",
|
||||
"integrity": "sha1-gEZlLRS8h/BjvRa+lKORNNO2EXM=",
|
||||
"requires": {
|
||||
"bs58": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"base-x": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/base-x/-/base-x-1.1.0.tgz",
|
||||
"integrity": "sha1-QtPXF0dPnqAiB/bRqh9CaRPut6w="
|
||||
},
|
||||
"bs58": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/bs58/-/bs58-3.1.0.tgz",
|
||||
"integrity": "sha1-1MJjiL9IBMrHFBQbGUWqR+XrJI4=",
|
||||
"requires": {
|
||||
"base-x": "^1.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"base64-js": {
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
||||
|
@ -16390,6 +16409,11 @@
|
|||
"esprima": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"jsbi": {
|
||||
"version": "3.2.5",
|
||||
"resolved": "https://registry.npmjs.org/jsbi/-/jsbi-3.2.5.tgz",
|
||||
"integrity": "sha512-aBE4n43IPvjaddScbvWRA2YlTzKEynHzu7MqOyTipdHucf/VxS63ViCjxYRg86M8Rxwbt/GfzHl1kKERkt45fQ=="
|
||||
},
|
||||
"jsbn": {
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
|
||||
|
@ -19996,9 +20020,9 @@
|
|||
}
|
||||
},
|
||||
"react-native-tcp-socket": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/react-native-tcp-socket/-/react-native-tcp-socket-5.3.1.tgz",
|
||||
"integrity": "sha512-IIfsCFfIhihaxkCS4Ev7dW6QqRSCIaDLcSO7979G6ziJP4VPDqs9VkKEQSW2klZN/O4OpzhvBJeuo7ZliRjWGQ==",
|
||||
"version": "5.5.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-tcp-socket/-/react-native-tcp-socket-5.5.0.tgz",
|
||||
"integrity": "sha512-UgcDweEaZzLPK4N3O39ESE5J0UvSC1rFqveM57mS2euv9wXwmWbSIOPN//Fx0VzxnxY9cpwCrMh5DnYv5HOiKg==",
|
||||
"requires": {
|
||||
"buffer": "^5.4.3",
|
||||
"eventemitter3": "^4.0.7"
|
||||
|
|
|
@ -99,8 +99,8 @@
|
|||
"@babel/preset-env": "7.15.8",
|
||||
"@bugsnag/react-native": "7.13.2",
|
||||
"@bugsnag/source-maps": "2.3.0",
|
||||
"@keystonehq/bc-ur-registry": "https://github.com/BlueWallet/ur-registry",
|
||||
"@ngraveio/bc-ur": "https://github.com/BlueWallet/bc-ur",
|
||||
"@keystonehq/bc-ur-registry": "0.4.4",
|
||||
"@ngraveio/bc-ur": "1.1.6",
|
||||
"@react-native-async-storage/async-storage": "1.15.9",
|
||||
"@react-native-clipboard/clipboard": "1.9.0",
|
||||
"@react-native-community/push-notification-ios": "1.10.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue