mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Test against cometbft/cometbft:v0.38.0
This commit is contained in:
parent
6d763bd067
commit
77d7ef3640
@ -68,7 +68,7 @@ export const tendermintInstances = {
|
||||
blockTime: 500,
|
||||
expected: {
|
||||
chainId: /^dockerchain$/,
|
||||
version: /^0\.38\.0-rc3$/,
|
||||
version: /^0\.38\.0$/,
|
||||
appCreator: "Cosmoshi Netowoko",
|
||||
p2pVersion: 8,
|
||||
blockVersion: 11,
|
||||
|
@ -8,7 +8,7 @@ command -v shellcheck >/dev/null && shellcheck "$0"
|
||||
declare -a TM_IMAGES
|
||||
TM_IMAGES[34]="tendermint/tendermint:v0.34.19"
|
||||
TM_IMAGES[37]="cometbft/cometbft:v0.37.0-rc3"
|
||||
TM_IMAGES[38]="cometbft/cometbft:v0.38.0-rc3"
|
||||
TM_IMAGES[38]="cometbft/cometbft:v0.38.0"
|
||||
|
||||
declare -a TM_ROOTS
|
||||
TM_ROOTS[34]="/tendermint"
|
||||
|
Loading…
x
Reference in New Issue
Block a user