Skip to content

Commit

Permalink
fix: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Jun 27, 2024
1 parent 32374dd commit c762665
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/sdk/msg/devgas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
MsgUpdateFeeShareResponse,

Check failure on line 9 in src/sdk/msg/devgas.ts

View workflow job for this annotation

GitHub Actions / checkout_cache_install_build_test

Module '"../../protojs/index.nibiru.devgas.v1"' has no exported member 'MsgUpdateFeeShareResponse'.
MsgUpdateParams,

Check failure on line 10 in src/sdk/msg/devgas.ts

View workflow job for this annotation

GitHub Actions / checkout_cache_install_build_test

Module '"../../protojs/index.nibiru.devgas.v1"' has no exported member 'MsgUpdateParams'.
MsgUpdateParamsResponse,

Check failure on line 11 in src/sdk/msg/devgas.ts

View workflow job for this annotation

GitHub Actions / checkout_cache_install_build_test

Module '"../../protojs/index.nibiru.devgas.v1"' has no exported member 'MsgUpdateParamsResponse'.
} from "src/protojs/index.nibiru.devgas.v1"
} from "../../protojs/index.nibiru.devgas.v1"

export interface DevgasMsgExtension {
readonly devgasMsg: Readonly<{
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/msg/inflation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
MsgEditInflationParamsResponse,
MsgToggleInflation,
MsgToggleInflationResponse,
} from "src/protojs/index.nibiru.inflation.v1"
} from "../../protojs/index.nibiru.inflation.v1"

export interface InflationMsgExtension {
readonly inflationMsg: Readonly<{
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/msg/oracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
MsgDelegateFeedConsentResponse,
MsgEditOracleParams,
MsgEditOracleParamsResponse,
} from "src/protojs/index.nibiru.oracle.v1"
} from "../../protojs/index.nibiru.oracle.v1"

export interface OracleMsgExtension {
readonly oracleMsg: Readonly<{
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/msg/sudo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
MsgClientImpl,
MsgEditSudoers,
MsgEditSudoersResponse,
} from "src/protojs/index.nibiru.sudo.v1"
} from "../../protojs/index.nibiru.sudo.v1"

export interface SudoMsgExtension {
readonly sudoMsg: Readonly<{
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/msg/tokenfactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
MsgSetDenomMetadataResponse,
MsgBurnNative,
MsgBurnNativeResponse,
} from "src/protojs/index.nibiru.tokenfactory.v1"
} from "../../protojs/index.nibiru.tokenfactory.v1"

export interface TokenFactoryMsgExtension {
readonly tokenFactoryMsg: Readonly<{
Expand Down

0 comments on commit c762665

Please sign in to comment.