foundry-starter-kit icon indicating copy to clipboard operation
foundry-starter-kit copied to clipboard

Results 10 foundry-starter-kit issues
Sort by recently updated
recently updated
newest added

Removed the `make` command from the Quickstart section of the README to eliminate errors related to dependency conflicts. This change directly addresses issues #23 and #15. - Ensures compatibility with...

Error: Compiler run failed: Error (2333): Identifier already declared. --> script/APIConsumer.s.sol:7:1: | 7 | import "../src/test/mocks/MockOracle.sol"; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Note: The previous declaration is here: --> lib/chainlink-brownie-contracts/contracts/src/v0.8/shared/interfaces/LinkTokenInterface.sol:4:1: | 4 | interface...

This small change allowed me to run "make" using windows, and to avoid errors like: "rm -rf .gitmodules && rm -rf .git/modules/* && rm -rf lib && touch .gitmodules &&...

PriceFeedConsumer Contract is deployed successfully on anvil! ![image](https://github.com/smartcontractkit/foundry-starter-kit/assets/106180776/261771f5-e516-4694-b51d-09cceee2ab8d) ### anvil ![image](https://github.com/smartcontractkit/foundry-starter-kit/assets/106180776/b870ae16-19fa-436e-9716-03ed71e82c6c) But cast call to pricefeed consumer fails ![image](https://github.com/smartcontractkit/foundry-starter-kit/assets/106180776/ca7136cb-daa6-41ce-a6f0-ef09a48fc649) ## Observations: Calling latestRoundData of pricefeed address returns unknow 0x ![image](https://github.com/smartcontractkit/foundry-starter-kit/assets/106180776/e9d809a5-11d3-4f40-a5f5-313754222f16)

Error: fatal: Needed a single revision Unable to find current origin/master revision in submodule path 'lib/chainlink-brownie-contracts' Reproduce: > git clone https://github.com/smartcontractkit/foundry-starter-kit > cd foundry-start-kit > make Env: Windows 10 WSL2

In .env.example, variable for etherscan api key is ETHERSCAN_KEY, while in the makefile it is ETHERSCAN_API_KEY. Adjust makefile to use ETHERSCAN_KEY so script can run using the key specified in...

Updated Rinkeby testnet oracle details as mentioned in the [docs](https://docs.chain.link/docs/single-word-response/). This resolves #2

Hello, I deployed APIConsumer contract and try to requestVolumeData, it looks like the oracle `0xc57B33452b4F7BB189bB5AfaE9cc4aBa1f7a4FD8` is no longer fullfilling data when requesting. Last FullfillOracle was > 40 days ago (https://rinkeby.etherscan.io/address/0xc57b33452b4f7bb189bb5afae9cc4aba1f7a4fd8)...