mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-03 11:46:41 +00:00
add "&all" param to eth api call
This commit is contained in:
parent
9ee3377be1
commit
defc301053
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ abstract class EthereumAPI {
|
||||||
final response = await client.get(
|
final response = await client.get(
|
||||||
url: Uri.parse(
|
url: Uri.parse(
|
||||||
// "$stackBaseServer/tokens?addrs=$contractAddress&parts=all",
|
// "$stackBaseServer/tokens?addrs=$contractAddress&parts=all",
|
||||||
"$stackBaseServer/names?terms=$contractAddress",
|
"$stackBaseServer/names?terms=$contractAddress&all",
|
||||||
),
|
),
|
||||||
proxyInfo: Prefs.instance.useTor
|
proxyInfo: Prefs.instance.useTor
|
||||||
? TorService.sharedInstance.getProxyInfo()
|
? TorService.sharedInstance.getProxyInfo()
|
||||||
|
|
Loading…
Reference in a new issue