Skip to content

Commit

Permalink
add missing spaces for Dorm sub-DAOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdville03 committed Nov 26, 2024
1 parent 8af40db commit 36d819f
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
42 changes: 42 additions & 0 deletions server/spaces/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -922,5 +922,47 @@
"defaultTab": "all",
"minScore": 1
}
},
"university-imperial": {
"token": "0x1028e3cceb73b07ee5c9602fe5f85489a853eaad",
"name": "Dorm DAO - Imperial",
"network": "1",
"symbol": "DORM-Imperial",
"skin": "university-imperial",
"strategies": [
{
"name": "moloch",
"params": {
"address": "0x1028e3cceb73b07ee5c9602fe5f85489a853eaad",
"symbol": "DORM-Imperial",
"decimals": 18
}
}
],
"filters": {
"defaultTab": "all",
"minScore": 1
}
},
"university-cambridge": {
"token": "0x94701d6916e135dad924b7bb5830af6983ac8dfb",
"name": "Dorm DAO - Cambridge",
"network": "1",
"symbol": "DORM-Cambridge",
"skin": "university-cambridge",
"strategies": [
{
"name": "moloch",
"params": {
"address": "0x94701d6916e135dad924b7bb5830af6983ac8dfb",
"symbol": "DORM-Cambridge",
"decimals": 18
}
}
],
"filters": {
"defaultTab": "all",
"minScore": 1
}
}
}
42 changes: 42 additions & 0 deletions server/spaces/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -922,5 +922,47 @@
"defaultTab": "all",
"minScore": 1
}
},
"university-imperial": {
"token": "0x1028e3cceb73b07ee5c9602fe5f85489a853eaad",
"name": "Dorm DAO - Imperial",
"network": "1",
"symbol": "DORM-Imperial",
"skin": "university-imperial",
"strategies": [
{
"name": "moloch",
"params": {
"address": "0x1028e3cceb73b07ee5c9602fe5f85489a853eaad",
"symbol": "DORM-Imperial",
"decimals": 18
}
}
],
"filters": {
"defaultTab": "all",
"minScore": 1
}
},
"university-cambridge": {
"token": "0x94701d6916e135dad924b7bb5830af6983ac8dfb",
"name": "Dorm DAO - Cambridge",
"network": "1",
"symbol": "DORM-Cambridge",
"skin": "university-cambridge",
"strategies": [
{
"name": "moloch",
"params": {
"address": "0x94701d6916e135dad924b7bb5830af6983ac8dfb",
"symbol": "DORM-Cambridge",
"decimals": 18
}
}
],
"filters": {
"defaultTab": "all",
"minScore": 1
}
}
}

0 comments on commit 36d819f

Please sign in to comment.