-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2285 from cosmos/fedekunze/2273-fix-atoms
Fedekunze/2273 fix atoms
- Loading branch information
Showing
6 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "cosmos-voyager", | ||
"productName": "Cosmos Voyager", | ||
"version": "1.0.0-beta.19", | ||
"version": "1.0.0-beta.20", | ||
"description": "Voyager is an electron-based user interface for the Cosmos Network.", | ||
"author": "All In Bits, Inc <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -43,7 +43,7 @@ | |
"frontend:fixed-https": "yarn frontend --cert 'server_dev.crt' --key 'server_dev.key'", | ||
"connect": "concurrently -k \"yarn stargate\" \"yarn proxy\"", | ||
"backend:new": "concurrently -k \"yarn connect\" \"yarn nodes 2\"", | ||
"backend": "concurrently -k \"yarn connect\" \"yarn nodes 2 skip-rebuild\"", | ||
"backend": "concurrently -k \"yarn yarn connect\" \"yarn nodes 2 skip-rebuild\"", | ||
"backend:fixed-https": "concurrently -k \"yarn nodes 2 skip-rebuild\" \"yarn stargate --ssl-certfile 'server_dev.crt' --ssl-keyfile 'server_dev.key'\"" | ||
}, | ||
"devDependencies": { | ||
|
@@ -149,4 +149,4 @@ | |
"vuelidate": "0.7.3", | ||
"vuex": "3.0.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ts__/TabGovernanceParameters.spec.js.snap → .../__snapshots__/TabParameters.spec.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters