Skip to content

Commit

Permalink
fix USDT decimals on linea-goerli (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Sep 18, 2023
1 parent 1cde32e commit cdcc814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/config/network/linea-goerli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const lineaGoerliConfig: EthereumChainConfig = {
},
{
name: 'USDT',
decimals: 18,
decimals: 6,
cross: [
{
category: 'lnbridgev20-opposite',
Expand Down

0 comments on commit cdcc814

Please sign in to comment.