Switch from ETH/WBTC to RBTC/BTC

This commit is contained in:
2022-05-22 17:02:54 +02:00
parent 6cd62d3764
commit 44b631c688
7 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -32,10 +32,10 @@ export default class CommunityFundsService extends Service {
// ERC20 token, has all meta data
this.balances.pushObject(balance);
} else {
// ETH, missing meta data
// RBTC, missing meta data
this.balances.pushObject({
...balance,
...{ token: { name: 'Ether', symbol: 'ETH'} }
...{ token: { name: 'RBTC', symbol: 'RBTC'} }
});
}
}