Skip to content

Commit 93d0c67

Browse files
committed
Fix Zano wrapped ETH spend bug
Upgrading edge-currency-accountbased with a patch that does not allow Ethereum addresses to be valid for spend.
1 parent 16df0d2 commit 93d0c67

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PODS:
1717
- DoubleConversion (1.1.6)
1818
- edge-core-js (2.41.3):
1919
- React-Core
20-
- edge-currency-accountbased (4.71.2):
20+
- edge-currency-accountbased (4.71.4):
2121
- React-Core
2222
- edge-currency-plugins (3.8.11):
2323
- React-Core
@@ -3339,7 +3339,7 @@ SPEC CHECKSUMS:
33393339
disklet: 8a20bf8a568635b6e6bb8f93297dac13ee5cef98
33403340
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
33413341
edge-core-js: 60ad7f9a59418f6bf90eab9bfc66b18d7877c7f1
3342-
edge-currency-accountbased: b41fd24593c14093ea563caa3df2fc14aeb84abf
3342+
edge-currency-accountbased: 9ca740b8330e909dfcb0cda3e81870a8a3980895
33433343
edge-currency-plugins: 002abe3c0d4fb6040046ec779b208c6aa83bee83
33443344
edge-exchange-plugins: db3cfb3686abf0e31c5f2d0f9c0ce8c40b7cf9c9
33453345
edge-login-ui-rn: 74294715a31efa2f79a916a3f89bf47a99cec102

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"detect-bundler": "^1.1.0",
107107
"disklet": "^0.5.2",
108108
"edge-core-js": "^2.41.3",
109-
"edge-currency-accountbased": "^4.71.2",
109+
"edge-currency-accountbased": "^4.71.4",
110110
"edge-currency-monero": "^2.2.0",
111111
"edge-currency-plugins": "^3.8.11",
112112
"edge-exchange-plugins": "^2.40.5",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,9 +2141,9 @@
21412141
randombytes "^2.1.0"
21422142
text-encoding "0.7.0"
21432143

2144-
"@fioprotocol/fiosdk@https://github.com/jon-edge/fiosdk_typescript.git#92a0fb895b2ce57e5955cd30cb4b7fa2bcc66bf2":
2144+
"@fioprotocol/fiosdk@https://github.com/EdgeApp/fiosdk_typescript.git#47df5818442edec69b735d6a723747aad33b8d71":
21452145
version "1.9.0"
2146-
resolved "https://github.com/jon-edge/fiosdk_typescript.git#92a0fb895b2ce57e5955cd30cb4b7fa2bcc66bf2"
2146+
resolved "https://github.com/EdgeApp/fiosdk_typescript.git#47df5818442edec69b735d6a723747aad33b8d71"
21472147
dependencies:
21482148
"@fioprotocol/fiojs" "1.0.1"
21492149
"@types/text-encoding" "0.0.35"
@@ -9565,18 +9565,18 @@ edge-core-js@^2.41.3:
95659565
yaob "^0.3.12"
95669566
yavent "^0.1.5"
95679567

9568-
edge-currency-accountbased@^4.71.2:
9569-
version "4.71.2"
9570-
resolved "https://registry.yarnpkg.com/edge-currency-accountbased/-/edge-currency-accountbased-4.71.2.tgz#4158837e9cc341de777e210de250b6e941db7042"
9571-
integrity sha512-v7+bo2yfgL+PfJdsAf1G197zAner4N9BAVMmnmfguRM9am2nYn+BImj6iAKklHnk8clEZJAdL07TajPz40SBSQ==
9568+
edge-currency-accountbased@^4.71.4:
9569+
version "4.71.4"
9570+
resolved "https://registry.yarnpkg.com/edge-currency-accountbased/-/edge-currency-accountbased-4.71.4.tgz#5f819c9ec6998d4a9f474732809415609f9d6ad0"
9571+
integrity sha512-nJCH52SsnZm9W3Pnv49/iRt61Xn3Jo6ovFu+EZezFdyl9UVsq+pbbAN/R3fONZBRbcpH448pAeHjL83EkQuYlw==
95729572
dependencies:
95739573
"@chain-registry/client" "^2.0.28"
95749574
"@chain-registry/types" "^2.0.28"
95759575
"@cosmjs/stargate" "^0.32.3"
95769576
"@emurgo/cardano-serialization-lib-nodejs" "^14.1.1"
95779577
"@ethereumjs/common" "^4.0.0"
95789578
"@ethereumjs/tx" "^5.0.0"
9579-
"@fioprotocol/fiosdk" "https://github.com/jon-edge/fiosdk_typescript.git#92a0fb895b2ce57e5955cd30cb4b7fa2bcc66bf2"
9579+
"@fioprotocol/fiosdk" "https://github.com/EdgeApp/fiosdk_typescript.git#47df5818442edec69b735d6a723747aad33b8d71"
95809580
"@greymass/eosio" "^0.6.8"
95819581
"@greymass/eosio-resources" "^0.7.0"
95829582
"@hashgraph/sdk" "^2.44.0"

0 commit comments

Comments
 (0)