🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
In the syncchecker-bsc.sh file, I added a check in order to be able handle negative values in the case that the current block value is bigger than the highest block value. That way, in the CW dashboard, for the BSC Client Blocks Behind graph, the graph doesn't keep going into the negatives. In addition to that, in the README.md file for Base, I fixed the name of the .env file. It was cp ./sample-configs/.env-sample-rpc .env but should be
cp ./sample-configs/.env-sample-full .env.
Motivation
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
More
[ ] Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
[ ] Mandatory for new node blueprints. Yes, I have added usage example to the README.md file in my blueprint folder
[ ] Mandatory for new node blueprints. Yes, I have implemented automated tests for all stacks in my blueprint and they pass
[ ] Mandatory for new node blueprints. Yes, I have added a reference to my README.md file to website/docs section for this feature
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted. Consult the CONTRIBUTING guide for submitting pull-requests.
In the
syncchecker-bsc.sh
file, I added a check in order to be able handle negative values in the case that the current block value is bigger than the highest block value. That way, in the CW dashboard, for the BSC Client Blocks Behind graph, the graph doesn't keep going into the negatives. In addition to that, in theREADME.md
file for Base, I fixed the name of the.env
file. It wascp ./sample-configs/.env-sample-rpc .env
but should be
cp ./sample-configs/.env-sample-full .env
.Motivation
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
More
README.md
file in my blueprint folderREADME.md
file towebsite/docs
section for this featureFor Moderators
cdk-nag
tools don't show warnings?README.md
before merge?Additional Notes