Skip to content

Commit 1c1822e

Browse files
committed
Upgrade edge-currency-accountbased@^4.80.0
1 parent 376a1dd commit 1c1822e

3 files changed

Lines changed: 54 additions & 10 deletions

File tree

ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PODS:
1717
- DoubleConversion (1.1.6)
1818
- edge-core-js (2.44.0):
1919
- React-Core
20-
- edge-currency-accountbased (4.79.1):
20+
- edge-currency-accountbased (4.80.0):
2121
- React-Core
2222
- edge-currency-plugins (3.9.0):
2323
- React-Core
@@ -3336,7 +3336,7 @@ SPEC CHECKSUMS:
33363336
disklet: 8a20bf8a568635b6e6bb8f93297dac13ee5cef98
33373337
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
33383338
edge-core-js: bf3986a6bb63077e0e25552d741633432eedb67d
3339-
edge-currency-accountbased: babf0b891b6470a4985aefca6fa9717fae3bd3d2
3339+
edge-currency-accountbased: e69af1134400c2e7102411e43c0a08a1cce63b11
33403340
edge-currency-plugins: fe38711931eb630b3d33c1624224446690c00d8b
33413341
edge-exchange-plugins: 60fc8ab0c77c27162f1fc9900b301845299e456d
33423342
edge-login-ui-rn: d6d1707aa000eb441ad3ccc99f9415cb280ec2f4
@@ -3471,7 +3471,7 @@ SPEC CHECKSUMS:
34713471
RNSentry: 0c2660868695668bf93eef20033d0e8bc6016666
34723472
RNShare: 6300b941668273d502ecee9122cade0d5ea966bd
34733473
RNSound: cfeaf6c6a734303c887e04b946cbb7e294bff123
3474-
RNStoreReview: d928b294bb4ff0b9ac0cf69efe00a6a102c6ce59
3474+
RNStoreReview: b3cb7df1405d56afd51301ada4660f6c9b970055
34753475
RNSVG: ca807495c5219c05c747254200b89a4e3078db31
34763476
RNVectorIcons: f1bc9e04b6f67ec09ea54e6f092e75a9e205c1d7
34773477
RNWorklets: b1faafefb82d9f29c4018404a0fb33974b494a7b

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"detect-bundler": "^1.1.0",
108108
"disklet": "^0.5.2",
109109
"edge-core-js": "^2.44.0",
110-
"edge-currency-accountbased": "4.79.1",
110+
"edge-currency-accountbased": "^4.80.0",
111111
"edge-currency-monero": "^2.2.0",
112112
"edge-currency-plugins": "^3.9.0",
113113
"edge-exchange-plugins": "^2.45.0",

yarn.lock

Lines changed: 50 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2125,9 +2125,9 @@
21252125
randombytes "^2.1.0"
21262126
text-encoding "0.7.0"
21272127

2128-
"@fioprotocol/fiosdk@git+https://github.com/EdgeApp/fiosdk_typescript.git#47df5818442edec69b735d6a723747aad33b8d71":
2128+
"@fioprotocol/fiosdk@https://github.com/EdgeApp/fiosdk_typescript.git#47df5818442edec69b735d6a723747aad33b8d71":
21292129
version "1.9.0"
2130-
resolved "git+https://github.com/EdgeApp/fiosdk_typescript.git#47df5818442edec69b735d6a723747aad33b8d71"
2130+
resolved "https://github.com/EdgeApp/fiosdk_typescript.git#47df5818442edec69b735d6a723747aad33b8d71"
21312131
dependencies:
21322132
"@fioprotocol/fiojs" "1.0.1"
21332133
"@types/text-encoding" "0.0.35"
@@ -6650,6 +6650,18 @@
66506650
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
66516651
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
66526652

6653+
"@zano-project/zano-utils-js@https://github.com/EdgeApp/zano-utils-js/releases/download/v0.0.4-edge.1/zano-project-zano-utils-js-0.0.4.tgz":
6654+
version "0.0.4"
6655+
resolved "https://github.com/EdgeApp/zano-utils-js/releases/download/v0.0.4-edge.1/zano-project-zano-utils-js-0.0.4.tgz#e688c5c3fc2c228dd045298d40cbb50877c6b513"
6656+
dependencies:
6657+
axios "^0.21.1"
6658+
big.js "^6.1.1"
6659+
bn.js "^5.2.1"
6660+
elliptic "^6.5.4"
6661+
js-sha3 "^0.9.3"
6662+
keccak "^3.0.3"
6663+
rimraf "^3.0.2"
6664+
66536665
"@zondax/izari-filecoin@^1.2.6":
66546666
version "1.2.6"
66556667
resolved "https://registry.yarnpkg.com/@zondax/izari-filecoin/-/izari-filecoin-1.2.6.tgz#7b6243b30ec25d154a027fca107734e9442e3704"
@@ -7166,6 +7178,13 @@ axios@^0.18.0:
71667178
follow-redirects "1.5.10"
71677179
is-buffer "^2.0.2"
71687180

7181+
axios@^0.21.1:
7182+
version "0.21.4"
7183+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
7184+
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
7185+
dependencies:
7186+
follow-redirects "^1.14.0"
7187+
71697188
axios@^0.26.1:
71707189
version "0.26.1"
71717190
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
@@ -7502,6 +7521,11 @@ big.js@^5.2.2:
75027521
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
75037522
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
75047523

