Skip to content

Commit

Permalink
feat: deploy on mainnet and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dawksh committed Jun 27, 2022
1 parent 553db2c commit 12227d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are 2 Contracts in use and 1 peripherial contract.

Metastorage is responsible for all event emissions and writing to the graph. Any and all cuts pertaining to metapass would be stored in this contract.

**Polygon Mainnet** - [MetapassFactory.sol](https://polygonscan.com/address/0x3a9eC95cA60526139C353911C31FcD9ee124c19d)<br>
**Polygon Mainnet** - [MetapassFactory.sol](https://polygonscan.com/address/0x6B4ab842871C82596e3e1283aF8bCf1Be63aA5EA)<br>
**Mumbai Testnet** - [MetapassFactory.sol](https://mumbai.polygonscan.com/address/0x33dB244e8Ccbc1f9dc9291A1B929475c7c85361e)

Factory contract which generates instance of new event.
2 changes: 1 addition & 1 deletion scripts/deploy-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ async function main() {
"MetapassFactory"
);
const factoryContract = await MetapassFactory.deploy(
"0x971173863a52552D25aFC726984bAb3E01F7019B"
"0xEA24e80e4B7A22C2226F9730465Ca07Bc6d5Ab81"
);

await factoryContract.deployed();
Expand Down

0 comments on commit 12227d1

Please sign in to comment.