From cf1d9a2154f7cb82d8e42263095c38f1eefb53dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20S=C3=A1?= Date: Tue, 21 Jun 2022 17:21:51 +0100 Subject: [PATCH] fix: `cryptoNetwork` type --- lib/graphql/types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphql/types.js b/lib/graphql/types.js index 04e2e69f..edc7658a 100644 --- a/lib/graphql/types.js +++ b/lib/graphql/types.js @@ -7,7 +7,7 @@ type Coin { cashInFee: String! cashInCommission: String! cashOutCommission: String! - cryptoNetwork: Boolean! + cryptoNetwork: String! cryptoUnits: String! batchable: Boolean! }