7524+
big.js@^6.1.1:
7525+
version "6.2.2"
7526+
resolved "https://registry.yarnpkg.com/big.js/-/big.js-6.2.2.tgz#be3bb9ac834558b53b099deef2a1d06ac6368e1a"
7527+
integrity sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==
7528+
75057529
biggystring@^4.2.3:
75067530
version "4.2.3"
75077531
resolved "https://registry.yarnpkg.com/biggystring/-/biggystring-4.2.3.tgz#30486cf09657038b332e44717fe54a78ed043cf8"
@@ -9379,10 +9403,10 @@ edge-core-js@^2.44.0:
93799403
yaob "^0.3.12"
93809404
yavent "^0.1.5"
93819405

9382-
edge-currency-accountbased@4.79.1:
9383-
version "4.79.1"
9384-
resolved "https://registry.yarnpkg.com/edge-currency-accountbased/-/edge-currency-accountbased-4.79.1.tgz#94a1448da7fbd4306aa21ba22e33a10dcb8365cb"
9385-
integrity sha512-d1ilYbmbuvlumJDX/XHrAAMTaGhpSORum7UIDMu9ReVgajUscTH24HCvUDdStI+usx60laFF0dJDP2I5KHZOAg==
9406+
edge-currency-accountbased@^4.80.0:
9407+
version "4.80.0"
9408+
resolved "https://registry.yarnpkg.com/edge-currency-accountbased/-/edge-currency-accountbased-4.80.0.tgz#5f4616884ae8638054bc31a231ad350a76ed216c"
9409+
integrity sha512-gTYsQG4ZLkIw6HDzslhD6sc0csNLn2pJ/KbicE8v4EfcI+euj9mp6zY+P9DHnY2tVcpLHksvOo/Hv+LMwJmcUQ==
93869410
dependencies:
93879411
"@chain-registry/client" "^2.0.28"
93889412
"@chain-registry/types" "^2.0.28"
@@ -9410,6 +9434,7 @@ edge-currency-accountbased@4.79.1:
94109434
"@ton/core" "^0.59.0"
94119435
"@ton/crypto" "^3.3.0"
94129436
"@ton/ton" "^15.1.0"
9437+
"@zano-project/zano-utils-js" "https://github.com/EdgeApp/zano-utils-js/releases/download/v0.0.4-edge.1/zano-project-zano-utils-js-0.0.4.tgz"
94139438
"@zondax/izari-filecoin" "^1.2.6"
94149439
algosdk "^2.1.0"
94159440
assert-log "^0.2.2"
@@ -10947,6 +10972,11 @@ follow-redirects@^1.0.0, follow-redirects@^1.14.8, follow-redirects@^1.15.6:
1094710972
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
1094810973
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
1094910974

10975+
follow-redirects@^1.14.0:
10976+
version "1.16.0"
10977+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc"
10978+
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
10979+
1095010980
fontfaceobserver@^2.1.0:
1095110981
version "2.3.0"
1095210982
resolved "https://registry.yarnpkg.com/fontfaceobserver/-/fontfaceobserver-2.3.0.tgz#5fb392116e75d5024b7ec8e4f2ce92106d1488c8"
@@ -12868,6 +12898,11 @@ js-sha3@^0.6.1:
1286812898
resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.6.1.tgz#5b89f77a7477679877f58c4a075240934b1f95c0"
1286912899
integrity sha512-2OHj7sAZ9gnJS4lQsgIsTslmqVrNQdDC99bvwYGQKU1w6k/gwsTLeGBfWt8yHCuTOGqk7DXzuVlK8J+dDXnG7A==
1287012900

12901+
js-sha3@^0.9.3:
12902+
version "0.9.3"
12903+
resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.9.3.tgz#f0209432b23a66a0f6c7af592c26802291a75c2a"
12904+
integrity sha512-BcJPCQeLg6WjEx3FE591wVAevlli8lxsxm9/FzV4HXkV49TmBH38Yvrpce6fjbADGMKFrBMGTqrVz3qPIZ88Gg==
12905+
1287112906
js-sha512@^0.8.0:
1287212907
version "0.8.0"
1287312908
resolved "https://registry.yarnpkg.com/js-sha512/-/js-sha512-0.8.0.tgz#dd22db8d02756faccf19f218e3ed61ec8249f7d4"
@@ -13024,6 +13059,15 @@ keccak@^3.0.0:
1302413059
node-addon-api "^2.0.0"
1302513060
node-gyp-build "^4.2.0"
1302613061

13062+
keccak@^3.0.3:
13063+
version "3.0.4"
13064+
resolved "https://registry.yarnpkg.com/keccak/-/keccak-3.0.4.tgz#edc09b89e633c0549da444432ecf062ffadee86d"
13065+
integrity sha512-3vKuW0jV8J3XNTzvfyicFR5qvxrSAGl7KIhvgOu5cmWwM7tZRj3fMbj/pfIf4be7aznbc+prBWGjywox/g2Y6Q==
13066+
dependencies:
13067+
node-addon-api "^2.0.0"
13068+
node-gyp-build "^4.2.0"
13069+
readable-stream "^3.6.0"
13070+
1302713071
keyv@^4.5.4:
1302813072
version "4.5.4"
1302913073
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"

0 commit comments

Comments
 (0)