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

Feature/add verify contract to cli #40

Merged
merged 16 commits into from
Feb 3, 2023

Conversation

ogarciarevett
Copy link
Contributor

@ogarciarevett ogarciarevett commented Jan 31, 2023

Add the --verify-contracts to the cli. #20

You can test it like:

game7ctl dao systems --verify-contracts --network polygon-test --admin-terminus-address TERMINUS_ADDRESS --admin-terminus-pool-id TERMINUS_POOL_ID --sender ACCOUNT --subject-erc721-address SUBJECT_ADDRESS

WARNING: If you active the --verify-contracs the deployment time increase dramatically. Remember that this uploads the ABI in the network and waits for that specific network verification. So, it's a time variable that We can't modify or improve.

@ogarciarevett ogarciarevett self-assigned this Jan 31, 2023
@ogarciarevett ogarciarevett marked this pull request as draft January 31, 2023 04:47
Copy link
Collaborator

@zomglings zomglings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ogarciarevett : Left some suggestions.

It seems like this depends on #22 ? Going to review that now.

contracts/facets/InventoryFacet.sol Outdated Show resolved Hide resolved
game7ctl/game7ctl/core.py Show resolved Hide resolved
contracts/interfaces/IInventory.sol Show resolved Hide resolved
scripts/deploy_shiba_erc721.py Outdated Show resolved Hide resolved
scripts/mint_shiba_nft.py Outdated Show resolved Hide resolved
@ogarciarevett ogarciarevett marked this pull request as ready for review February 1, 2023 16:24
@zomglings zomglings force-pushed the feature/add-verify-contract-to-cli branch from 7a81501 to e729f5a Compare February 3, 2023 00:27
Copy link
Collaborator

@zomglings zomglings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ogarciarevett ogarciarevett merged commit 5a87d79 into develop Feb 3, 2023
@ogarciarevett ogarciarevett deleted the feature/add-verify-contract-to-cli branch February 3, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants