Skip to content

Commit

Permalink
chore: fix json format
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka committed Sep 27, 2024
1 parent 0c02fd8 commit c0b8c8e
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions configs/factions.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"github": "",
"site": "https://linktr.ee/duckseverywhere"
},
"members": []
"members": [
]
},
{
"id": 2,
Expand All @@ -28,7 +29,8 @@
"github": "https://github.com/bibliothecaDAO",
"site": "https://realms.world"
},
"members": []
"members": [
]
},
{
"id": 3,
Expand All @@ -43,7 +45,8 @@
"github": "",
"site": "https://www.thewpl.xyz"
},
"members": []
"members": [
]
},
{
"id": 4,
Expand All @@ -58,7 +61,8 @@
"github": "",
"site": "https://medium.com/@ZkCampus"
},
"members": []
"members": [
]
},
{
"id": 5,
Expand All @@ -73,7 +77,8 @@
"github": "",
"site": "https://www.starknet.africa"
},
"members": []
"members": [
]
},
{
"id": 6,
Expand All @@ -88,7 +93,8 @@
"github": "",
"site": "https://www.influenceth.io/"
},
"members": []
"members": [
]
},
{
"id": 7,
Expand All @@ -103,7 +109,8 @@
"github": "",
"site": "https://www.argent.xyz/"
},
"members": []
"members": [
]
},
{
"id": 8,
Expand All @@ -117,7 +124,8 @@
"github": "https://github.com/CarmineOptions",
"site": "https://www.carmine.finance/"
},
"members": []
"members": [
]
}
],
"chain_factions": [
Expand All @@ -132,4 +140,4 @@
"Arbitrum",
"Dogecoin"
]
}
}

0 comments on commit c0b8c8e

Please sign in to comment.