Skip to content

Commit

Permalink
Add stEth upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Sep 21, 2022
1 parent 90e413d commit 491df3e
Show file tree
Hide file tree
Showing 21 changed files with 2,372 additions and 2,748 deletions.
4 changes: 1 addition & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
INFURA_PROJECT_ID=
NETWORK=eth-mainnet
DEPLOYER_PRIVATE_KEY=
TENDERLY_SECRET_KEY=
ALCHEMY_KEY=
ALCHEMY_KEY=
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
/artifacts
/cache
/coverage.json
test/contracts/upgrades

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*
*.ansi

npm-debug.log*
Expand Down
9 changes: 8 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"files": "*.ts",
"options": {
"tabWidth": 2,
"printWidth": 140
"printWidth": 140,
"importOrder": [
"^(?![@\\.]).*",
"^@",
"^\\.\\.",
"^\\."
],
"importOrderSeparation": true
}
}
]
Expand Down
1 change: 0 additions & 1 deletion .tenderly/config.yaml

This file was deleted.

Loading

0 comments on commit 491df3e

Please sign in to comment.