diff --git a/generated/rust/protos/src/cosmos.tx.v1beta1.rs b/generated/rust/protos/src/cosmos.tx.v1beta1.rs index f724c571e4..e6d032906a 100644 --- a/generated/rust/protos/src/cosmos.tx.v1beta1.rs +++ b/generated/rust/protos/src/cosmos.tx.v1beta1.rs @@ -90,7 +90,7 @@ pub struct BroadcastTxResponse { } /// Fee includes the amount of coins paid in fees and the maximum /// gas to be used by the transaction. The ratio yields an effective "gasprice", -/// which must be above some miminum to be accepted into the mempool. +/// which must be above some minimum to be accepted into the mempool. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, :: prost :: Message)] pub struct Fee { diff --git a/generated/rust/protos/src/union.ics23.v1.rs b/generated/rust/protos/src/union.ics23.v1.rs index ff7256c490..61cef731f3 100644 --- a/generated/rust/protos/src/union.ics23.v1.rs +++ b/generated/rust/protos/src/union.ics23.v1.rs @@ -1,6 +1,6 @@ /// * /// ExistenceProof takes a key and a value and a set of steps to perform on it. -/// The result of peforming all these steps will provide a "root hash", which can +/// The result of performing all these steps will provide a "root hash", which can /// be compared to the value in a header. /// /// Since it is computationally infeasible to produce a hash collission for any of the used diff --git a/lib/unionlabs/src/cosmos/staking/validator.rs b/lib/unionlabs/src/cosmos/staking/validator.rs index 27c98d72e1..630cf48241 100644 --- a/lib/unionlabs/src/cosmos/staking/validator.rs +++ b/lib/unionlabs/src/cosmos/staking/validator.rs @@ -46,7 +46,7 @@ pub struct Validator { pub min_self_delegation: String, /// strictly positive if this validator's unbonding has been stopped by external modules pub unbonding_on_hold_ref_count: i64, - /// list of unbonding ids, each uniquely identifing an unbonding of this validator + /// list of unbonding ids, each uniquely identifying an unbonding of this validator pub unbonding_ids: Vec, } diff --git a/typescript-sdk/src/query/offchain/ucs03-channels.ts b/typescript-sdk/src/query/offchain/ucs03-channels.ts index 76a9b07851..69ea0cbc56 100644 --- a/typescript-sdk/src/query/offchain/ucs03-channels.ts +++ b/typescript-sdk/src/query/offchain/ucs03-channels.ts @@ -92,7 +92,7 @@ export const getQuoteToken = async ( let wrappingTokens = wrapping.value.v1_ibc_union_tokens - // if it is, quote token is the unwrapped verison of the wrapped token. + // if it is, quote token is the unwrapped version of the wrapped token. // @ts-expect-error if (wrappingTokens.length > 0) { // @ts-expect-error diff --git a/typescript-sdk/src/utilities/index.ts b/typescript-sdk/src/utilities/index.ts index bcfbf9b164..8f4c20bd84 100644 --- a/typescript-sdk/src/utilities/index.ts +++ b/typescript-sdk/src/utilities/index.ts @@ -28,7 +28,7 @@ export function raise(error: unknown): never { /** * generates salts to be used on transfer submission - * used to prevent transfer hash colissions + * used to prevent transfer hash collisions */ export function generateSalt(): Hex { const rawSalt = new Uint8Array(32) diff --git a/voyager/README.md b/voyager/README.md index 9b4b62cc53..023ed2fae0 100644 --- a/voyager/README.md +++ b/voyager/README.md @@ -10,7 +10,7 @@ which being: ordered channels, as a channel will be closed if a packet on it times out. - **Quick Startup Times.** RPCs are unreliable, and it's incredibly difficult to build around every possible failure case - especially when connecting to multiple different chains. Even with proper - error handling and retry logic, in the event of a crash, startup time should be miniscule (see: + error handling and retry logic, in the event of a crash, startup time should be minuscule (see: ) Voyager takes a novel approach to solving these problems. Internally, everything is modeled as a