Biconomy Hyphen 2.0 contest - Kiep's results

Next-Gen Multichain Relayer Protocol.

General Information

Platform: Code4rena

Start Date: 10/03/2022

Pot Size: $75,000 USDT

Total HM: 25

Participants: 54

Period: 7 days

Judge: pauliax

Total Solo HM: 10

Id: 97

League: ETH

Biconomy

Findings Distribution

Researcher Performance

Rank: 54/54

Findings: 1

Award: $59.48

🌟 Selected for report: 0

🚀 Solo Findings: 0

Awards

59.4799 USDT - $59.48

Labels

bug
G (Gas Optimization)

External Links

Impact : more gas

https://github.com/code-423n4/2022-03-biconomy/blob/main/contracts/hyphen/token/TokenManager.sol

in line 74-77

require( (toChainId.length == tokenAddresses.length) && (tokenAddresses.length == tokenConfig.length), " ERR_ARRAY_LENGTH_MISMATCH" );

better to seperate with 2 require

require(toChainId.length == tokenAddresses.length) require(tokenAddresses.length == tokenConfig.length)

Thank you.

AuditHub

A portfolio for auditors, a security profile for protocols, a hub for web3 security.

Built bymalatrax © 2024

Auditors

Browse

Contests

Browse

Get in touch

ContactTwitter