Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSC Deployment #128

Merged
merged 4 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Infura key
INFURA_PROJECT_ID=
# Deployer private key
KEY=
# Etherscan API KEY
ETHERSCAN_API_KEY=
# Network to use e.g. localhost(for hardhat)/sepolia/mainnet/optimism/arbsepolia/arbitrum/base
# Network to use e.g. localhost(for hardhat)/sepolia/mainnet/optimism/arbsepolia/arbitrum/base/bsc
HARDHAT_NETWORK=
# Coinmarketcap API KEY (optional, for gas calculations)
COINMARKETCAP_API_KEY=
# Report gas usage after test run (optional) boolean
REPORT_GAS=
# SAFE key signer (optional)
SCRIPT_KEY=

# Etherscan API KEYs (optional)
ETHERSCAN_API_KEY=
ARBISCAN_API_KEY=
OPTISCAN_API_KEY=
BASESCAN_API_KEY=
BSCSCAN_API_KEY=
Loading
Loading