Skip to content

Commit

Permalink
flexi factory mainnet deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Mar 18, 2024
1 parent 90899c0 commit 8930825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deploy/factories/flexi/tld/args.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = [
"80000000000000000000", // TLD price
"0x80014cC4e645Bc0193dcE0EeCAe7Ef449c66D702", // PunkForbiddenTlds address
"0x027a5e79b08818d3E7f3f5D6C41c4f9de49ef3D8" // PunkFlexiMetadata address
"40000000000000000000", // TLD price
"0xbE6B3B0668d40FA042E2209462ED660AAf5874c7", // PunkForbiddenTlds address
"0x78af957BE6EDB05F56a1b9E72567eAB5F83113c5" // PunkFlexiMetadata address
];
2 changes: 1 addition & 1 deletion deploy/factories/flexi/tld/deploy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// make sure you have the args file, even if it's an empty array
// create a separate folder for each smart contract deployment (with deploy and args files)
// after deployment, add factory address to the ForbiddenTlds whitelist and to the Resolver
// npx hardhat deploy-zksync --script deploy/factories/flexi/tld/deploy.ts --network zkSyncTestnet
// npx hardhat deploy-zksync --script deploy/factories/flexi/tld/deploy.ts --network zkSyncMainnet

import { Wallet, utils } from "zksync-web3";
import * as ethers from "ethers";
Expand Down

0 comments on commit 8930825

Please sign in to comment.