Skip to content

Commit

Permalink
Merge pull request #603 from bnb-chain/ci-fix
Browse files Browse the repository at this point in the history
fix: modify bytecodes compare script
  • Loading branch information
cosinlink authored Oct 10, 2024
2 parents 2a394c1 + a0b7116 commit f43c9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check-bsc-hardfork-bytecode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SLASH_CONTRACT_ADDR = '0x0000000000000000000000000000000000001001';
contractNameMap[SLASH_CONTRACT_ADDR] = 'SlashContract'

const SYSTEM_REWARD_ADDR = '0x0000000000000000000000000000000000001002';
contractNameMap[SYSTEM_REWARD_ADDR] = 'SystemContract'
contractNameMap[SYSTEM_REWARD_ADDR] = 'SystemRewardContract'

const LIGHT_CLIENT_ADDR = '0x0000000000000000000000000000000000001003';
contractNameMap[LIGHT_CLIENT_ADDR] = 'LightClientContract'
Expand Down Expand Up @@ -56,7 +56,7 @@ const TIMELOCK_ADDR = '0x0000000000000000000000000000000000002006';
contractNameMap[TIMELOCK_ADDR] = 'TimelockContract'

const TOKEN_RECOVER_PORTAL_ADDR = '0x0000000000000000000000000000000000003000';
contractNameMap[TOKEN_RECOVER_PORTAL_ADDR] = 'TokenRecoverContract'
contractNameMap[TOKEN_RECOVER_PORTAL_ADDR] = 'TokenRecoverPortalContract'

let hardforkName = process.env.HARDFORK
let bscUrl = process.env.BSC_URL
Expand Down

0 comments on commit f43c9a5

Please sign in to comment.