@azuro-org/toolkit 4.5.0-beta.2 → 4.5.0-beta.3
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.
|
@@ -74,5 +74,9 @@ export type PrematchBetFragment = {
|
|
|
74
74
|
freebetId: string;
|
|
75
75
|
contractAddress: string;
|
|
76
76
|
} | null;
|
|
77
|
+
cashout?: {
|
|
78
|
+
__typename?: 'Cashout';
|
|
79
|
+
payout: string;
|
|
80
|
+
} | null;
|
|
77
81
|
};
|
|
78
82
|
export declare const PrematchBetFragmentDoc: import("@apollo/client").DocumentNode;
|
package/dist/index.js
CHANGED
|
@@ -4271,6 +4271,9 @@ const chainsDataByEnv = {
|
|
|
4271
4271
|
}
|
|
4272
4272
|
}
|
|
4273
4273
|
}
|
|
4274
|
+
cashout {
|
|
4275
|
+
payout
|
|
4276
|
+
}
|
|
4274
4277
|
}
|
|
4275
4278
|
`;const MainGameInfoFragmentDoc = gql `
|
|
4276
4279
|
fragment MainGameInfo on Game {
|
|
@@ -4340,6 +4343,9 @@ const chainsDataByEnv = {
|
|
|
4340
4343
|
freebetId
|
|
4341
4344
|
contractAddress: freebetContractAddress
|
|
4342
4345
|
}
|
|
4346
|
+
cashout {
|
|
4347
|
+
payout
|
|
4348
|
+
}
|
|
4343
4349
|
}
|
|
4344
4350
|
${MainGameInfoFragmentDoc}`;const BettorsDocument = gql `
|
|
4345
4351
|
query Bettors($where: Bettor_filter!) {
|