We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608df25 commit c2dbe22Copy full SHA for c2dbe22
src/core/pools.ts
@@ -1,4 +1,11 @@
1
-export type TokenTypePool = "eth" | "stable" | "btc" | "wbnb" | "s" | "hemiBTC" | "mon";
+export type TokenTypePool =
2
+ | "eth"
3
+ | "stable"
4
+ | "btc"
5
+ | "wbnb"
6
+ | "s"
7
+ | "hemiBTC"
8
+ | "mon";
9
10
export interface PoolConfigPayload {
11
// is used to recognize pool in the list; maybe show this name instead of version + underlying symbol?
0 commit comments