Skip to content

Commit c2dbe22

Browse files
authored
fix: run prettier
Reformatted TokenTypePool for better readability.
1 parent 608df25 commit c2dbe22

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/core/pools.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
export type TokenTypePool = "eth" | "stable" | "btc" | "wbnb" | "s" | "hemiBTC" | "mon";
1+
export type TokenTypePool =
2+
| "eth"
3+
| "stable"
4+
| "btc"
5+
| "wbnb"
6+
| "s"
7+
| "hemiBTC"
8+
| "mon";
29

310
export interface PoolConfigPayload {
411
// is used to recognize pool in the list; maybe show this name instead of version + underlying symbol?

0 commit comments

Comments
 (0)