Skip to content

Commit

Permalink
Remove Base Sepolia support (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall authored Jul 6, 2024
1 parent 1719ce7 commit bba7738
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 12,866 deletions.
2 changes: 0 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
MAINNET_DEPLOYER_PRIVATE_KEY="0x0000000000000000000000000000000000000000000000000000000000000000"
SEPOLIA_DEPLOYER_PRIVATE_KEY="0x0000000000000000000000000000000000000000000000000000000000000000"
POLYGON_DEPLOYER_PRIVATE_KEY="0x0000000000000000000000000000000000000000000000000000000000000000"
BASE_SEPOLIA_DEPLOYER_PRIVATE_KEY="0x0000000000000000000000000000000000000000000000000000000000000000"
BASE_DEPLOYER_PRIVATE_KEY="0x0000000000000000000000000000000000000000000000000000000000000000"
OPTIMISM_DEPLOYER_PRIVATE_KEY="0x0000000000000000000000000000000000000000000000000000000000000000"

MAINNET_PROVIDER="https://mainnet-rpc.provider"
SEPOLIA_PROVIDER="https://sepolia-rpc.provider"
POLYGON_PROVIDER="https://polygon-rpc.provider"
BASE_SEPOLIA_PROVIDER="https://base-sepolia-rpc.provider"
BASE_PROVIDER="https://base-rpc.provider"
OPTIMISM_PROVIDER="https://optimism-rpc.provider"

Expand Down
1 change: 0 additions & 1 deletion deployments/baseSepolia/.chainId

This file was deleted.

Loading

0 comments on commit bba7738

Please sign in to comment.