fix_: usdt token decimals on tokenstore for arbitrum (#6158)
Signed-off-by: Brian Sztamfater <brian@status.im>
This commit is contained in:
parent
3db68c4d64
commit
34d2dafbd2
|
@ -1638,7 +1638,7 @@ func newDefaultStore() *DefaultStore {
|
||||||
Address: common.HexToAddress("0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9"),
|
Address: common.HexToAddress("0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9"),
|
||||||
Name: "Tether USD",
|
Name: "Tether USD",
|
||||||
Symbol: "USDT",
|
Symbol: "USDT",
|
||||||
Decimals: 18,
|
Decimals: 6,
|
||||||
ChainID: 42161,
|
ChainID: 42161,
|
||||||
TokenListID: "status",
|
TokenListID: "status",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue