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
everything uses underscore_casing and _IBC uses the least-used JSON notation style with dashed-case which is very hard to work with in JS and JSON in general due to escaping.
Can we use convention and stick to underscore?
e.g. chain-1 => chain1 and channel-id => channel_id?
The text was updated successfully, but these errors were encountered:
everything uses
underscore_casing
and_IBC
uses the least-used JSON notation style withdashed-case
which is very hard to work with in JS and JSON in general due to escaping.Can we use convention and stick to underscore?
e.g. chain-1 => chain1 and channel-id => channel_id?
The text was updated successfully, but these errors were encountered: