stargate: Tidy after review

This commit is contained in:
willclarktech 2021-04-13 15:30:52 +02:00
parent 0664547c5a
commit d9f27693dd
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 2 deletions

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;

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,
};