diff --git a/lib/services/ethereum/ethereum_api.dart b/lib/services/ethereum/ethereum_api.dart index 379b276d9..f09f641ea 100644 --- a/lib/services/ethereum/ethereum_api.dart +++ b/lib/services/ethereum/ethereum_api.dart @@ -34,8 +34,6 @@ class EthereumResponse { 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