Skip to content

Commit 9132efb

Browse files
committed
feat: finish ci to check bsc hardfork bytecodes
1 parent 5d82720 commit 9132efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-bsc-hardfork-bytecode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const compareGenesisWithHardforkBytecodes = async (genesisFile: string, files: s
9797
const bytecode = clear0x(genesis['alloc'][addr]['code'])
9898

9999
log('---------------------------------------------------------------------------')
100-
log(contractName)
100+
log(contractName, addr)
101101
log('bytecode from genesis:', bytecode.length, )
102102

103103
const bytecodeFromBsc = getBytecodeFromBscRepo(contractName, files)

0 commit comments

Comments
 (0)