Skip to content

Commit

Permalink
Merge pull request #218 from InjectiveLabs/feat/sgt-create-strategy
Browse files Browse the repository at this point in the history
fix: type export
  • Loading branch information
bangjelkoski authored Aug 10, 2023
2 parents 379f574 + 70995ef commit 1b68d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk-ts/src/client/chain/types/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface PubKey {
typeUrl: string
}

export interface BaseAccount {
export interface AuthBaseAccount {
address: string
pubKey?: PubKey
accountNumber: number
Expand All @@ -22,7 +22,7 @@ export interface BaseAccount {

export interface Account {
codeHash: string
baseAccount: BaseAccount
baseAccount: AuthBaseAccount
}

export type EthAccount = InjectiveTypesV1Beta1Account.EthAccount

0 comments on commit 1b68d8c

Please sign in to comment.