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/OF-209 add contract staging deployment #128

Merged

Conversation

george-openformat
Copy link
Contributor

@george-openformat george-openformat commented Jun 10, 2024

Summary

Adds staging environment for contracts on arbitrum sepolia
adds a simulation script to quickly reward XP and a badge so there is stuff to index for subgraph

Description

By using an env variable IS_STAGING=true you can now use scripts to interact with staging contracts

Note: ERC721 Base and LazyMint contracts that are deployed to staging are from #129

Related Issue/Bounty

OF-209

Type of Change

Please check the boxes that apply to your pull request:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update (changes to documentation only)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Other (please describe):

Testing

you can test using anvil and setting the env variable IS_STAGING=true.
running make deploy will create new deployment file deployments/31337-staging.json

Copy link

changeset-bot bot commented Jun 10, 2024

⚠️ No Changeset found

Latest commit: cf6787d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@george-openformat george-openformat merged commit 9655fbd into main Jun 12, 2024
2 checks passed
@george-openformat george-openformat deleted the feature/of-209-add-contract-staging-deployment branch June 12, 2024 08: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.

3 participants