diff --git a/.nancy-ignore b/.nancy-ignore index 8c135f4743..f46ff1da54 100644 --- a/.nancy-ignore +++ b/.nancy-ignore @@ -1,2 +1,2 @@ CVE-2024-34478 # "CWE-754: Improper Check for Unusual or Exceptional Conditions." This vulnerability is BTC only, BSC does not have the issue. -CVE-2025-22872 # "CWE-1286: github.com/golang/net - Improper Validation of Syntactic Correctness of Input", golang/golang.org/x/net@v0.36.0 was indirectly dependency by devp2p, can be will upgraded in the future \ No newline at end of file +CVE-2021-43668 # "CWE-476: NULL Pointer Dereference", the repo: syndtr/goleveldb is not actively maintained, seems there is no fix for this crash yet, BSC used pebbleDB to replaced levelDB, so ignore this vulnerability. \ No newline at end of file diff --git a/cmd/jsutils/getchainstatus.js b/cmd/jsutils/getchainstatus.js index dc045008b6..c7061bc0b2 100644 --- a/cmd/jsutils/getchainstatus.js +++ b/cmd/jsutils/getchainstatus.js @@ -257,7 +257,7 @@ const builderMap = new Map([ ["0x627fE6AFA2E84e461CB7AE7C2c46e8adf9a954a2", "txboost"], ["0x5EC60f73f938e36400ec3CC3Ff4d7a7703F7c005", "nodereal ap"], ["0x6C98EB21139F6E12db5b78a4AeD4d8eBA147FB7b", "nodereal eu"], - // ["0x79102dB16781ddDfF63F301C9Be557Fd1Dd48fA0", "nodereal us"], + ["0x5b67a234592331e85fC57Bb148769c1d2fF62520", "nodereal us"], ["0x4827b423D03a349b7519Dda537e9A28d31ecBB48", "club48 ap"], ["0x48B2665E5E9a343409199D70F7495c8aB660BB48", "club48 eu"], ["0x48B4bBEbF0655557A461e91B8905b85864B8BB48", "club48 us"], @@ -662,7 +662,6 @@ async function getKeyParameters() { } } - // part 4: governance let votingPeriod = await governor.votingPeriod({ blockTag: blockNum }); let minPeriodAfterQuorum = await governor.lateQuorumVoteExtension({ blockTag: blockNum });