Skip to content

Commit

Permalink
storage deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
anoushk1234 committed Jan 28, 2022
1 parent ba55591 commit 0740730
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_modules
coverage
coverage.json
typechain

mpcontract.code-workspace
#Hardhat files
cache
artifacts
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ Mainnet Address
```
0xD9b5a4Efe3f6e43C3b437B495dDB8668A3a3258d
```
Storage contract address(beta)
```
0x2bBF7B77585af7e3F2a0542944e49B92186D0c29
```
16 changes: 8 additions & 8 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ module.exports = {
url: process.env.ALCHEMY_URL,
accounts: [process.env.PRIVATE_KEY],
},
mainnet: {
url: process.env.MAINNET_URL,
accounts: [process.env.MAINNET_KEY],
},
rinkeby: {
url: process.env.RINKEBY_URL,
accounts: [process.env.PRIVATE_KEY]
}
// mainnet: {
// url: process.env.MAINNET_URL,
// accounts: [process.env.MAINNET_KEY],
// },
// rinkeby: {
// url: process.env.RINKEBY_URL,
// accounts: [process.env.PRIVATE_KEY]
// }
},
etherscan: {
apiKey: process.env.POLYGONSCAN_KEY,
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "hardhat-project",
"scripts": {
"mumbai": "npx hardhat run --network mumbai scripts/deploy-metastorage.js"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@openzeppelin/contracts": "^4.3.2",
Expand All @@ -15,4 +18,4 @@
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1"
}
}
}

0 comments on commit 0740730

Please sign in to comment.