Skip to content

Commit f43c9a5

Browse files
authored
Merge pull request #603 from bnb-chain/ci-fix
fix: modify bytecodes compare script
2 parents 2a394c1 + a0b7116 commit f43c9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/check-bsc-hardfork-bytecode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const SLASH_CONTRACT_ADDR = '0x0000000000000000000000000000000000001001';
1414
contractNameMap[SLASH_CONTRACT_ADDR] = 'SlashContract'
1515

1616
const SYSTEM_REWARD_ADDR = '0x0000000000000000000000000000000000001002';
17-
contractNameMap[SYSTEM_REWARD_ADDR] = 'SystemContract'
17+
contractNameMap[SYSTEM_REWARD_ADDR] = 'SystemRewardContract'
1818

1919
const LIGHT_CLIENT_ADDR = '0x0000000000000000000000000000000000001003';
2020
contractNameMap[LIGHT_CLIENT_ADDR] = 'LightClientContract'
@@ -56,7 +56,7 @@ const TIMELOCK_ADDR = '0x0000000000000000000000000000000000002006';
5656
contractNameMap[TIMELOCK_ADDR] = 'TimelockContract'
5757

5858
const TOKEN_RECOVER_PORTAL_ADDR = '0x0000000000000000000000000000000000003000';
59-
contractNameMap[TOKEN_RECOVER_PORTAL_ADDR] = 'TokenRecoverContract'
59+
contractNameMap[TOKEN_RECOVER_PORTAL_ADDR] = 'TokenRecoverPortalContract'
6060

6161
let hardforkName = process.env.HARDFORK
6262
let bscUrl = process.env.BSC_URL

0 commit comments

Comments
 (0)