You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think the ChainRegistry class should match the casing of cosmos chain-registry and keep consistent, and use snake_case for fields or should use use camelCase?
The argument for snake_case (which is not the current case we use for ChainRegistry) is for keeping consistent with the JSON objects that are inside of the chain-registry.
Basically we currently have this for ChainRegistry
Do you think the
ChainRegistry
class should match the casing of cosmos chain-registry and keep consistent, and usesnake_case
for fields or should use usecamelCase
?The argument for
snake_case
(which is not the current case we use forChainRegistry
) is for keeping consistent with the JSON objects that are inside of the chain-registry.Basically we currently have this for
ChainRegistry
However, the
AssetList
,Chain
, and all else is usingsnake_case
The issue if we do adopt
snake_case
is that when we implement classes, it may be weird to have mixed case.Curious your thoughts here @liujun93
The text was updated successfully, but these errors were encountered: