Canximan

Results 3 issues of Canximan

I found this bug, hope this help. cgiflash.c line 180, change `state->address=def->fw1Pos;` to ``` if (system_upgrade_userbin_check()==1) { state->address=def->fw1Pos; } else { state->address=def->fw2Pos; } ``` Don't forget include "upgrade.h"

### Describe the bug I tried to run a new testnet, with MAX_EFFECTIVE_BALANCE = 320 ETH. I run the testnet with 1 EC: geth, 3 consensus nodes: 2 - lodestar...

meta-investigate
meta-bug

I'm learning to deploy Uniswap v2 to a new blokchain, but in the `V3-subgraph Instructions` ask for an address of `USDC_WETH_03_POOL` but I don't know where to get it. My...