From 0363303ff440f092d2b4b89d90669da94814f612 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:53:23 -0400 Subject: [PATCH] fix: rename OPTIMISMSCAN_TOKEN env (#695) --- .env.example | 2 +- services/dashboard/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 5afe629b5..775f25b2e 100644 --- a/.env.example +++ b/.env.example @@ -25,7 +25,7 @@ export XDAISCAN_TOKEN= # this needs to be set # Optimism export 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= # optional, defaults to: https://api-optimistic.etherscan.io/api -export OPTISCAN_TOKEN= # this needs to be set +export 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 diff --git a/services/dashboard/docker-compose.yml b/services/dashboard/docker-compose.yml index fbb3bf778..4454d8e41 100644 --- a/services/dashboard/docker-compose.yml +++ b/services/dashboard/docker-compose.yml @@ -99,7 +99,7 @@ x-envs: &envs - XDAISCAN_TOKEN - FTMSCAN_TOKEN - ARBISCAN_TOKEN - - OPTISCAN_TOKEN + - OPTIMISMSCAN_TOKEN - BASESCAN_TOKEN # POSTGRES ENVS