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

Scroll deployment #61

Merged
merged 10 commits into from
Jun 26, 2024
13 changes: 11 additions & 2 deletions .env-example
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
MAINNET_PROVIDER_URL=https://eth-mainnet.g.alchemy.com/v2/000
SEPOLIA_PROVIDER_URL=https://sepolia.infura.io/v3/000
OP_PROVIDER_URL=https://opt-mainnet.g.alchemy.com/v2/000
OP_SEPOLIA_PROVIDER_URL=
DEPLOYER_PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000001
DEPLOYER_ADDRESS=0x0000000
ETHERSCAN_API_KEY=000
CB_PRIVATE_KEY=0x0000000
CB_ADDRESS=0x0000000
CB_PROVIDER_URL=https://goerli.base.org
Expand All @@ -17,3 +15,14 @@ ARBITRUM_PROVIDER_URL=https://arb-mainnet.g.alchemy.com/v2/000

ZKSYNC_ERA_PROVIDER_URL=https://zksync-mainnet.g.alchemy.com/v2/000
ZKSYNC_SEPOLIA_PROVIDER_URL=https://zksync-sepolia.g.alchemy.com/v2/000

LINEA_PROVIDER_URL=https://linea-mainnet.infura.io/v3/000
LINEA_SEPOLIA_PROVIDER_URL=https://linea-sepolia.infura.io/v3/000

SCROLL_PROVIDER_URL=https://???
SCROLL_SEPOLIA_PROVIDER_URL=https://???

ETHERSCAN_API_KEY=000
OP_SEPOLIA_ETHERSCAN_API_KEY=000
SCROLL_ETHERSCAN_API_KEY=000
SCROLL_SEPOLIA_ETHERSCAN_API_KEY=000
Loading
Loading