chainlink icon indicating copy to clipboard operation
chainlink copied to clipboard

Moved VRFV2Plus contracts from dev folder

Open ibrajer opened this issue 1 year ago • 2 comments

Moved all VRFV2Plus contracts from the dev folder to the main vrf folder after the launch. Adjusted necessary scripts and tests.

Generating geth wrappers:

./contracts/scripts/native_solc_compile_all_vrf
go generate core/gethwrappers/go_generate_vrfv2plus.go

Foundry tests:

FOUNDRY_PROFILE=vrf forge test

ibrajer avatar Apr 29 '24 10:04 ibrajer

I see you updated files related to contracts. Please run pnpm changeset in the contracts directory to add a changeset.

github-actions[bot] avatar Apr 29 '24 10:04 github-actions[bot]