Skip to content

Commit

Permalink
fix: update ppp-client package for pangea
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed Oct 7, 2024
1 parent ccde4e8 commit cb60ade
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
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"dev": "quasar dev -m spa",
"dev:eos": "env-cmd -f ./config/eos-testnet.env quasar dev -m spa",
"dev:pangea": "env-cmd -f ./config/pangea-testnet.env quasar dev -m spa",
"dev:pangea": "NODE_OPTIONS=--openssl-legacy-provider env-cmd -f ./config/pangea-testnet.env quasar dev -m spa",
"prod:telos": "env-cmd -f ./config/telos-mainnet.env quasar dev -m spa",
"prod:eos": "env-cmd -f ./config/eos-mainnet.env quasar dev -m spa",
"build": "NODE_OPTIONS=--openssl-legacy-provider quasar build",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@graphql-codegen/typescript-operations": "^3.0.3",
"@hypha-dao/hypha-token-sales-util": "^1.0.1",
"@hypha-dao/ppp-client-api": "1.0.3",
"@hypha-dao/ppp-client-api": "1.0.4",
"@hypha-dao/ual-hypha": "^1.0.14",
"@quasar/extras": "1.10.4",
"@sentry/browser": "6.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3090,10 +3090,10 @@
resolved "https://registry.yarnpkg.com/@hypha-dao/hypha-token-sales-util/-/hypha-token-sales-util-1.0.1.tgz#1b36c4a3969cbb2c38d26af2ef0738402896cd8c"
integrity sha512-I8we7M2vkkYw8I6U8xML3L7MT41GmwtB/JEy/y6OCOWXISzNGeHyLgPx24ouKm7yv7+YsZLZPZHhLGlHyGnYrg==

"@hypha-dao/[email protected].3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@hypha-dao/ppp-client-api/-/ppp-client-api-1.0.3.tgz#4ed2be88e7f2673a297f6ab7f1ecd74eac0c2be2"
integrity sha512-IVs9diXZOEeLw0Bkdj2JP9HsglxknFioLHgB5C623cELkRumcjAWHe9wEs8DZ1dtt7887ru69Ajx18BobFUmtg==
"@hypha-dao/[email protected].4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@hypha-dao/ppp-client-api/-/ppp-client-api-1.0.4.tgz#fc5b141ebebec3b551e9b2bb899677f4b528f38b"
integrity sha512-cHtNoRkcHCW+4zKWQG7RsMVswlbeTfJl2LUz74Kr/GvObylJJJUQIDtccR+2vpYRcVsLrWuPvIKe+hGdj30tMA==
dependencies:
"@babel/runtime" "^7.6.3"
"@hypha-dao/ppp-common" "^1.0.0"
Expand Down

0 comments on commit cb60ade

Please sign in to comment.