ApeView

Results 1 comments of ApeView

If you want multiple chains on 1 graph node, e.g. base and avalanche, use this in the docker-compose.yml: ``` ethereum: 'base:https://mainnet.base.org --ethereum-rpc avalanche:https://api.avax.network/ext/bc/C/rpc' ``` This is tricky but works for...