Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround to get actual web3 instance instead of dummy version (#…
…2052) # Description Using a dummy web3 to send RPC requests causes [panics](https://production-6de61f.kb.eu-central-1.aws.cloud.es.io/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-1h,to:now))&_a=(columns:!(log),filters:!(),grid:(columns:('@timestamp':(width:164))),index:c0e240e0-d9b3-11ed-b0e6-e361adffce0b,interval:auto,query:(language:kuery,query:'mainnet%20and%20(log:%20%22panicked%22)'),sort:!(!('@timestamp',desc)))). Instead we use a somewhat ugly way to get at the web3 instance that was used to build the ERC20 token instance.
- Loading branch information