-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: adding staking contracts configuration #30
Conversation
kupermind
commented
Sep 24, 2024
- Adding staking contracts configuration.
const stakingActivityChecker = await StakingActivityChecker.connect(EOA).deploy(livenessRatio, | ||
{ gasPrice }); |
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.
just a small formatting thing, no change
@@ -0,0 +1,38 @@ | |||
{ |
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.
why no agentMechAddress?
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.
done
"stakingFactoryAddress":"0xb0228CA253A88Bc8eb4ca70BCAC8f87b381f4700", | ||
"stakingParams": | ||
{ | ||
"metadataHash":"", |
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.
in other places we added this ...
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.
This will be added when that field is filled with correct data during the deployment.
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.
Some of the data is filled retrospectively assuming the deployment is done via the UI.
"stakingNativeTokenAddress":"", | ||
"stakingTokenAddress":"0xEa00be6690a871827fAfD705440D20dd75e67AB1", | ||
"livenessRatio":"694444444444444", | ||
"stakingActivityCheckerAddress":"", |
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.
tbd
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.
done
"configHash":"0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"proxyHash":"0xb89c1b3bdf2cf8827818646bce9a8f6e372885f8c55e5c07acbd307cb133b000", | ||
"serviceRegistry":"0x9338b5153AE39BB89f50468E608eD9d764B755fD", | ||
"activityChecker":"" |
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.
tbd
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.
done
chore: adding Tsunami staking contract specs
@DavidMinarsch let's merge this one please. |
chore: adding deployment scripts
feat: contribute contracts stack
chore: refactor script namings and readme