@triadxyz/triad-protocol 4.0.4 → 4.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,3 @@
1
- /// <reference types="@coral-xyz/anchor/node_modules/@solana/web3.js" />
2
1
  import { Commitment, PublicKey } from '@solana/web3.js';
3
2
  export type RpcOptions = {
4
3
  skipPreflight?: boolean;
@@ -164,6 +163,8 @@ export type CreatePoolArgs = {
164
163
  question: string;
165
164
  }[];
166
165
  isFast?: boolean;
166
+ isPyth?: boolean;
167
+ feedId?: PublicKey;
167
168
  };
168
169
  export type UpdateMarketWinningDirectionArgs = {
169
170
  marketId: number;
@@ -1,4 +1,3 @@
1
- /// <reference types="@coral-xyz/anchor/node_modules/@solana/web3.js" />
2
1
  import { PublicKey } from '@solana/web3.js';
3
2
  export type Predictor = {
4
3
  address: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="@coral-xyz/anchor/node_modules/@solana/web3.js" />
2
1
  import { PublicKey } from '@solana/web3.js';
3
2
  import { OrderDirectionEncoded } from './';
4
3
  export type PlaceBidOrderArgs = {