-
Notifications
You must be signed in to change notification settings - Fork 55
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(e2e): add new role RoleXCaller #2365
Conversation
"min": "2.0080", | ||
"target": "8.0800" | ||
"min": "22.0080", | ||
"target": "108.0800" |
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.
these thresholds are too high for mainnet
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.
I think threshold for tester has to be decreased on mainnet, possibly we can do a dynamic overwrite of the threshold, see something similar here:
Line 74 in 16feed3
ephemeralOverrides = map[Role]FundThresholds{ |
e2e/app/eoa/static.go
Outdated
@@ -46,5 +46,6 @@ var statics = map[netconf.ID][]Account{ | |||
remote("0x9496Bf1Bd2Fa5BCba72062cC781cC97eA6930A13", RoleDeployer), | |||
secret("0xfD62020Cee216Dc543E29752058Ee9f60f7D9Ff9", RoleMonitor), | |||
secret("0x6191442101086253A636aecBCC870e4778490AaB", RoleRelayer), | |||
secret("0xE7069f1C1E9477bA69B4d46D015a96509c59263c", RoleTester), |
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 are we adding this account as secret not as remote?
- update thresholds golden file
Closed for #2379 |
This PR adds a new role RoleXCaller that will be used to send xmsgs on differen't networks and source chain/dest chain combinations. We will create a github action that will periodically send xmsgs and it will use this account.
issue: #2275