flash-sdk 2.25.8 → 2.26.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,6 @@ export type Token = {
41
41
  isVirtual: boolean;
42
42
  pythTicker: string;
43
43
  pythPriceId: string;
44
- isToken2022: boolean;
45
44
  };
46
45
  export declare class PoolConfig {
47
46
  programId: PublicKey;