Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perform Etherscan verification for each supported network #16

Open
1 of 5 tasks
julienbrg opened this issue Jun 12, 2023 · 1 comment
Open
1 of 5 tasks

Perform Etherscan verification for each supported network #16

julienbrg opened this issue Jun 12, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@julienbrg
Copy link
Contributor

julienbrg commented Jun 12, 2023

Users would be allowed to access the source code right after they deployed their DAO. It will also facilitate the process of adding the newly created DAO to Tally.

  • Ethereum Mainnet
  • Goerli
  • Polygon
  • Optimism
  • Avalanche
@julienbrg julienbrg added this to Gov Jun 12, 2023
@julienbrg julienbrg converted this from a draft issue Jun 12, 2023
@julienbrg julienbrg added this to the v0.2.0-alpha milestone Jun 12, 2023
@julienbrg julienbrg added enhancement New feature or request good first issue Good for newcomers labels Jun 12, 2023
@julienbrg
Copy link
Contributor Author

Done for Goerli:

➜ npm run deploy

[email protected] deploy
npx hardhat run scripts/clear.ts && npx hardhat run scripts/deploy-nft.ts --network goerli && npx hardhat run scripts/deploy-gov.ts --network goerli

/artifacts, /cache and /typechain-types were removed. ✅
Compiled 81 Solidity files successfully

Storage in progress...
name: image.png
url: https://bafybeiabub2mlncumqbejfm2seht2lf2pmidcfarb4im6qk32clpusmecm.ipfs.w3s.link/image.png

cid: bafybeiabub2mlncumqbejfm2seht2lf2pmidcfarb4im6qk32clpusmecm
Metadata storage done. ✅ ipfs://bafkreiewyfsgszf3daglgud244lmmxkjvlozlohdslb66vdxqoz3vsffsi

NFT deployment in progress...

NFT deployed at 0xAf4154afC1dF28c3c04AB258811eF76424f331FC ✅

Block number: 9166485

NFT ABI available in nftAbi.json ✅

Etherscan verification in progress...
Nothing to compile
No need to generate any newer typings.
Successfully submitted source code for contract
contracts/NFT.sol:NFT at 0xAf4154afC1dF28c3c04AB258811eF76424f331FC
for verification on the block explorer. Waiting for verification result...

Successfully verified contract NFT on Etherscan.
https://goerli.etherscan.io/address/0xAf4154afC1dF28c3c04AB258811eF76424f331FC#code
Etherscan verification done. ✅

Storage in progress...

Gov deployment in progress...

Storage in progress...

Manifesto CID: bafybeiar2v22fu2sebwpgvottygl44jixyqitxedf2peddnk5cworewkvm ✅

Gov deployed at 0x4Ec18C55b405B4aD52Cd1d8A0619F865833b41c1 ✅

Block number: 9166493

Gov ABI available in govAbi.json ✅

Etherscan verification in progress...
The contract 0x4Ec18C55b405B4aD52Cd1d8A0619F865833b41c1 has already been verified
Etherscan verification done. ✅

NFT contract ownership transferred to 0x4Ec18C55b405B4aD52Cd1d8A0619F865833b41c1 ✅

@julienbrg julienbrg modified the milestones: v0.2.0, v1.0.0 Apr 13, 2024
@julienbrg julienbrg moved this from 👾 Deployer to 🚀 Ready in Gov Apr 13, 2024
@julienbrg julienbrg removed this from Gov Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant