Skip to content

Commit

Permalink
Merge pull request #82 from PolymeshAssociation/feat/update-versions
Browse files Browse the repository at this point in the history
feat: 🎸 Update SDK and REST-API image versions
  • Loading branch information
prashantasdeveloper authored Sep 10, 2023
2 parents b157a94 + d85be99 commit 7abb914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/common/containers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export function prepareDockerfile(version: string, image?: string): void {
let branch = 'mainnet';
const platform = process.arch === 'arm64' ? '-arm64' : '';
if (version === 'latest' || version === '6.0.0') {
branch = 'develop';
version = '99dc6cc1b2'; // latest release candidate
branch = 'staging';
}
const chainImage = `polymeshassociation/polymesh${platform}:${version}-${branch}-debian`;

Expand Down
4 changes: 2 additions & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export const latestConfig = {

export const sixZeroZeroConfig = {
chainTag: '6.0.0',
restTag: 'v3.0.0-alpha.9',
subqueryTag: 'v9.8.0',
restTag: 'v4.1.0',
subqueryTag: 'v9.8.1',
toolingTag: 'v5.0.2',
...defaultRestSigners,
};
Expand Down

0 comments on commit 7abb914

Please sign in to comment.