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

build: devnet-contract-deploy #222

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

arsen3d
Copy link
Contributor

@arsen3d arsen3d commented Jul 2, 2024

Review Type Requested (choose one):

  • [ x] Glance - superficial check (from domain experts)
  • Logic - thorough check (from everybody doing review)

Summary

Provides a way to migrate contracts on devnet.

@arsen3d arsen3d requested a review from bgins July 2, 2024 19:11
@github-actions github-actions bot added the build label Jul 2, 2024
@arsen3d arsen3d requested a review from AquiGorka July 2, 2024 19:12
.github/workflows/devnet_deploy_contracts.yml Outdated Show resolved Hide resolved
.github/workflows/devnet_deploy_contracts.yml Outdated Show resolved Hide resolved
.github/workflows/devnet_deploy_contracts.yml Outdated Show resolved Hide resolved

- name: Commit and push
run: |
git add .
Copy link
Collaborator

Choose a reason for hiding this comment

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

Optional, but might be good to target the directory where we expect changes. Helps to document it a bit better.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We may need to generate binding, which is not in hardhat directory

Copy link
Contributor

Choose a reason for hiding this comment

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

I think @bgins means: git add pkg/web3/bindings

Copy link
Contributor

Choose a reason for hiding this comment

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

Have you identified which files are going to be added here?
Can you list them?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Folders:
* pkg/web3/bindings
* hardhat/deployments
* hardhat/.openzeppelin

Copy link
Contributor

Choose a reason for hiding this comment

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

The you have your list for git add

@arsen3d arsen3d force-pushed the arsen/build-devnet-contract-deploy branch 4 times, most recently from bbde6da to 03d98a7 Compare July 2, 2024 19:51
@arsen3d arsen3d force-pushed the arsen/build-devnet-contract-deploy branch from 03d98a7 to ee2521e Compare July 2, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants