mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
remove unused variable
This commit is contained in:
parent
44a87df41c
commit
af2c674809
1 changed files with 0 additions and 2 deletions
|
@ -34,8 +34,6 @@ class EthereumResponse<T> {
|
||||||
abstract class EthereumAPI {
|
abstract class EthereumAPI {
|
||||||
static String get stackBaseServer => DefaultNodes.ethereum.host;
|
static String get stackBaseServer => DefaultNodes.ethereum.host;
|
||||||
|
|
||||||
static String stackURI = "$stackBaseServer/eth/mainnet/api";
|
|
||||||
|
|
||||||
// static const etherscanApi =
|
// static const etherscanApi =
|
||||||
// "https://api.etherscan.io/api"; //TODO - Once our server has abi functionality update
|
// "https://api.etherscan.io/api"; //TODO - Once our server has abi functionality update
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue