Skip to content

Commit

Permalink
v3.17.2
Browse files Browse the repository at this point in the history
Upgrade edge-currency-plugins 2.1.1
  • Loading branch information
paullinator committed Sep 15, 2023
1 parent 19c73e0 commit 386007c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# edge-react-gui

## 3.17.2

- added: Dynamic fudge factors for UTXO fees

## 3.17.1

- fixed: Fix 'to' quotes in Thorchain using incorrect denomination
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"edge-core-js": "^1.4.2",
"edge-currency-accountbased": "^2.2.4",
"edge-currency-monero": "^1.1.1",
"edge-currency-plugins": "^2.1.0",
"edge-currency-plugins": "^2.1.1",
"edge-exchange-plugins": "^0.21.5",
"edge-login-ui-rn": "^2.8.1",
"ethers": "^5.6.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7617,9 +7617,9 @@ ecdsa-sig-formatter@1.0.11:
dependencies:
safe-buffer "^5.0.1"

"ecpair@https://github.com/EdgeApp/ecpair.git#b193eb8ea2ec0c93b528f4b0223a605407ff43e4":
"ecpair@git+https://github.com/EdgeApp/ecpair.git#b193eb8ea2ec0c93b528f4b0223a605407ff43e4":
version "2.1.0"
resolved "https://github.com/EdgeApp/ecpair.git#b193eb8ea2ec0c93b528f4b0223a605407ff43e4"
resolved "git+https://github.com/EdgeApp/ecpair.git#b193eb8ea2ec0c93b528f4b0223a605407ff43e4"
dependencies:
"@types/bs58check" "^2.1.0"
base-x "^4.0.0"
Expand Down Expand Up @@ -7724,16 +7724,16 @@ edge-currency-monero@^1.1.1:
buffer "^5.0.6"
uri-js "^3.0.2"

edge-currency-plugins@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/edge-currency-plugins/-/edge-currency-plugins-2.1.0.tgz#86ced87415784a340244a57fded4c63f514bf773"
integrity sha512-mdtIawAdfd6Tn+7o/ST03I0KpcT0QMc+XYJAWE8wShL6NiYXwbjHPSfeWsA5xBcFeU8Hl9mueiJEk1CeL58OdQ==
edge-currency-plugins@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/edge-currency-plugins/-/edge-currency-plugins-2.1.1.tgz#6f9f135e09f605c3794c298d5fcecf2a04f5d5ab"
integrity sha512-Q3KLFwPxPTrGd8BB89MGkV4t8nU1yPjOlik/auECf7padv9VGLPU2kDbEPa1IB1vMidi8dPoJyLbtVNYen6CDA==
dependencies:
"@bitcoin-js/tiny-secp256k1-asmjs" "^2.2.3"
altcoin-js "^1.0.0"
async-mutex "^0.2.6"
baselet "^0.2.4"
biggystring "^4.0.0"
biggystring "^4.1.3"
bip32 "^2.0.5"
bip32grs "^2.0.5"
bip39 "^3.0.2"
Expand Down

0 comments on commit 386007c

Please sign in to comment.