Skip to content

Commit

Permalink
Merge pull request #351 from nevermined-io/feat/update-sdk-v3.0.28
Browse files Browse the repository at this point in the history
feat: support peaq network
  • Loading branch information
eruizgar91 authored Aug 27, 2024
2 parents 59a874c + fec41df commit eff1160
Show file tree
Hide file tree
Showing 3 changed files with 7 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": "node-ts",
"version": "3.0.8",
"version": "3.0.9",
"description": "Nevermined Node",
"main": "main.ts",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"@nestjs/typeorm": "^10.0.2",
"@nevermined-io/argo-workflows-api": "^0.1.3",
"@nevermined-io/passport-nevermined": "^0.3.0",
"@nevermined-io/sdk": "3.0.24",
"@nevermined-io/sdk": "3.0.28",
"@sideway/address": "^5.0.0",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions scripts/download-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ NETWORKS_MAP=(
["optimism"]="10"
["gnosis"]="100"
["matic"]="137"
["peaq"]="3338"
["base"]="8453"
["chiado"]="10200"
["arbitrum-one"]="42161"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1435,10 +1435,10 @@
jose "^4.11.2"
passport-strategy "^1.0.0"

"@nevermined-io/[email protected].24":
version "3.0.24"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-3.0.24.tgz#42e45cd113411aa94c33c50525c8d3929fbb6c1c"
integrity sha512-0Pf0l6vZ23gCRKfbgSJkq8c+xRd41s3n4wM74N9SdCTeb9etnUZW38Kq/wn1wKjFnu+Rykt/r/wp/9ZRXH74GQ==
"@nevermined-io/[email protected].28":
version "3.0.28"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-3.0.28.tgz#85c78bd3e51bb4fe19f892fbe1e54ae701664caa"
integrity sha512-X9uutc0mb8q6qmh528fHxD8phCxyvpfIXAnelsSmD6qc5lxp9Fb6b6CKc4++kcl9cLR+MKRLQbcKBJ7gJZO1GA==
dependencies:
"@alchemy/aa-core" "3.12.1"
"@apollo/client" "^3.7.16"
Expand Down

0 comments on commit eff1160

Please sign in to comment.