Skip to content

Commit

Permalink
update l2 testnet token addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Dec 14, 2021
1 parent 309e6f6 commit 312c335
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions src/providers/token-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const DAI_OPTIMISM = new Token(

export const USDC_OPTIMISTIC_KOVAN = new Token(
ChainId.OPTIMISTIC_KOVAN,
'0x4e62882864fB8CE54AFfcAf8D899A286762B011B',
'0x3b8e53b3ab8e01fb57d0c9e893bc4d655aa67d84',
6,
'USDC',
'USD//C'
Expand Down Expand Up @@ -264,9 +264,18 @@ export const DAI_ARBITRUM = new Token(
'Dai Stablecoin'
);

export const DAI_ARBITRUM_RINKEBY = new Token(
// export const DAI_ARBITRUM_RINKEBY = new Token(
// ChainId.ARBITRUM_RINKEBY,
// '0x2f3C1B6A51A469051A22986aA0dDF98466cc8D3c',
// 18,
// 'DAI',
// 'Dai Stablecoin'
// );

// higher liquidity in dai-weth pool on arb-rinkeby
const DAI_ARBITRUM_RINKEBY = new Token(
ChainId.ARBITRUM_RINKEBY,
'0x2f3C1B6A51A469051A22986aA0dDF98466cc8D3c',
'0x5364dc963c402aaf150700f38a8ef52c1d7d7f14',
18,
'DAI',
'Dai Stablecoin'
Expand All @@ -282,7 +291,7 @@ export const USDT_ARBITRUM_RINKEBY = new Token(

export const USDC_ARBITRUM_RINKEBY = new Token(
ChainId.ARBITRUM_RINKEBY,
'0xB17736aA76003F4873D9f4366190E5c6678d9a52',
'0x09b98f8b2395d076514037ff7d39a091a536206c',
6,
'USDC',
'USD//C'
Expand Down

0 comments on commit 312c335

Please sign in to comment.