Sandeep Belagavi
Sandeep Belagavi
> defaultNetwork: "sepolia", networks: { sepolia: { url: RPC_API_KEY, // accounts: [WALLET_PRIVATE_KEY], accounts: [`0x${WALLET_PRIVATE_KEY}`], chainID: 5, }, }, Following steps helped me to unblock the issue: 1. Adding defaultNetwork and...
Thank you @EngrPips for quick response. I am facing this issue with default env set on Remix (VM CONCUN). Should it be different ? >Here, I deployed the priceFeed contract...
Hmm @EngrPips interesting, Let me share the exact step of failures with screenshots. 1. Go to https://docs.chain.link/data-feeds/using-data-feeds#solidity and Click on Open in Remix. Screenshot of opened remix tab. (Note compilation...
I get the same error while interacting with initially deployed instance too, Let me know if am missing something here ?
Nope i did not connect any wallet. Opened fresh tab with (Open in Remix) button.
https://github.com/smartcontractkit/documentation/issues/1940#issuecomment-2106136779 > I used the Cancun evm version as well, and yeah, You did mention that it worked for Cancun evm too.
Yes executing `yarn install` followed by `docker-compose up` solved the issue. **$ yarn install** > opentelemetry-101 git:(f8988db) yarn install > yarn install v1.22.19 > [1/4] 🔍 Resolving packages... > [2/4]...