Skip to content

Commit

Permalink
add si space (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdville03 authored Jul 11, 2022
1 parent 595661f commit 773044f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
21 changes: 21 additions & 0 deletions server/spaces/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,26 @@
"defaultTab": "all",
"minScore": 1
}
},
"si": {
"token": "0x0dEA82387F67BCebBB408938B2d20723eAa93aCE",
"name": "Si DAO",
"network": "1",
"symbol": "SI",
"skin": "si",
"strategies": [
{
"name": "moloch",
"params": {
"address": "0x0dEA82387F67BCebBB408938B2d20723eAa93aCE",
"symbol": "SI",
"decimals": 18
}
}
],
"filters": {
"defaultTab": "all",
"minScore": 1
}
}
}
21 changes: 21 additions & 0 deletions server/spaces/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,26 @@
"defaultTab": "all",
"minScore": 1
}
},
"si": {
"token": "0x0dEA82387F67BCebBB408938B2d20723eAa93aCE",
"name": "Si DAO",
"network": "1",
"symbol": "SI",
"skin": "si",
"strategies": [
{
"name": "moloch",
"params": {
"address": "0x0dEA82387F67BCebBB408938B2d20723eAa93aCE",
"symbol": "SI",
"decimals": 18
}
}
],
"filters": {
"defaultTab": "all",
"minScore": 1
}
}
}
21 changes: 21 additions & 0 deletions server/spaces/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,26 @@
"defaultTab": "all",
"minScore": 1
}
},
"si": {
"token": "0x0dEA82387F67BCebBB408938B2d20723eAa93aCE",
"name": "Si DAO",
"network": "1",
"symbol": "SI",
"skin": "si",
"strategies": [
{
"name": "moloch",
"params": {
"address": "0x0dEA82387F67BCebBB408938B2d20723eAa93aCE",
"symbol": "SI",
"decimals": 18
}
}
],
"filters": {
"defaultTab": "all",
"minScore": 1
}
}
}

0 comments on commit 773044f

Please sign in to comment.