Skip to content

Commit

Permalink
feat: add blue space
Browse files Browse the repository at this point in the history
  • Loading branch information
jdville03 committed Jul 8, 2024
1 parent 06b968a commit a02681a
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 @@ -775,5 +775,26 @@
"defaultTab": "all",
"minScore": 1
}
},
"blue": {
"token": "0x83f5869d266840af13a02786cadf4b9ca38950fd",
"name": "Flamingo Blue",
"network": "1",
"symbol": "BLUE",
"skin": "blue",
"strategies": [
{
"name": "moloch",
"params": {
"address": "0x83f5869d266840af13a02786cadf4b9ca38950fd",
"symbol": "BLUE",
"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 @@ -775,5 +775,26 @@
"defaultTab": "all",
"minScore": 1
}
},
"blue": {
"token": "0x83f5869d266840af13a02786cadf4b9ca38950fd",
"name": "Flamingo Blue",
"network": "1",
"symbol": "BLUE",
"skin": "blue",
"strategies": [
{
"name": "moloch",
"params": {
"address": "0x83f5869d266840af13a02786cadf4b9ca38950fd",
"symbol": "BLUE",
"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 @@ -775,5 +775,26 @@
"defaultTab": "all",
"minScore": 1
}
},
"blue": {
"token": "0x83f5869d266840af13a02786cadf4b9ca38950fd",
"name": "Flamingo Blue",
"network": "1",
"symbol": "BLUE",
"skin": "blue",
"strategies": [
{
"name": "moloch",
"params": {
"address": "0x83f5869d266840af13a02786cadf4b9ca38950fd",
"symbol": "BLUE",
"decimals": 18
}
}
],
"filters": {
"defaultTab": "all",
"minScore": 1
}
}
}

0 comments on commit a02681a

Please sign in to comment.