Skip to content

Commit

Permalink
Optimism & Base Deployment (#76)
Browse files Browse the repository at this point in the history
* OP deployment
* add proxy information to git
* BASE deployment
* Package updates (#78)
  • Loading branch information
scolear authored Jul 4, 2024
1 parent d81667b commit 14c4ec9
Show file tree
Hide file tree
Showing 20 changed files with 23,021 additions and 708 deletions.
8 changes: 2 additions & 6 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
INFURA_PROJECT_ID=
# Deployer private key
KEY=
# USDLC deployer (only if needed)
KEY2=
# The "protocol" (only if needed)
KEY3=
# Etherscan API KEY
ETHERSCAN_API_KEY=
# Network to use e.g. localhost(for hardhat)/goerli/sepolia/mainnet
# Network to use e.g. localhost(for hardhat)/sepolia/mainnet/optimism/arbsepolia/arbitrum/base
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)
KEY_FOR_SAFE=
SCRIPT_KEY=
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Created by https://www.toptal.com/developers/gitignore/api/soliditytruffle,solidity,node
# Edit at https://www.toptal.com/developers/gitignore?templates=soliditytruffle,solidity,node

.openzeppelin

log.txt
log.log
test.js
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test
Loading

0 comments on commit 14c4ec9

Please sign in to comment.