Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Nov 30, 2023
1 parent 9fe9888 commit 32d775e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 48 deletions.
11 changes: 0 additions & 11 deletions graphql/queries/apy.ts

This file was deleted.

12 changes: 0 additions & 12 deletions graphql/queries/commission.ts

This file was deleted.

14 changes: 0 additions & 14 deletions graphql/queries/tvl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@ export const getAllCosmosTVL = () => `
}
`;

export const getEachCosmosTVL = () => `
query EachCosmosTVL {
eachCosmosTVL {
metric {
chain_id
denom
instance
validator_address
}
TVL
}
}
`;

export const getSolanaTVL = () => `
query SolanaTVL {
solanaTVL {
Expand Down
11 changes: 0 additions & 11 deletions graphql/queries/unbondingTime.ts

This file was deleted.

0 comments on commit 32d775e

Please sign in to comment.