From c0b8c8e09fb34b16d35a86305e3fbfd45a881e5d Mon Sep 17 00:00:00 2001 From: DaveVodrazka Date: Fri, 27 Sep 2024 15:40:52 +0200 Subject: [PATCH] chore: fix json format --- configs/factions.config.json | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/configs/factions.config.json b/configs/factions.config.json index 05291323..4d87bdf7 100644 --- a/configs/factions.config.json +++ b/configs/factions.config.json @@ -13,7 +13,8 @@ "github": "", "site": "https://linktr.ee/duckseverywhere" }, - "members": [] + "members": [ + ] }, { "id": 2, @@ -28,7 +29,8 @@ "github": "https://github.com/bibliothecaDAO", "site": "https://realms.world" }, - "members": [] + "members": [ + ] }, { "id": 3, @@ -43,7 +45,8 @@ "github": "", "site": "https://www.thewpl.xyz" }, - "members": [] + "members": [ + ] }, { "id": 4, @@ -58,7 +61,8 @@ "github": "", "site": "https://medium.com/@ZkCampus" }, - "members": [] + "members": [ + ] }, { "id": 5, @@ -73,7 +77,8 @@ "github": "", "site": "https://www.starknet.africa" }, - "members": [] + "members": [ + ] }, { "id": 6, @@ -88,7 +93,8 @@ "github": "", "site": "https://www.influenceth.io/" }, - "members": [] + "members": [ + ] }, { "id": 7, @@ -103,7 +109,8 @@ "github": "", "site": "https://www.argent.xyz/" }, - "members": [] + "members": [ + ] }, { "id": 8, @@ -117,7 +124,8 @@ "github": "https://github.com/CarmineOptions", "site": "https://www.carmine.finance/" }, - "members": [] + "members": [ + ] } ], "chain_factions": [ @@ -132,4 +140,4 @@ "Arbitrum", "Dogecoin" ] -} \ No newline at end of file +}