remove unused variable

This commit is contained in:
julian 2023-03-23 18:26:55 -06:00
parent 44a87df41c
commit af2c674809

View file

@ -34,8 +34,6 @@ class EthereumResponse<T> {
abstract class EthereumAPI {
static String get stackBaseServer => DefaultNodes.ethereum.host;
static String stackURI = "$stackBaseServer/eth/mainnet/api";
// static const etherscanApi =
// "https://api.etherscan.io/api"; //TODO - Once our server has abi functionality update