Skip to content

Commit 2838559

Browse files
authored
Merge branch 'master' into newsusd
2 parents 675fc0f + 1c8aba8 commit 2838559

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ yarn-error.log*
2222

2323
.now
2424
src/jsons
25-
src/json
25+
src/json

src/components/Swap.vue

+3
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,7 @@
338338
text-align: right;
339339
font-size: 0.9em;
340340
}
341+
#no-balance {
342+
text-align: center;
343+
}
341344
</style>

src/components/root/CombinedStats.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
this.bal_infos[key].push(calcBalance)
262262
total += this.bal_infos.usdt[0] + this.bal_infos.usdt[1] + calcBalance
263263
}
264-
if(key == 'iearn' || key == 'busd' || key == 'susd') {
264+
if(key == 'iearn' || key == 'busd' || key == 'susd' || key == 'susdnew') {
265265
let slice = decoded.slice(ind, ind+contracts[key].N_COINS*2)
266266
helpers.chunkArr(slice, 2).map((v, i) => {
267267
//v is [rate, balance]

0 commit comments

Comments
 (0)