Add Tendermint 37 testing instance
This commit is contained in:
parent
3ad87362de
commit
80194b3be9
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user