Skip to content

Commit

Permalink
fix: rename OPTIMISMSCAN_TOKEN env (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Apr 8, 2024
1 parent 9883421 commit 0363303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export XDAISCAN_TOKEN=<YOUR_XDAISCAN_TOKEN> # this needs to be set
# Optimism
export OPTI_WEB3_PROVIDER=<YOUR_OPTI_WEb3_PROVIDER> # needs to be set, a custom url to an xdai archive node to be used as the web3 provider
export OPTI_EXPLORER=<YOUR_OPTI_EXPLORER> # optional, defaults to: https://api-optimistic.etherscan.io/api
export OPTISCAN_TOKEN=<YOUR_OPTISCAN_TOKEN> # this needs to be set
export OPTIMISMSCAN_TOKEN=<YOUR_OPTIMISMSCAN_TOKEN> # this needs to be set

# Exporter Parameters
export RESOLUTION= # 1d, 1h, 30m, 15m, 5m, 1m, 30s, 15s. Default 1h. How often blocks are stored
Expand Down
2 changes: 1 addition & 1 deletion services/dashboard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ x-envs: &envs
- XDAISCAN_TOKEN
- FTMSCAN_TOKEN
- ARBISCAN_TOKEN
- OPTISCAN_TOKEN
- OPTIMISMSCAN_TOKEN
- BASESCAN_TOKEN

# POSTGRES ENVS
Expand Down

0 comments on commit 0363303

Please sign in to comment.