Skip to content

Commit

Permalink
TLY bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenHide committed Oct 10, 2024
1 parent 6f9b6a1 commit 43a4902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MetaDataAPI/Providers/AbstractProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private string GetImage()
var url = new UrlifyProvider(this).BuildUrl();

var hash = $"{ChainInfo.ChainId}-{PoolId}-{VaultId}-{PoolInfo.Params}".ToSha256();
var description = $"ChainId: {ChainInfo.ChainId}, PoolId: {PoolId}, Hash: {hash}";
var description = $"chainId: {ChainInfo.ChainId}, PoolId: {PoolId}, Hash: {hash}";

var shortUrl = TlyContext.SearchShortUrlAsync(description)
.GetAwaiter()
Expand Down

0 comments on commit 43a4902

Please sign in to comment.