velodrome-finance / v1

Velodrome Finance v1 Smart Contracts
https://v1.velodrome.finance
47 stars 81 forks source link

What is OP_SCAN_API_KEY in .env.example #11

Closed PsychoPunkSage closed 1 year ago

PsychoPunkSage commented 1 year ago

Hi, Can anyone help me with what is "OP_SCAN_API_KEY" that has been used in .env.example? How to get this API Key and what purpose does it serve here?

pegahcarter commented 1 year ago

Hey there! This env variable is used to verify contracts on optimistic etherscan. You can get an API key here.

PsychoPunkSage commented 1 year ago

Thanks