fix: spelling mistake in sdk CHANGELOG (#4257)

### Description

Fix codespell job on main

https://github.com/hyperlane-xyz/hyperlane-monorepo/actions/runs/10256216777/job/28374837670?pr=4256
pull/4263/head
Yorke Rhodes 4 months ago committed by GitHub
parent 3d4e6436d5
commit a7ab950246
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      typescript/sdk/CHANGELOG.md

@ -30,7 +30,7 @@
- 69a39da1c: Fix issue with cosmos tx estimation - 69a39da1c: Fix issue with cosmos tx estimation
- 7265a4087: Add rpcUrl, chainId, and method(params) to smart provider logging. - 7265a4087: Add rpcUrl, chainId, and method(params) to smart provider logging.
- 0a40dcb8b: Update cosmos chain schema - 0a40dcb8b: Update cosmos chain schema
- ab827a3fa: Removes innacurate contract verification check, resulting in proxy contracts not being marked as proxies during contract verification. - ab827a3fa: Removes inaccurate contract verification check, resulting in proxy contracts not being marked as proxies during contract verification.
- dfa908796: add error message for all calls to assert util - dfa908796: add error message for all calls to assert util
- ed63e04c4: Creates HyperlaneReader to re-use dyn provider log level & silences provider logs in deriveIsmConfig like deriveHookConfig. - ed63e04c4: Creates HyperlaneReader to re-use dyn provider log level & silences provider logs in deriveIsmConfig like deriveHookConfig.
- 5aa24611b: Add 'isInitialized' check before initializing implementation contract (for contracts that disableInitializers in constructors). - 5aa24611b: Add 'isInitialized' check before initializing implementation contract (for contracts that disableInitializers in constructors).

Loading…
Cancel
Save