Skip to content

Commit

Permalink
fix_: usdt token decimals on tokenstore for arbitrum (#6158)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Sztamfater <[email protected]>
  • Loading branch information
briansztamfater authored Dec 3, 2024
1 parent 3db68c4 commit 34d2daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/wallet/token/tokenstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,7 @@ func newDefaultStore() *DefaultStore {
Address: common.HexToAddress("0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9"),
Name: "Tether USD",
Symbol: "USDT",
Decimals: 18,
Decimals: 6,
ChainID: 42161,
TokenListID: "status",
},
Expand Down

0 comments on commit 34d2daf

Please sign in to comment.