We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712ba28 commit 32387daCopy full SHA for 32387da
lib/model.dart
@@ -28,6 +28,7 @@ final CVX = FungibleToken(
28
),
29
);
30
31
+// See currencies in convexity.con e.g: currency.USD
32
bool isDefaultFungibleToken(FungibleToken token) {
33
final defaultTokens = {
34
29,
0 commit comments