Skip to content

Commit

Permalink
update SDK to v26 (dual chain v6-v7 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Nov 5, 2024
1 parent e6b1fa5 commit 0acbecf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions apps/cdd-backend/src/info/info.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const meshResponse = new PolymeshNetworkResponse(
{
name: 'test',
version: new BigNumber(1),
genesisHash: '0x01',
}
);
const meshHealthy = new HealthCheckResponse<PolymeshNetworkResponse>(
Expand Down Expand Up @@ -102,6 +103,7 @@ describe('InfoService', () => {
mockPolymesh.network.getNetworkProperties.mockResolvedValue({
name: 'test',
version: new BigNumber(1),
genesisHash: '0x01',
});
const response = await service.polymeshInfo();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@polymeshassociation/browser-extension-signing-manager": "^2.2.0",
"@polymeshassociation/hashicorp-vault-signing-manager": "^3.3.0",
"@polymeshassociation/local-signing-manager": "^3.2.0",
"@polymeshassociation/polymesh-sdk": "^24.6.0",
"@polymeshassociation/polymesh-sdk": "^26.1.0",
"@slack/bolt": "^3.21.1",
"await-to-js": "^3.0.0",
"axios": "^1.3.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4604,10 +4604,10 @@
dependencies:
"@polymeshassociation/signing-manager-types" "^3.2.0"

"@polymeshassociation/polymesh-sdk@^24.6.0":
version "24.6.0"
resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-sdk/-/polymesh-sdk-24.6.0.tgz#2944933007f54cf51cbee613dacde3025d222ed7"
integrity sha512-b9+Ya2yDoNWCINUwR8DXhO9RHNM9IzwXzTXiNtynfzOWX/VOwuFhv9Hx3WMiMv3oL1IKWRxeQ/wWgKjUHRFP/A==
"@polymeshassociation/polymesh-sdk@^26.1.0":
version "26.1.0"
resolved "https://registry.yarnpkg.com/@polymeshassociation/polymesh-sdk/-/polymesh-sdk-26.1.0.tgz#88584cf89af98fd7eb722ec8d6ce3c2b5d557240"
integrity sha512-0I6/CwAFxE67Rb8JenEiHnzZObTou4dKpnR4esQZpiRh+DLnzrplk1OMihfccsTFISVYGGf2OdYiNGasGuaMSw==
dependencies:
"@apollo/client" "^3.8.1"
"@polkadot/api" "11.2.1"
Expand Down

0 comments on commit 0acbecf

Please sign in to comment.