Skip to content

Commit

Permalink
feat: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jan 28, 2025
1 parent cfeddbe commit 6cd2265
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion src/queries/chainflip/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type ChainflipAsset = {
id: string // e.g. "flip.eth"
id: string
direction: 'both' | 'ingress' | 'egress'
ticker: string
name: string
Expand Down
16 changes: 0 additions & 16 deletions src/test/TestProviders.tsx

This file was deleted.

0 comments on commit 6cd2265

Please sign in to comment.