Skip to content

Commit

Permalink
Merge pull request #498 from ethereum/l2-eth
Browse files Browse the repository at this point in the history
Update L2 ETH references
  • Loading branch information
samajammin authored Jan 11, 2022
2 parents cd65208 + f2d3c59 commit ffa25d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vue-app/src/plugins/Web3/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const CHAIN_INFO: ChainInfo = {
},
[ChainId.HARDHAT]: {
label: 'Arbitrum Hardhat',
currency: 'ETH',
currency: 'AETH',
logo: 'arbitrum.svg',
isLayer2: true,
explorer: 'https://testnet.arbiscan.io',
Expand All @@ -55,7 +55,7 @@ export const CHAIN_INFO: ChainInfo = {
},
[ChainId.ARBITRUM_ONE]: {
label: 'Arbitrum',
currency: 'ETH',
currency: 'AETH',
logo: 'arbitrum.svg',
isLayer2: true,
explorer: 'https://arbiscan.io',
Expand All @@ -66,7 +66,7 @@ export const CHAIN_INFO: ChainInfo = {
},
[ChainId.ARBITRUM_RINKEBY]: {
label: 'Arbitrum Rinkeby',
currency: 'ETH',
currency: 'AETH',
logo: 'arbitrum.svg',
isLayer2: true,
explorer: 'https://testnet.arbiscan.io',
Expand All @@ -77,7 +77,7 @@ export const CHAIN_INFO: ChainInfo = {
},
[ChainId.OPTIMISM]: {
label: 'Optimism',
currency: 'ETH',
currency: 'OETH',
logo: 'optimism.svg',
isLayer2: true,
explorer: 'https://optimistic.etherscan.io',
Expand Down

0 comments on commit ffa25d9

Please sign in to comment.