Skip to content

Commit

Permalink
feat: 🎸 update newest SDK changes
Browse files Browse the repository at this point in the history
update SDK to v27
  • Loading branch information
polymath-eric committed Dec 3, 2024
1 parent dd40dc5 commit 297c67c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"@polkadot/api": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@polymeshassociation/polymesh-sdk": "26.2.0",
"@polymeshassociation/polymesh-sdk": "27.0.0",
"bignumber.js": "9.0.1",
"bluebird": "^3.7.2",
"cross-fetch": "^4.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/testUtils/mocks/dataSources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ const defaultContextOptions: ContextOptions = {
lastProcessedTimestamp: new Date('01/06/2023'),
targetHeight: new BigNumber(10000),
indexerHealthy: true,
paddedIds: false,
},
};
let contextOptions: ContextOptions = defaultContextOptions;
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2302,10 +2302,10 @@
dependencies:
"@polymeshassociation/signing-manager-types" "^3.2.0"

"@polymeshassociation/polymesh-sdk@26.2.0":
version "26.2.0"
resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-sdk/-/polymesh-sdk-26.2.0.tgz#09217c23b9a390c7a3adb198494bf11af1b182d3"
integrity sha512-1zdaaAWVu5PgcajMokgzcsf0vjQsaC9v+ILu193JAfZbwKSEPx4y+KSsK0kehMF93tm+K1jU3uMYWsefHgwpsg==
"@polymeshassociation/polymesh-sdk@27.0.0":
version "27.0.0"
resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-sdk/-/polymesh-sdk-27.0.0.tgz#7d193fa7c46de01fbd55d5335a23724d9a6eb4b9"
integrity sha512-eMg/A6U+TIzGH6vcnepT7d9Y7se8pHLpRaPoO8goUx4HvTm5oB9qnlqwhcwqNLxzVlC33JavTTr2xQtck1Zo0g==
dependencies:
"@apollo/client" "^3.8.1"
"@polkadot/api" "11.2.1"
Expand All @@ -2320,7 +2320,6 @@
iso-7064 "^1.1.0"
json-stable-stringify "^1.0.2"
lodash "^4.17.21"
patch-package "^8.0.0"
semver "^7.5.4"
websocket "^1.0.34"

Expand Down

0 comments on commit 297c67c

Please sign in to comment.