Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
defi-dev committed Jan 27, 2024
1 parent 372e012 commit 28bca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const EXTERNAL_LENS_CONTRACTS_2_3_0: { [network: string]: string } = {
goerli: '0x3DC4d2774377791aC6DA345f6f13734C9E314f86', // v2
sepolia: '0x42a2D286Bac644CfdB4030d96b4f7b2ad9dFA998', // v2
arbitrumOne: '0xa1be5a9d961aae6c6895e1579ce470e708e7cedb', // v2
polygon: '0xB712Ab1263fd2D992E39Df1CF3F81EA9BB83e548'
polygon: '0xB712Ab1263fd2D992E39Df1CF3F81EA9BB83e548',
};

export const AVERAGE_BLOCK_TIME_SECONDS: { [network: string]: number } = {
Expand Down

0 comments on commit 28bca5a

Please sign in to comment.