Skip to content

Commit

Permalink
Update L2 ETH references
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin committed Jan 10, 2022
1 parent cd65208 commit f2d3c59
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 f2d3c59

Please sign in to comment.