chainlink-brownie-contracts
chainlink-brownie-contracts copied to clipboard
A repository for automatically using the latest chainlink repo from the core chainlink repo.
Warning using `foundry-starter-kit` ``` warning[5667]: Warning: Unused function parameter. Remove or comment out the variable name to silence this warning. --> lib/chainlink-brownie-contracts/contracts/src/v0.8/mocks/VRFCoordinatorV2Mock.sol:186:24: | 186 | function addConsumer(uint64 _subId, address _consumer)...
Getting error "Source "@chainlink/contracts/src/v0.6/vendor/SafeMathChainlink.sol" not found: File import callback not supported" when working on the brownie fund me project. Have played around with everything but even though they are downloaded...
I am taking @PatrickAlphaC tutorial but I am stack at one point. Brownie Fund Me course. I tried to compile it but it does not work. here are my file...
I propose a modification to the remappings example provided in the README.md file to enhance compatibility with the official usage examples provided by Chainlink. The current remapping configuration is as...
I'm doing Cyfrin lessons for "Smart Contract Lottery", but I was having trouble using `VRFCoordinatorV2Mock`. It already exists in official chainlink repository, but I could not find it in this...
VRF Coordinator Mock when using VRF v2.5 from chainlink, supports when consumer contract extends VRFConsumerBaseV2Plus
THIS IS MY ERROR ``` akashneelesh@Akashs-MacBook-Air foundry-fund-me-f24 % forge build [⠊] Compiling... [⠒] Compiling 3 files with Solc 0.8.26 [⠢] Solc 0.8.26 finished in 25.44ms Error: Compiler run failed: Error...
I am implementing a new version of VRFCoordinator `v2.5` in my code and for local testing I am using `VRFCoordinatorV2_5Mock` contract. Unfortunately, while calling the `createSubscription` function of this contract...
Errors when running `forge test` while going through Cyfrin Updraft's Foundry Fund Me tutorial when I copy-paste this README's remapping. Cyfrin Updraft's tutorial remapping is correct. This commit fix this...
fix https://github.com/Cyfrin/foundry-full-course-cu/discussions/2246#discussion-7056094 with issue 1.