Merge pull request #785 from cypherstack/eth

Add "&all" param to Ethereum API call (addresses BEAM contract issue)
This commit is contained in:
Diego Salazar 2024-02-28 14:05:22 -07:00 committed by GitHub
commit bdc06db4ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -612,7 +612,7 @@ abstract class EthereumAPI {
final response = await client.get(
url: Uri.parse(
// "$stackBaseServer/tokens?addrs=$contractAddress&parts=all",
"$stackBaseServer/names?terms=$contractAddress",
"$stackBaseServer/names?terms=$contractAddress&all",
),
proxyInfo: Prefs.instance.useTor
? TorService.sharedInstance.getProxyInfo()