gosuto.eth
gosuto.eth
https://subgraphs.messari.io/subgraph?endpoint=badger-finance/ebtc-goerli
so problem stems from the following discrepancy in `outputs.type` (i assumed both interfaces to be the same): https://github.com/messari/subgraphs/blob/1c99de5d01e89ed54918de8bef920d96c788d052/subgraphs/_reference_/abis/ERC20.json#L81-L92 and https://github.com/messari/subgraphs/blob/1c99de5d01e89ed54918de8bef920d96c788d052/subgraphs/_reference_/abis/Prices/ERC20.json#L641-L646
solution is therefore to introduce two separate interfaces for erc20 in the template: ``` ... - name: _ERC20 file: ./abis/Prices/ERC20.json - name: ERC20 file: ./abis/ERC20.json ... ``` not sure if...
@jubeira `20250503-v3-protocol-fee-sweeper-v2` was deployed (https://github.com/balancer/balancer-deployments/commit/4c7d40b850d27a91986d93972266fba15133a7fd) but that same commit does not contain any of its action ids?
ok i was able to run this successfully in an updated env that uses brownie v1.20.5, a custom version of brownie-safe and ganache v7 running the shanghai fork: ``` Brownie...