File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -2354,6 +2354,8 @@ export enum UnderlyingAsset {
23542354 'sol:drift' = 'sol:drift' ,
23552355 'sol:spx' = 'sol:spx' ,
23562356 'sol:turbo' = 'sol:turbo' ,
2357+ 'sol:corn' = 'sol:corn' ,
2358+ 'sol:yes' = 'sol:yes' ,
23572359
23582360 // TRX tokens
23592361 'trx:htx' = 'trx:htx' ,
Original file line number Diff line number Diff line change @@ -16184,6 +16184,24 @@ export const coins = CoinMap.fromCoins([
1618416184 UnderlyingAsset [ 'sol:turbo' ] ,
1618516185 SOL_TOKEN_FEATURES
1618616186 ) ,
16187+ solToken (
16188+ 'e743ddc6-9d5e-41b6-9367-9d6e5f7dd7b4' ,
16189+ 'sol:corn' ,
16190+ 'Solanacorn' ,
16191+ 7 ,
16192+ '6DSqVXg9WLTWgz6LACqxN757QdHe1sCqkUfojWmxWtok' , // https://solscan.io/token/6DSqVXg9WLTWgz6LACqxN757QdHe1sCqkUfojWmxWtok
16193+ UnderlyingAsset [ 'sol:corn' ] ,
16194+ SOL_TOKEN_FEATURES
16195+ ) ,
16196+ solToken (
16197+ '4eee379c-7f46-4f75-bb92-baf6583f0787' ,
16198+ 'sol:yes' ,
16199+ 'Yes Token' ,
16200+ 9 ,
16201+ '32h846XXTSWGUaaKHMC5b2e39n1nwJD6UtDBppX5p4E9' , // ttps://solscan.io/token/32h846XXTSWGUaaKHMC5b2e39n1nwJD6UtDBppX5p4E9
16202+ UnderlyingAsset [ 'sol:yes' ] ,
16203+ SOL_TOKEN_FEATURES
16204+ ) ,
1618716205 solToken (
1618816206 '45d95e60-81df-4c5d-9ceb-e6e4f5b75eeb' ,
1618916207 'sol:bome' ,
You can’t perform that action at this time.
0 commit comments