-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump sdk dependency * fix linter * bump gas adjustment * update matrix * set gaia version
- Loading branch information
1 parent
c23b7ba
commit 9129439
Showing
15 changed files
with
100 additions
and
100 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
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,34 +1,33 @@ | ||
{ | ||
"Relayers": [ | ||
"hermes", | ||
"rly" | ||
], | ||
"ChainSets": [ | ||
[ | ||
{ | ||
"Name": "gaia", | ||
"Version": "latest" | ||
}, | ||
{ | ||
"NumValidators": 2, | ||
"NumFullNodes": 1, | ||
"Type": "cosmos", | ||
"Name": "local-stargaze", | ||
"ChainID": "testing", | ||
"Images": [ | ||
{ | ||
"Repository": "publicawesome/stargaze", | ||
"Version": "local-dev", | ||
"UidGid": "1025:1025" | ||
} | ||
], | ||
"Bin": "starsd", | ||
"Bech32Prefix": "stars", | ||
"Denom": "ustars", | ||
"GasPrices": "0.01ustars", | ||
"GasAdjustment": 1.3, | ||
"TrustingPeriod": "504h" | ||
} | ||
] | ||
"Relayers": ["hermes", "rly"], | ||
"ChainSets": [ | ||
[ | ||
{ | ||
"Name": "gaia", | ||
"GasPrices": "0.1uatom", | ||
"GasAdjustment": 1.7, | ||
"Version": "v14.1.0" | ||
}, | ||
{ | ||
"NumValidators": 2, | ||
"NumFullNodes": 1, | ||
"Type": "cosmos", | ||
"Name": "local-stargaze", | ||
"ChainID": "testing", | ||
"Images": [ | ||
{ | ||
"Repository": "publicawesome/stargaze", | ||
"Version": "local-dev", | ||
"UidGid": "1025:1025" | ||
} | ||
], | ||
"Bin": "starsd", | ||
"Bech32Prefix": "stars", | ||
"Denom": "ustars", | ||
"GasPrices": "0.01ustars", | ||
"GasAdjustment": 1.7, | ||
"TrustingPeriod": "504h" | ||
} | ||
] | ||
} | ||
] | ||
} |
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,34 +1,32 @@ | ||
{ | ||
"Relayers": [ | ||
"hermes", | ||
"rly" | ||
], | ||
"ChainSets": [ | ||
[ | ||
{ | ||
"Name": "osmosis", | ||
"Version": "v14.0.0" | ||
}, | ||
{ | ||
"NumValidators": 2, | ||
"NumFullNodes": 1, | ||
"Type": "cosmos", | ||
"Name": "local-stargaze", | ||
"ChainID": "testing", | ||
"Images": [ | ||
{ | ||
"Repository": "publicawesome/stargaze", | ||
"Version": "local-dev", | ||
"UidGid": "1025:1025" | ||
} | ||
], | ||
"Bin": "starsd", | ||
"Bech32Prefix": "stars", | ||
"Denom": "ustars", | ||
"GasPrices": "0.01ustars", | ||
"GasAdjustment": 1.3, | ||
"TrustingPeriod": "504h" | ||
} | ||
] | ||
"Relayers": ["hermes", "rly"], | ||
"ChainSets": [ | ||
[ | ||
{ | ||
"Name": "osmosis", | ||
"Version": "v14.0.0", | ||
"GasAdjustment": 1.7 | ||
}, | ||
{ | ||
"NumValidators": 2, | ||
"NumFullNodes": 1, | ||
"Type": "cosmos", | ||
"Name": "local-stargaze", | ||
"ChainID": "testing", | ||
"Images": [ | ||
{ | ||
"Repository": "publicawesome/stargaze", | ||
"Version": "local-dev", | ||
"UidGid": "1025:1025" | ||
} | ||
], | ||
"Bin": "starsd", | ||
"Bech32Prefix": "stars", | ||
"Denom": "ustars", | ||
"GasPrices": "0.01ustars", | ||
"GasAdjustment": 1.7, | ||
"TrustingPeriod": "504h" | ||
} | ||
] | ||
} | ||
] | ||
} |
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
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
Oops, something went wrong.