Skip to content

Commit

Permalink
feat: finish ci to check bsc hardfork bytecodes
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink committed Sep 8, 2024
1 parent 5d82720 commit 9132efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-bsc-hardfork-bytecode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const compareGenesisWithHardforkBytecodes = async (genesisFile: string, files: s
const bytecode = clear0x(genesis['alloc'][addr]['code'])

log('---------------------------------------------------------------------------')
log(contractName)
log(contractName, addr)
log('bytecode from genesis:', bytecode.length, )

const bytecodeFromBsc = getBytecodeFromBscRepo(contractName, files)
Expand Down

0 comments on commit 9132efb

Please sign in to comment.