Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Jan 28, 2021
1 parent 2f76cbb commit 54f873e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
3 changes: 2 additions & 1 deletion spaces/balancer/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
{
"name": "erc20-balance-of",
"params": {
"address": "0xba100000625a3754423978a60c9317c58a424e3D"
"address": "0xba100000625a3754423978a60c9317c58a424e3D",
"decimals": 18
}
},
{
Expand Down
13 changes: 3 additions & 10 deletions spaces/gnosis/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,11 @@
}
},
{
"name": "delegation",
"name": "erc20-balance-of-delegation",
"params": {
"address": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
"symbol": "GNO (delegated)",
"strategies": [
{
"name": "erc20-balance-of",
"params": {
"address": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
"decimals": 18
}
}
]
"decimals": 18
}
}
],
Expand Down

0 comments on commit 54f873e

Please sign in to comment.