Skip to content

Commit

Permalink
Merge pull request #709 from nevermined-io/fix/network-name
Browse files Browse the repository at this point in the history
fix: update network name
  • Loading branch information
eruizgar91 authored Aug 28, 2024
2 parents 9ae5e1b + ac6b7ad commit a9d0b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/sdk",
"version": "3.0.28",
"version": "3.0.29",
"description": "Javascript SDK for connecting with Nevermined Data Platform ",
"main": "./dist/node/sdk.js",
"typings": "./dist/node/sdk.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/Network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function getNetworkName(networkId: number): Promise<string> {
case 3141:
return 'hyperspace'
case 3338:
return 'peaq'
return 'peaq-mainnet'
case 8453:
return 'base'
case 10200:
Expand Down

0 comments on commit a9d0b95

Please sign in to comment.