Skip to content

Commit

Permalink
Fix subsquid issues (#1453)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Popov <[email protected]>
  • Loading branch information
stefashkaa and stefashkaa authored Jul 4, 2024
1 parent 822c89d commit 0fc1180
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.38.1",
"version": "1.38.2",
"repository": {
"type": "git",
"url": "https://github.com/sora-xor/polkaswap-exchange-web.git"
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@cedelabs/widgets-universal": "^1.3.1",
"@metamask/detect-provider": "^2.0.0",
"@soramitsu/soraneo-wallet-web": "1.38.6",
"@soramitsu/soraneo-wallet-web": "1.38.7",
"@tma.js/sdk": "^2.4.0",
"@walletconnect/ethereum-provider": "^2.13.3",
"@walletconnect/modal": "^2.6.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2830,10 +2830,10 @@
vue-property-decorator "^9.1.2"
vuex "^3.6.2"

"@soramitsu/[email protected].6":
version "1.38.6"
resolved "https://nexus.iroha.tech/repository/npm-group/@soramitsu/soraneo-wallet-web/-/soraneo-wallet-web-1.38.6.tgz#c3d1558a5430e6365911a6185eb20cbe7d98e13b"
integrity sha512-J9fCy2LHq7VOBMCKTsUrD1DP23iNoe/4ve6LwZgZorfa/+foBS1A+bmRRRgfdJHnDloGcXg1B7bmubS2kmjo5Q==
"@soramitsu/[email protected].7":
version "1.38.7"
resolved "https://nexus.iroha.tech/repository/npm-group/@soramitsu/soraneo-wallet-web/-/soraneo-wallet-web-1.38.7.tgz#d59892e29c9a28e17d919913b329448296af1473"
integrity sha512-/jIBktY8cFSleqCTS4XjEmrjwvJ52ypkHXK8YRwDR0euCsFE7CZsEghjUZ3Kya0ra0EgDWk17X2ehytGxW+L8w==
dependencies:
"@polkadot/vue-identicon" "2.12.1"
"@sora-substrate/util" "1.38.12"
Expand Down

0 comments on commit 0fc1180

Please sign in to comment.