fix_: usdt token decimals on tokenstore for arbitrum (#6158)

Signed-off-by: Brian Sztamfater <brian@status.im>
This commit is contained in:
Brian Sztamfater 2024-12-03 18:20:26 -03:00 committed by GitHub
parent 3db68c4d64
commit 34d2dafbd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1638,7 +1638,7 @@ func newDefaultStore() *DefaultStore {
Address: common.HexToAddress("0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9"),
Name: "Tether USD",
Symbol: "USDT",
Decimals: 18,
Decimals: 6,
ChainID: 42161,
TokenListID: "status",
},