Brian Doyle
Brian Doyle
## Instructions Please fill out the template below to the best of your ability. ### Issue To Be Solved If `flow emulator start` is run in a directory that does...
### Current Behavior Adding multiple chains to config in wagmi with Rainbowkit automatically enables a UI element that allows the user to switch chains: export const config = createConfig({ chains:...
### Current Behavior I've tried to shoehorn @onflow/fcl into a Node script to test something. I've received an error that: Error: INVARIANT query(opts) -- Required value for "accessNode.api" not defined...
**Describe the bug** Deploying a contract is listed in the tutorials as expecting a message to be logged to console. This does not occur. **To Reproduce** 1. Open https://play.flow.com/483b2f33-9e71-40aa-924a-2c5f0ead77aa 2....
### Issue to be solved Our Cadence tutorials in the playground and possibly other resources teach to import contracts with: import Contract from 0xDeployerAddress This doesn't work when working locally,...
### Current Behavior TOO_COMPLEX This transaction is too complex it does too much logic or read/write to much data. ### Expected Behavior Wrong "to". It should be: ...too much data....
### Issue to be solved AI Agents tend to use imports from addresses. IE: `import Counter from 0x0000000000000007` The current error doesn't fully explain what is happening when you use...