[CORE-859] add new market
widget: msg composer
#235
Annotations
10 errors
CI:
v4-client-js/examples/gov_add_new_market.ts#L163
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
CI:
v4-client-js/src/clients/lib/registry.ts#L16
There should be at least one empty line between import groups
|
CI:
v4-client-js/src/clients/modules/composer.ts#L2
`cosmjs-types/cosmos/bank/v1beta1/tx` import should occur after import of `@dydxprotocol/v4-proto/src/codegen/dydxprotocol/prices/tx`
|
CI:
v4-client-js/src/clients/modules/composer.ts#L6
`@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/tx` import should occur after import of `@dydxprotocol/v4-proto/src/codegen/dydxprotocol/clob/clob_pair`
|
CI:
v4-client-js/src/clients/modules/composer.ts#L11
Missing trailing comma
|
CI:
v4-client-js/src/clients/modules/composer.ts#L15
There should be no empty line within import group
|
CI:
v4-client-js/src/clients/modules/composer.ts#L22
`./proto-includes` import should occur after import of `../constants`
|
CI:
v4-client-js/src/clients/modules/composer.ts#L36
`../types` import should occur after import of `../constants`
|
CI:
v4-client-js/src/clients/modules/composer.ts#L54
More than 1 blank line not allowed
|
CI:
v4-client-js/src/clients/modules/composer.ts#L149
Parameter name `clob_id` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|