Skip to content

Commit

Permalink
Fix formatted amount component (sora-xor#1411)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Popov <17688105+stefashkaa@users.noreply.github.com>
  • Loading branch information
stefashkaa and stefashkaa authored May 19, 2024
1 parent 8a93253 commit 29bb145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkaswap-exchange-web",
"version": "1.34.1",
"version": "1.34.2",
"repository": {
"type": "git",
"url": "https://github.com/sora-xor/polkaswap-exchange-web.git"
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@metamask/detect-provider": "^2.0.0",
"@soramitsu/soraneo-wallet-web": "1.34.3",
"@soramitsu/soraneo-wallet-web": "1.34.3-1",
"@walletconnect/ethereum-provider": "^2.12.2",
"@walletconnect/modal": "^2.6.2",
"core-js": "^3.37.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2443,10 +2443,10 @@
vue-property-decorator "^9.1.2"
vuex "^3.6.2"

"@soramitsu/soraneo-wallet-web@1.34.3":
version "1.34.3"
resolved "https://nexus.iroha.tech/repository/npm-group/@soramitsu/soraneo-wallet-web/-/soraneo-wallet-web-1.34.3.tgz#b5198a5e1080f60b744fa3f6048755f7d91390e4"
integrity sha512-/7ugwuHyEFodi9Eq418Fszrl45PleYe8+hOEmOawALSGKBBDY70qRulO8frjgFzhK4hU5HoKcPLYzgo5LTbIoQ==
"@soramitsu/soraneo-wallet-web@1.34.3-1":
version "1.34.3-1"
resolved "https://nexus.iroha.tech/repository/npm-group/@soramitsu/soraneo-wallet-web/-/soraneo-wallet-web-1.34.3-1.tgz#e3856fde30862798f4ef8b6df0264bc12a001a53"
integrity sha512-SGLKH18G9/GXwtvFfV4mLQjBl1i5ab/xl+ULmb4Ci9hK3T94FQ+qHx+xt6nFjMSgnRl7FgMoiEmdLZBmYD4kgw==
dependencies:
"@polkadot/vue-identicon" "2.12.1"
"@sora-substrate/util" "1.34.1"
Expand Down

0 comments on commit 29bb145

Please sign in to comment.