-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat: add CI for integration test suite for contract upgrades #381
Conversation
this is done |
@@ -7,7 +7,8 @@ FROM ghcr.io/fuellabs/fuel-core:v0.40.0 | |||
|
|||
ARG FUEL_IP=0.0.0.0 | |||
ARG FUEL_PORT=4001 | |||
ARG CONSENSUS_KEY_SECRET="" | |||
# since we need to set the FORKING var in the upgrade-test-suite ci so setting it here | |||
ARG CONSENSUS_KEY_SECRET="0xa449b1ffee0e2205fa924c6740cc48b3b473aa28587df6dab12abc245d1f5298" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this safe to expose this key here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah it is a hardhat test account key we already expose it here
solidity-contracts
workspace dependency infungible-token
andmessage-predicates
packages to resolve cyclic dependency