Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Allow ChainId as string #540

Closed
toschdev opened this issue Sep 24, 2020 · 0 comments · Fixed by #542
Closed

Allow ChainId as string #540

toschdev opened this issue Sep 24, 2020 · 0 comments · Fixed by #542
Assignees

Comments

@toschdev
Copy link

Proposal: ChainId should accept a string

Current behavior: ChainId allows only base-10 numbers

Desired behavior: ChainId accepts a string

Use case: The current standard used by all known CosmosSDK blockchains are string as ChainId. E.g. cosmoshub-3

Even though the standard for Ethereum blockchains is using a numeric ChainId, in the Cosmos Ecosystem strings are mostly used and expected to be used in the future. Supporting string ChainId's would make the integration seamless for many projects.

Requests may be closed if we're not actively planning to work on them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants