stargate: Tidy after review

This commit is contained in:
willclarktech
2021-04-13 16:58:54 +02:00
parent 0664547c5a
commit d9f27693dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ export class StargateClient {
timeoutMs = 60_000,
pollIntervalMs = 3_000,
): Promise<BroadcastTxResponse> {
const txId = toHex(sha256(tx));
const txId = toHex(sha256(tx)).toUpperCase();
let timedOut = false;
const txPollTimeout = setTimeout(() => {
timedOut = true;
+1 -1
View File
@@ -71,7 +71,7 @@ export const slowSimapp = {
chainId: "simd-testing",
denomStaking: "ustake",
denomFee: "ucosm",
blockTime: 1_000, // ms
blockTime: 10_000, // ms
totalSupply: 21000000000,
};