File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
modules/statics/src/coins Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -3050,4 +3050,24 @@ export const solTokens = [
30503050 SOL_TOKEN_FEATURES ,
30513051 ProgramID . Token2022ProgramId
30523052 ) ,
3053+ tsolToken (
3054+ 'bb85cacd-7a49-457b-b3d6-dfca19a0181c' ,
3055+ 'tsol:usd1' ,
3056+ 'USD1' ,
3057+ 6 ,
3058+ 'F5eiWDW9nkme1gVYaZ4uBmw4RYH8qUdLwkAEQWh1mCPW' ,
3059+ 'F5eiWDW9nkme1gVYaZ4uBmw4RYH8qUdLwkAEQWh1mCPW' ,
3060+ UnderlyingAsset [ 'sol:usd1' ] ,
3061+ SOL_TOKEN_FEATURES
3062+ ) ,
3063+ tsolToken (
3064+ '6405b589-e0cf-4481-a48f-60f8416e21ca' ,
3065+ 'tsol:stgusd1' ,
3066+ 'Staging USD1' ,
3067+ 6 ,
3068+ '88FxbeGaabmx179rpYUzEkp8YAeLNPyLPa68wsEgukyQ' ,
3069+ '88FxbeGaabmx179rpYUzEkp8YAeLNPyLPa68wsEgukyQ' ,
3070+ UnderlyingAsset [ 'sol:usd1' ] ,
3071+ SOL_TOKEN_FEATURES
3072+ ) ,
30533073] ;
You can’t perform that action at this time.
0 commit comments