Skip to content

Commit

Permalink
hands on for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Pierpaoli committed Feb 27, 2023
1 parent fee622d commit 54b4e95
Show file tree
Hide file tree
Showing 7 changed files with 2,739 additions and 15,631 deletions.
13 changes: 9 additions & 4 deletions .openzeppelin/unknown-31337.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifestVersion": "3.2",
"admin": {
"address": "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0",
"txHash": "0x945ec84f5ef704b253da2428d125107d90f874597767eecfd9a82eeeaa112082"
"address": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512",
"txHash": "0xa6da09c7a1a0df3b7c99f5cde8abfa18de9bcd8895caf11bbc4ebc401135a10c"
},
"proxies": [
{
Expand Down Expand Up @@ -554,12 +554,17 @@
"address": "0x5bf5b11053e734690269C6B9D438F8C9d48F528A",
"txHash": "0x81ffc64330372bee9cd6386f7cdae62e3441ea1eb13802ed5246429296d3e17e",
"kind": "transparent"
},
{
"address": "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0",
"txHash": "0x524c70cad68fc00e7b3ab5d5dd6f63783e852cd6512f4b5332367e400ce47b74",
"kind": "transparent"
}
],
"impls": {
"2ebf426f64dc60f7776e61837ef370521a990447bb3498dabf9c8e5394594d5c": {
"address": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512",
"txHash": "0xe7871e0b3397e5d5dbf25ec886c51770c625503256c951122042cba3c4741c15",
"address": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
"txHash": "0x954b76f6705101fca28403feafa7647290f4f29d4957dfbda5e3a7d1b84cadbd",
"layout": {
"solcVersion": "0.8.17",
"storage": [
Expand Down
12 changes: 12 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,23 @@ require("dotenv").config();

module.exports = {
solidity: "0.8.17",
settings: {
optimizer: {
enabled: true,
runs: 1000,
}
},
networks: {
goerli: {
url: process.env.ALCHEMY_GOERLI_URL,
accounts: [process.env.GOERLI_PRIVATE_KEY]
},
mainnet: {
url: process.env.ALCHEMY_MAINNET_URL,
accounts: [process.env.MAINNET_PRIVATE_KEY],
gasPrice: 200
}

},
etherscan: {
apiKey: process.env.ETHERSCAN_KEY
Expand Down
Loading

0 comments on commit 54b4e95

Please sign in to comment.