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 @@ -16202,6 +16202,24 @@ export const coins = CoinMap.fromCoins([
1620216202 UnderlyingAsset [ 'sol:turbo' ] ,
1620316203 SOL_TOKEN_FEATURES
1620416204 ) ,
16205+ solToken (
16206+ 'e743ddc6-9d5e-41b6-9367-9d6e5f7dd7b4' ,
16207+ 'sol:corn' ,
16208+ 'Solanacorn' ,
16209+ 7 ,
16210+ '6DSqVXg9WLTWgz6LACqxN757QdHe1sCqkUfojWmxWtok' , // https://solscan.io/token/6DSqVXg9WLTWgz6LACqxN757QdHe1sCqkUfojWmxWtok
16211+ UnderlyingAsset [ 'sol:corn' ] ,
16212+ SOL_TOKEN_FEATURES
16213+ ) ,
16214+ solToken (
16215+ '4eee379c-7f46-4f75-bb92-baf6583f0787' ,
16216+ 'sol:yes' ,
16217+ 'Yes Token' ,
16218+ 9 ,
16219+ '32h846XXTSWGUaaKHMC5b2e39n1nwJD6UtDBppX5p4E9' , // ttps://solscan.io/token/32h846XXTSWGUaaKHMC5b2e39n1nwJD6UtDBppX5p4E9
16220+ UnderlyingAsset [ 'sol:yes' ] ,
16221+ SOL_TOKEN_FEATURES
16222+ ) ,
1620516223 solToken (
1620616224 '45d95e60-81df-4c5d-9ceb-e6e4f5b75eeb' ,
1620716225 'sol:bome' ,
You can’t perform that action at this time.
0 commit comments