-
Notifications
You must be signed in to change notification settings - Fork 144
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
New web proxy for nodeAccountId 3 #2051
New web proxy for nodeAccountId 3 #2051
Conversation
Signed-off-by: svetoslav-nikol0v <svetoslav.nikolov@limechain.tech>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2051 +/- ##
===========================================
+ Coverage 84.16% 84.29% +0.12%
===========================================
Files 304 304
Lines 75863 75874 +11
===========================================
+ Hits 63852 63958 +106
+ Misses 12011 11916 -95 ☔ View full report in Codecov by Sentry. |
Signed-off-by: svetoslav-nikol0v <svetoslav.nikolov@limechain.tech>
Signed-off-by: svetoslav-nikol0v <svetoslav.nikolov@limechain.tech>
it(`should fetch ${MAINNET[proxy]} account balnace`, async function () { | ||
const accountBalance = await new AccountBalanceQuery() | ||
.setNodeAccountIds([MAINNET[proxy]]) | ||
.setAccountId(env.operatorId) |
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 we should use a known account like 0.0.3
for checking the balance as we might run into some problems if the operator account id doesn't exist on all networks
Signed-off-by: svetoslav-nikol0v <svetoslav.nikolov@limechain.tech>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description:
Added a new web proxy for node account ID 3.
Related issue(s):
Fixes #2028
Checklist