Skip to content

Commit

Permalink
update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Mar 6, 2024
1 parent 48d35dc commit 31e4820
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 32 deletions.
1 change: 1 addition & 0 deletions interchain_test/gaia.matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{
"Name": "gaia",
"Version": "latest",
"GasPrices": "0.1uatom",
"GasAdjustment": 1.7
},
{
Expand Down
62 changes: 30 additions & 32 deletions interchain_test/osmosis.matrix.json
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"
}
]
}
]
}

0 comments on commit 31e4820

Please sign in to comment.