@azuro-org/toolkit 4.5.0-beta.2 → 4.5.0-beta.4

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.
@@ -39,5 +39,9 @@ export type LiveBetFragment = {
39
39
  };
40
40
  };
41
41
  }>;
42
+ cashout?: {
43
+ __typename?: 'Cashout';
44
+ payout: string;
45
+ } | null;
42
46
  };
43
47
  export declare const LiveBetFragmentDoc: import("@apollo/client").DocumentNode;
@@ -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;
@@ -49,6 +49,10 @@ export type LiveBetsQuery = {
49
49
  };
50
50
  };
51
51
  }>;
52
+ cashout?: {
53
+ __typename?: 'Cashout';
54
+ payout: string;
55
+ } | null;
52
56
  }>;
53
57
  };
54
58
  export declare const LiveBetsDocument: Apollo.DocumentNode;
@@ -84,6 +84,10 @@ export type PrematchBetsQuery = {
84
84
  freebetId: string;
85
85
  contractAddress: string;
86
86
  } | null;
87
+ cashout?: {
88
+ __typename?: 'Cashout';
89
+ payout: string;
90
+ } | null;
87
91
  }>;
88
92
  };
89
93
  export declare const PrematchBetsDocument: Apollo.DocumentNode;
package/dist/index.js CHANGED
@@ -3992,6 +3992,7 @@ const gnosisData = {
3992
3992
  prematchComboCore: '0xDbC3BE2DDB53e1a288F7b7a4d020F8056D3b0F7C',
3993
3993
  proxyFront: '0x3A1c6640daeAc3513726F06A9f03911CC1080251',
3994
3994
  azuroBet: '0xA3A1B460c68dc91c5B3f71f5487A76fac42858bf',
3995
+ cashout: '0x7145e4690A8846d5457D7352625e26b6A605a5AF',
3995
3996
  liveRelayer: '0x936c02503A32aA23BCF7CFaF5c29100b0F93FCfe',
3996
3997
  liveCore: '0x0223ff7efca5aec919c471fa2eb44cda466f1500',
3997
3998
  }),
@@ -4041,6 +4042,7 @@ const polygonData = {
4041
4042
  prematchComboCore: '0x92a4e8Bc6B92a2e1ced411f41013B5FE6BE07613',
4042
4043
  proxyFront: '0x0DEE52b98ba8326DaD4C346a4F806Fd871360a00',
4043
4044
  azuroBet: '0x8ed7296b5CAe379d07C70280Af622BC410F01Ed7',
4045
+ cashout: '0x365f97EE637f7a9260838F7d2a3601EA800627bE',
4044
4046
  liveRelayer: '0xC6BB817a7f02874F360d135D880200A2E440207D',
4045
4047
  liveCore: '0xc389558Faca41bC747F763cf8616704187CDcD04',
4046
4048
  }),
@@ -4065,6 +4067,7 @@ const polygonAmoyData = {
4065
4067
  prematchComboCore: '0xdF71998f7931caD24439A12A2F56D7326C3D0295',
4066
4068
  proxyFront: '0x7003CaA0847CA296EBF51C43D9021656a663304f',
4067
4069
  azuroBet: '0x5E59ee1b09Cb2Cf031e4Beaa8dB48D4B8b7e38AD',
4070
+ cashout: '0x080d71059891Fb4d722855df28bFB208335F1587',
4068
4071
  liveRelayer: '0x355B8493380fA5D57E4d3aFBF7C5f38b64AD5eA9',
4069
4072
  liveCore: '0x51eD5C2596d9AE32cE53ac1915Cb9333AFeF3156',
4070
4073
  }),
@@ -4114,6 +4117,7 @@ const chilizData = {
4114
4117
  prematchComboCore: '0x724fa8931428D5B636F7191d3e848f28Ab23C425',
4115
4118
  proxyFront: '0x45779134E5091756601Cb5bA389f9C76b914E520',
4116
4119
  azuroBet: '0x8609D1c8610D7F24d826FB76ea878d240537A8B8',
4120
+ cashout: '0xAE0830d7588aB44e5D4443168a8D666B54F385FE',
4117
4121
  }),
4118
4122
  betToken: {
4119
4123
  address: '0x677F7e16C7Dd57be1D4C8aD1244883214953DC47',
@@ -4271,6 +4275,9 @@ const chainsDataByEnv = {
4271
4275
  }
4272
4276
  }
4273
4277
  }
4278
+ cashout {
4279
+ payout
4280
+ }
4274
4281
  }
4275
4282
  `;const MainGameInfoFragmentDoc = gql `
4276
4283
  fragment MainGameInfo on Game {
@@ -4340,6 +4347,9 @@ const chainsDataByEnv = {
4340
4347
  freebetId
4341
4348
  contractAddress: freebetContractAddress
4342
4349
  }
4350
+ cashout {
4351
+ payout
4352
+ }
4343
4353
  }
4344
4354
  ${MainGameInfoFragmentDoc}`;const BettorsDocument = gql `
4345
4355
  query Bettors($where: Bettor_filter!) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azuro-org/toolkit",
3
- "version": "4.5.0-beta.2",
3
+ "version": "4.5.0-beta.4",
4
4
  "description": "Set of helpers to work with Azuro protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",