@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.
|
@@ -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
|
@@ -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!) {
|