File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
- using System . Linq ;
4
- using System . Text ;
5
- using System . Threading . Tasks ;
6
3
7
4
namespace Solnet . Extensions . TokenMint
8
5
{
@@ -140,8 +137,6 @@ internal TokenDef CloneWithKnownDecimals(int decimalPlaces)
140
137
TokenProjectUrl = this . TokenProjectUrl
141
138
} ;
142
139
}
143
-
144
-
145
140
}
146
141
147
142
/// <summary>
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class TokenMintResolver : ITokenMintResolver
21
21
/// <summary>
22
22
/// The URL of the standard token list
23
23
/// </summary>
24
- private const string TOKENLIST_GITHUB_URL = "https://raw.githubusercontent.com/solana-labs /token-list/main/src/tokens/ solana. tokenlist.json" ;
24
+ private const string TOKENLIST_GITHUB_URL = "https://cdn.jsdelivr.net/gh/solflare-wallet /token-list@latest/ solana- tokenlist.json" ;
25
25
26
26
/// <summary>
27
27
/// Internal lookfor for resolving mint public key addresses to TokenDef objects.
You can’t perform that action at this time.
0 commit comments