Add Tendermint 37 testing instance

This commit is contained in:
Simon Warta 2023-03-01 13:51:11 +01:00
parent 3ad87362de
commit 80194b3be9

View File

@ -62,6 +62,19 @@ export const tendermintInstances = {
appVersion: 1,
},
},
37: {
url: "localhost:11137",
version: "0.37.x",
blockTime: 500,
expected: {
chainId: /^dockerchain$/,
version: /^$/, // Unfortunately we don't get info here
appCreator: "Cosmoshi Netowoko",
p2pVersion: 8,
blockVersion: 11,
appVersion: 1,
},
},
};
export const defaultInstance: TendermintInstance = tendermintInstances[34];