Igor Stuev
Igor Stuev
waiting for https://github.com/blockscout/blockscout/issues/9658
added a variable NEXT_PUBLIC_MULTICHAIN_PROVIDER_CONFIG={'name': 'zerion', 'url_template': '/apps/zerion/{address}/overview', 'logo': 'https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/marketplace-logos/zerion.svg'} 'name' and 'logo' are for the button content 'url_template' can be an absolute (for external links) or relative (for internal links)...
https://github.com/blockscout/blockscout/pull/9806
Hi! the link you provided seems like not working there's no api endpoint at /api/ path try something like /api/v2/main-page/transactions or any other from the lib/api/resources.ts file
https://github.com/chakra-ui/chakra-ui/issues/6173 I don't think adding `@media(hover: none)` rules to all components is a good idea, I would wait for chakra to fix it or keep it as it is
https://docs.ramp.network
waiting for https://github.com/blockscout/blockscout-rs/issues/849 https://github.com/blockscout/blockscout-rs/issues/913
In the documentation [here](https://github.com/blockscout/frontend/blob/main/docs/ENVS.md#rollup-chain) you can see that NEXT_PUBLIC_ROLLUP_L2_WITHDRAWAL_URL can be used only with 'optimistic' type of rollup. So you don't need NEXT_PUBLIC_ROLLUP_L2_WITHDRAWAL_URL variable for arbitrum L2 and can just...
I'm changing the error message, but we won't ignore unused variables, we're trying to keep a minimal variable list to minimize payload and prevent errors and misunderstandings
@yvaskov I can't reproduce, can you?