The protocol Snek Raffle
uses Chainlink VRF
for selecting of random winner. Also, the protocol will be deployed on three chains inluding ZKSync
. But the ZKSync
chain doesn't support Chainlink VRF
.
In the README
is said that the Snek Raffle
will be deployed in the following chains:
Also, the protocol uses Chainlink VRF
to generate a random number for picking a winner in the raffle:
The problem is that the ZKSync
chain doesn't support the Chainlink VRF
.
The call to the Chainlink VRF
for requesting randomness will fail because the ZKSync
doesn't support Chainlink VRF
and the protocol will not receive the random number for a picking a winner.
Here is a list with chains that supported Chainlink VRF
:
https://docs.chain.link/vrf/v2/subscription/supported-networks
Manual Review
Create a custom solution for generating randomness off-chain and securely relaying it on-chain.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.