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

Add a script to deploy 'next' version of colony #1277

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

area
Copy link
Member

@area area commented Jul 16, 2024

Turns out this was actually needed, not #1275. Cherry-picked in to #1144 as well.

Shouldn't need updating unless we add or remove implementation contracts. Uses develop, and increments the version number before deploying.

Example use:

deployNext=require("./scripts/deployOldUpgradeableVersion.js").deployNextColonyVersion
cn = await artifacts.require("IColonyNetwork").at("0x777760996135F0791E2e1a74aFAa060711197777")
await deployNext(cn)

@area area merged commit af4ccf8 into develop Jul 18, 2024
2 checks passed
@area area deleted the maint/deploy-next branch July 18, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants