Skip to content

Commit

Permalink
chore: develop -> main (#337)
Browse files Browse the repository at this point in the history
* refactor: adding contract type to user

* fix: tests

* test: fix
  • Loading branch information
CalicoNino authored Mar 12, 2024
1 parent 1242844 commit 51a9842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gql/utils/defaultObjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ export const defaultIbcChannelsResponse: GQLIbcChannelsResponse = {
export const defaultUserContract: GQLUserContract = {
user: defaultUser,
contractAddress: "",
contractType: "",
}

export const defaultInflationDistribution: GQLInflationDistribution = {
Expand Down

1 comment on commit 51a9842

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 88%
90.22% (1265/1402) 79.79% (541/678) 78.22% (309/395)

Please sign in to comment.