stargate: Tidy after review
This commit is contained in:
parent
0664547c5a
commit
d9f27693dd
@ -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;
|
||||
|
||||
@ -71,7 +71,7 @@ export const slowSimapp = {
|
||||
chainId: "simd-testing",
|
||||
denomStaking: "ustake",
|
||||
denomFee: "ucosm",
|
||||
blockTime: 1_000, // ms
|
||||
blockTime: 10_000, // ms
|
||||
totalSupply: 21000000000,
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user