Skip to content

Commit

Permalink
removed space from the env sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Zartaj0 committed Jan 3, 2024
1 parent f0bbfce commit a570432
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# WEB3 CREDENTIALS
ALCHEMY_API = your_alchemy_id
INFURA_PROJECT_ID = your_infura_id
INFURA_PROJECT_SECRET = your_infura_secret
ETHERSCAN_API = your_ETHERSCAN_API
POLYGONSCAN_API = your_polygonscan_api
OPTIMISM_API = your_optimism_api
ARBISCAN_API = your_arbitrum_api
BNBSCAN_API = your_bnbscan_api
FUSE_API = your_fuse_api
ALCHEMY_API=your_alchemy_id
INFURA_PROJECT_ID=your_infura_id
INFURA_PROJECT_SECRET=your_infura_secret
ETHERSCAN_API=your_ETHERSCAN_API
POLYGONSCAN_API=your_polygonscan_api
OPTIMISM_API=your_optimism_api
ARBISCAN_API=your_arbitrum_api
BNBSCAN_API=your_bnbscan_api
FUSE_API=your_fuse_api

# FILE SYSTEM PATHS
FS_ARTIFCATS=artifacts
Expand Down

0 comments on commit a570432

Please sign in to comment.