Skip to content

Commit

Permalink
lowercasing darkhorse contract addr (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiacodes authored Jun 1, 2021
1 parent 1be53f5 commit 0517f4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions server/spaces/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}
},
"darkhorse": {
"token": "0x81c9626A259b8A20bcCb347BeC0B594D59DF63C6",
"token": "0x81c9626a259b8a20bccb347bec0b594d59df63c6",
"name": "Dark Horse DAO",
"network": "1",
"symbol": "HORSE",
Expand All @@ -135,7 +135,7 @@
{
"name": "moloch",
"params": {
"address": "0x81c9626A259b8A20bcCb347BeC0B594D59DF63C6",
"address": "0x81c9626a259b8a20bccb347bec0b594d59df63c6",
"symbol": "HORSE",
"decimals": 18
}
Expand Down
4 changes: 2 additions & 2 deletions server/spaces/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}
},
"darkhorse": {
"token": "0x81c9626A259b8A20bcCb347BeC0B594D59DF63C6",
"token": "0x81c9626a259b8a20bccb347bec0b594d59df63c6",
"name": "Dark Horse DAO",
"network": "1",
"symbol": "HORSE",
Expand All @@ -135,7 +135,7 @@
{
"name": "moloch",
"params": {
"address": "0x81c9626A259b8A20bcCb347BeC0B594D59DF63C6",
"address": "0x81c9626a259b8a20bccb347bec0b594d59df63c6",
"symbol": "HORSE",
"decimals": 18
}
Expand Down
4 changes: 2 additions & 2 deletions server/spaces/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}
},
"darkhorse": {
"token": "0x81c9626A259b8A20bcCb347BeC0B594D59DF63C6",
"token": "0x81c9626a259b8a20bccb347bec0b594d59df63c6",
"name": "Dark Horse DAO",
"network": "1",
"symbol": "HORSE",
Expand All @@ -135,7 +135,7 @@
{
"name": "moloch",
"params": {
"address": "0x81c9626A259b8A20bcCb347BeC0B594D59DF63C6",
"address": "0x81c9626a259b8a20bccb347bec0b594d59df63c6",
"symbol": "HORSE",
"decimals": 18
}
Expand Down

0 comments on commit 0517f4f

Please sign in to comment.