Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
add etherscan names for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Dec 15, 2023
1 parent 8f4de06 commit 9e87943
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/blockchain.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ export const chainNames = {
[ChainId.ARBITRUM_ONE]: 'arbitrum-mainnet'
};

export const etherscanNames = {
[ChainId.GOERLI]: 'goerli.etherscan.io',
[ChainId.MAINNET]: 'etherscan.io',
[ChainId.ARBITRUM_ONE]: 'arbiscan.io'
};

export const addresses = {
router: '0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45',
quoter: '0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6',
Expand Down

0 comments on commit 9e87943

Please sign in to comment.