Skip to content

Commit

Permalink
fix: update names
Browse files Browse the repository at this point in the history
  • Loading branch information
pmespresso committed Apr 27, 2021
1 parent d6e34be commit e74a42a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion allprotocols.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion protocols/council.graphprotocol.eth/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cname": "council.graphprotocol.eth",
"name": "TheGraph",
"name": "TheGraphCouncil",
"description": "",
"path": "council.graphprotocol.eth",
"previousPaths": [],
Expand Down
2 changes: 1 addition & 1 deletion protocols/dsd.eth/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cname": "dsd.eth",
"name": "DynamicSet",
"name": "DynamicSetDollar",
"description": "",
"path": "dsd.eth",
"previousPaths": [],
Expand Down
2 changes: 1 addition & 1 deletion protocols/esd.eth/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cname": "esd.eth",
"name": "EmptySet",
"name": "EmptySetDollar",
"description": "",
"path": "esd.eth",
"previousPaths": [],
Expand Down
2 changes: 1 addition & 1 deletion protocols/eublas.xyz/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cname": "eublas.xyz",
"name": "EuropeanBlockchain",
"name": "EuropeanBlockchainAssociation",
"description": "",
"path": "eublas.xyz",
"previousPaths": [],
Expand Down
2 changes: 1 addition & 1 deletion protocols/rally/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"suffix": "RLY",
"coinGeckoPriceString": "",
"tokenContractAddress": "null",
"isEnabled": true,
"isEnabled": false,
"hasOnchain": false,
"claim": {
"isClaimed": false,
Expand Down
2 changes: 1 addition & 1 deletion scripts/add_new_protocol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else

printf '{
"cname": "'"$1"'",
"name": "'"$4"' '"$5"'",
"name": "'"$4"''"$5"''"$6"'",
"description": "",
"path": "'"$1"'",
"previousPaths": [],
Expand Down

0 comments on commit e74a42a

Please sign in to comment.