Skip to content

Commit

Permalink
Merge branch 'develop' into preview
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenHuy1812 committed Jun 5, 2024
2 parents 7810311 + 0a00ee9 commit 147238c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@bonfida/spl-name-service": "^1.0.11",
"@consolelabs/mochi-formatter": "^20.0.9",
"@consolelabs/mochi-formatter": "^20.0.10",
"@consolelabs/mochi-rest": "^5.3.5",
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.5.0",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/commands/balances/index/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,6 @@ async function getTxns(
if (isValidRoninAddress(address)) {
address = `0x${address.slice(6)}`
}
d.actions?.forEach((action: any) => {
action.amount = formatTokenDigit(action.amount)
})
return d
})
.filter(Boolean)
Expand Down

0 comments on commit 147238c

Please sign in to comment.