Skip to content

Commit

Permalink
Update token address and decimals (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Oct 13, 2023
1 parent ccf7008 commit 0c4e817
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/apps/src/config/chains/arbitrum-goerli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ export const arbitrumGoerliChain: ChainConfig = {
testnet: true,
tokens: [
{
decimals: 6,
decimals: 18,
symbol: "USDC",
name: "USDC",
type: "erc20",
address: "0x39dE82E1d9B8F62E11022FC3FC127a82F93fE47E",
address: "0xBAD026e314a77e727dF643B02f63adA573a3757c",
logo: "usdc.svg",
cross: [
{ target: { network: "linea-goerli", symbol: "USDC" }, bridge: { category: "lnbridgev20-default" } },
Expand All @@ -43,7 +43,7 @@ export const arbitrumGoerliChain: ChainConfig = {
symbol: "USDT",
name: "USDT",
type: "erc20",
address: "0x6d828718c1097A4C573bc25c638Cc05bF10dFeAF",
address: "0x543bf1AC41485dc78039b9351563E4Dd13A288cb",
logo: "usdt.svg",
cross: [
{ target: { network: "linea-goerli", symbol: "USDT" }, bridge: { category: "lnbridgev20-default" } },
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/src/config/chains/goerli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const goerliChain: ChainConfig = {
symbol: "USDC",
name: "USDC",
type: "erc20",
address: "0x1a70127284B774fF4A4dbfe0115114642f0eca65",
address: "0xe9784E0d9A939dbe966b021DE3cd877284DB1B99",
logo: "usdc.svg",
cross: [
{ target: { network: "arbitrum-goerli", symbol: "USDC" }, bridge: { category: "lnbridgev20-default" } },
Expand All @@ -42,11 +42,11 @@ export const goerliChain: ChainConfig = {
],
},
{
decimals: 18,
decimals: 6,
symbol: "USDT",
name: "USDT",
type: "erc20",
address: "0x2303e4d55BF16a897Cb5Ab71c6225399509d9314",
address: "0xa39cffE89567eBfb5c306a07dfb6e5B3ba41F358",
logo: "usdt.svg",
cross: [
{ target: { network: "arbitrum-goerli", symbol: "USDT" }, bridge: { category: "lnbridgev20-default" } },
Expand Down
8 changes: 4 additions & 4 deletions packages/apps/src/config/chains/linea-goerli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ export const lineaGoerliChain: ChainConfig = {
testnet: true,
tokens: [
{
decimals: 6,
decimals: 18,
symbol: "USDC",
name: "USDC",
type: "erc20",
address: "0xb5E028f980dF5533cB0e8F04530B76637383d993",
address: "0xeC89AF5FF618bbF667755BE9d63C69F21F1c00C8",
logo: "usdc.svg",
cross: [
{ target: { network: "goerli", symbol: "USDC" }, bridge: { category: "lnbridgev20-opposite" } },
Expand All @@ -42,11 +42,11 @@ export const lineaGoerliChain: ChainConfig = {
],
},
{
decimals: 6,
decimals: 18,
symbol: "USDT",
name: "USDT",
type: "erc20",
address: "0xBC1A2f123Dc9CD2ec8d3cE42eF16c28F3C9bA686",
address: "0x8f3663930211f3DE17619FEB2eeB44c9c3F44a06",
logo: "usdt.svg",
cross: [
{ target: { network: "goerli", symbol: "USDT" }, bridge: { category: "lnbridgev20-opposite" } },
Expand Down
6 changes: 3 additions & 3 deletions packages/apps/src/config/chains/mantle-goerli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ export const mantleGoerliChain: ChainConfig = {
testnet: true,
tokens: [
{
decimals: 6,
decimals: 18,
symbol: "USDC",
name: "USDC",
type: "erc20",
address: "0x0258Eb547bFEd540ed17843658C018569fe1E328",
address: "0xD610DE267f7590D5bCCE89489ECd2C1A4AfdF76B",
logo: "usdc.svg",
cross: [
{ target: { network: "goerli", symbol: "USDC" }, bridge: { category: "lnbridgev20-default" } },
Expand All @@ -46,7 +46,7 @@ export const mantleGoerliChain: ChainConfig = {
symbol: "USDT",
name: "USDT",
type: "erc20",
address: "0x5F8D4232367759bCe5d9488D3ade77FCFF6B9b6B",
address: "0xDb06D904AC5Bdff3b8E6Ac96AFedd3381d94CFDD",
logo: "usdt.svg",
cross: [
{ target: { network: "goerli", symbol: "USDT" }, bridge: { category: "lnbridgev20-default" } },
Expand Down

0 comments on commit 0c4e817

Please sign in to comment.