Skip to content

Commit

Permalink
update metadata for offline signing
Browse files Browse the repository at this point in the history
Signed-off-by: lovesh <[email protected]>
  • Loading branch information
lovesh committed Jan 6, 2021
1 parent a4d21a1 commit 9ffd88e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docknetwork/sdk",
"version": "0.3.14",
"version": "0.3.15",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/offline-signing/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const MAINNET_INFO = {
name: 'Dock Mainnet',
specName: 'dock-main-runtime',
// Next 2 fields need to change whenever they change on the chain.
specVersion: 17,
specVersion: 18,
transactionVersion: 1,
};

Expand Down Expand Up @@ -44,6 +44,6 @@ export const DEVNODE_INFO = {
name: 'Dock Mainnet',
specName: 'dock-main-runtime',
// Next 2 fields need to change whenever they change on the chain.
specVersion: 17,
specVersion: 18,
transactionVersion: 1,
};
2 changes: 1 addition & 1 deletion src/offline-signing/devnode-metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/offline-signing/mainnet-metadata.json

Large diffs are not rendered by default.

0 comments on commit 9ffd88e

Please sign in to comment.