@levrbet/shared 0.1.129 → 0.1.131

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.
Files changed (112) hide show
  1. package/dist/core/config/urls.d.ts +0 -32
  2. package/dist/core/config/urls.js +0 -32
  3. package/dist/core/config/urls.js.map +1 -1
  4. package/dist/core/contracts/abis/LevrConfigProvider.d.ts +2125 -1913
  5. package/dist/core/contracts/abis/LevrConfigProvider.js +1165 -2010
  6. package/dist/core/contracts/abis/LevrConfigProvider.js.map +1 -1
  7. package/dist/core/contracts/abis/LevrFeeCollector.d.ts +259 -0
  8. package/dist/core/contracts/abis/LevrFeeCollector.js +143 -0
  9. package/dist/core/contracts/abis/LevrFeeCollector.js.map +1 -0
  10. package/dist/core/contracts/abis/{LevrBaseMarket.d.ts → LevrFulltimeMarket.d.ts} +726 -685
  11. package/dist/core/contracts/abis/LevrFulltimeMarket.js +462 -0
  12. package/dist/core/contracts/abis/LevrFulltimeMarket.js.map +1 -0
  13. package/dist/core/contracts/abis/LevrFundManager.d.ts +369 -50
  14. package/dist/core/contracts/abis/LevrFundManager.js +180 -1
  15. package/dist/core/contracts/abis/LevrFundManager.js.map +1 -1
  16. package/dist/core/contracts/abis/LevrLiquidationEngine.d.ts +153 -163
  17. package/dist/core/contracts/abis/LevrLiquidationEngine.js +81 -182
  18. package/dist/core/contracts/abis/LevrLiquidationEngine.js.map +1 -1
  19. package/dist/core/contracts/abis/LevrManager.d.ts +987 -947
  20. package/dist/core/contracts/abis/LevrManager.js +453 -835
  21. package/dist/core/contracts/abis/LevrManager.js.map +1 -1
  22. package/dist/core/contracts/abis/LevrMarketFeed.d.ts +516 -516
  23. package/dist/core/contracts/abis/LevrMarketFeed.js +272 -620
  24. package/dist/core/contracts/abis/LevrMarketFeed.js.map +1 -1
  25. package/dist/core/contracts/abis/LevrMarketMaker.d.ts +175 -0
  26. package/dist/core/contracts/abis/LevrMarketMaker.js +108 -0
  27. package/dist/core/contracts/abis/LevrMarketMaker.js.map +1 -0
  28. package/dist/core/contracts/abis/LevrMarketRiskSentinel.d.ts +682 -0
  29. package/dist/core/contracts/abis/LevrMarketRiskSentinel.js +323 -0
  30. package/dist/core/contracts/abis/LevrMarketRiskSentinel.js.map +1 -0
  31. package/dist/core/contracts/abis/LevrMarketRouter.d.ts +289 -159
  32. package/dist/core/contracts/abis/LevrMarketRouter.js +133 -188
  33. package/dist/core/contracts/abis/LevrMarketRouter.js.map +1 -1
  34. package/dist/core/contracts/abis/LevrMvpDepository.d.ts +766 -0
  35. package/dist/core/contracts/abis/LevrMvpDepository.js +396 -0
  36. package/dist/core/contracts/abis/LevrMvpDepository.js.map +1 -0
  37. package/dist/core/contracts/abis/LevrMvpRouter.d.ts +414 -160
  38. package/dist/core/contracts/abis/LevrMvpRouter.js +194 -227
  39. package/dist/core/contracts/abis/LevrMvpRouter.js.map +1 -1
  40. package/dist/core/contracts/abis/LevrMvpStaker.d.ts +746 -0
  41. package/dist/core/contracts/abis/LevrMvpStaker.js +386 -0
  42. package/dist/core/contracts/abis/LevrMvpStaker.js.map +1 -0
  43. package/dist/core/contracts/abis/LevrMvpToken.d.ts +341 -0
  44. package/dist/core/contracts/abis/LevrMvpToken.js +183 -0
  45. package/dist/core/contracts/abis/LevrMvpToken.js.map +1 -0
  46. package/dist/core/contracts/abis/LevrOrderbook.d.ts +551 -356
  47. package/dist/core/contracts/abis/LevrOrderbook.js +256 -409
  48. package/dist/core/contracts/abis/LevrOrderbook.js.map +1 -1
  49. package/dist/core/contracts/abis/LevrOrderbookLens.d.ts +167 -0
  50. package/dist/core/contracts/abis/LevrOrderbookLens.js +103 -0
  51. package/dist/core/contracts/abis/LevrOrderbookLens.js.map +1 -0
  52. package/dist/core/contracts/abis/LevrOverUnderMarket.d.ts +1054 -0
  53. package/dist/core/contracts/abis/LevrOverUnderMarket.js +463 -0
  54. package/dist/core/contracts/abis/LevrOverUnderMarket.js.map +1 -0
  55. package/dist/core/contracts/abis/LevrPythFeed.d.ts +225 -0
  56. package/dist/core/contracts/abis/LevrPythFeed.js +131 -0
  57. package/dist/core/contracts/abis/LevrPythFeed.js.map +1 -0
  58. package/dist/core/contracts/abis/LevrUtil.d.ts +485 -0
  59. package/dist/core/contracts/abis/LevrUtil.js +226 -0
  60. package/dist/core/contracts/abis/LevrUtil.js.map +1 -0
  61. package/dist/core/contracts/abis/index.d.ts +11663 -4619
  62. package/dist/core/contracts/abis/index.js +28 -10
  63. package/dist/core/contracts/abis/index.js.map +1 -1
  64. package/dist/core/contracts/addresses.d.ts +64 -40
  65. package/dist/core/contracts/addresses.js +88 -64
  66. package/dist/core/contracts/addresses.js.map +1 -1
  67. package/dist/core/contracts/chains.js +0 -2
  68. package/dist/core/contracts/chains.js.map +1 -1
  69. package/dist/core/contracts/clients/publicClients.js +1 -5
  70. package/dist/core/contracts/clients/publicClients.js.map +1 -1
  71. package/dist/core/contracts/constants.d.ts +2 -3
  72. package/dist/core/contracts/constants.js +3 -5
  73. package/dist/core/contracts/constants.js.map +1 -1
  74. package/dist/core/contracts/instances.d.ts +0 -16
  75. package/dist/core/contracts/instances.js +0 -36
  76. package/dist/core/contracts/instances.js.map +1 -1
  77. package/dist/core/prisma/generated/edge.js +3 -3
  78. package/dist/core/prisma/generated/index.d.ts +1 -7
  79. package/dist/core/prisma/generated/index.js +3 -3
  80. package/dist/core/prisma/generated/package.json +1 -1
  81. package/dist/core/prisma/generated/schema.prisma +0 -1
  82. package/dist/core/prisma/generated/wasm.js +2 -2
  83. package/dist/core/types/blockchain/chains.types.d.ts +0 -2
  84. package/dist/core/types/blockchain/chains.types.js +0 -2
  85. package/dist/core/types/blockchain/chains.types.js.map +1 -1
  86. package/dist/core/types/blockchain/oz.relayer.types.d.ts +2 -1
  87. package/dist/core/types/blockchain/oz.relayer.types.js +1 -0
  88. package/dist/core/types/blockchain/oz.relayer.types.js.map +1 -1
  89. package/dist/core/types/oracle/market/markets.types.d.ts +0 -1
  90. package/dist/core/types/oracle/market/markets.types.js +0 -1
  91. package/dist/core/types/oracle/market/markets.types.js.map +1 -1
  92. package/dist/core/types/oracle/market/odds.types.d.ts +6 -10
  93. package/dist/index.js +1 -0
  94. package/dist/index.js.map +1 -1
  95. package/dist/react/hooks/contracts/useContracts.d.ts +79 -25
  96. package/dist/react/hooks/contracts/useContracts.js +15 -1
  97. package/dist/react/hooks/contracts/useContracts.js.map +1 -1
  98. package/dist/server/config/urls.d.ts +0 -32
  99. package/dist/server/contracts/clients/ozRelayerService.js +1 -0
  100. package/dist/server/contracts/clients/ozRelayerService.js.map +1 -1
  101. package/dist/server/contracts/instances.d.ts +1 -16
  102. package/dist/server/contracts/instances.js +0 -22
  103. package/dist/server/contracts/instances.js.map +1 -1
  104. package/package.json +1 -1
  105. package/dist/core/contracts/abis/LevrBaseMarket.js +0 -976
  106. package/dist/core/contracts/abis/LevrBaseMarket.js.map +0 -1
  107. package/dist/core/contracts/abis/Storage.d.ts +0 -34
  108. package/dist/core/contracts/abis/Storage.js +0 -47
  109. package/dist/core/contracts/abis/Storage.js.map +0 -1
  110. package/dist/server/test-relayers.d.ts +0 -1
  111. package/dist/server/test-relayers.js +0 -17
  112. package/dist/server/test-relayers.js.map +0 -1
@@ -0,0 +1,226 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = [
4
+ { inputs: [], name: "LM_INVALID_TIER_FEE_PARAMS", type: "error" },
5
+ { inputs: [], name: "LM_INVALID_TOKEN_PRICE", type: "error" },
6
+ {
7
+ inputs: [
8
+ { internalType: "address", name: "caller", type: "address" },
9
+ { internalType: "address", name: "owner", type: "address" },
10
+ ],
11
+ name: "LU_CALLER_NOT_USER_OR_LEVR_MARKET_ROUTER",
12
+ type: "error",
13
+ },
14
+ { inputs: [], name: "LU_CANNOT_OPEN_MARKET_MAKER_PRE_GAME", type: "error" },
15
+ { inputs: [], name: "LU_INEXISTENT_GAME_MARKET", type: "error" },
16
+ {
17
+ inputs: [
18
+ { internalType: "uint256", name: "availableRisk", type: "uint256" },
19
+ { internalType: "uint256", name: "requiredRisk", type: "uint256" },
20
+ ],
21
+ name: "LU_INSUFFICIENT_RISK_AVAILABLE",
22
+ type: "error",
23
+ },
24
+ { inputs: [], name: "LU_INSUFFICIENT_TOKENS_OUT", type: "error" },
25
+ { inputs: [], name: "LU_INVALID_ADDRESS", type: "error" },
26
+ { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }], name: "LU_INVALID_AMOUNT", type: "error" },
27
+ { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "LU_INVALID_ASSET", type: "error" },
28
+ {
29
+ inputs: [
30
+ { internalType: "uint256", name: "gameId", type: "uint256" },
31
+ { internalType: "enum GameStatus", name: "gameStatus", type: "uint8" },
32
+ { internalType: "enum GameStatus", name: "expectedStatus", type: "uint8" },
33
+ ],
34
+ name: "LU_INVALID_GAME_PHASE",
35
+ type: "error",
36
+ },
37
+ { inputs: [], name: "LU_INVALID_LEVR_MARKET_ID", type: "error" },
38
+ {
39
+ inputs: [
40
+ { internalType: "bytes32", name: "gameMarketId", type: "bytes32" },
41
+ { internalType: "enum MarketStatus", name: "currentPhase", type: "uint8" },
42
+ { internalType: "enum MarketStatus", name: "expectedPhase", type: "uint8" },
43
+ ],
44
+ name: "LU_INVALID_MARKET_PHASE",
45
+ type: "error",
46
+ },
47
+ { inputs: [], name: "LU_INVALID_RECEIVER", type: "error" },
48
+ {
49
+ inputs: [
50
+ { internalType: "uint8", name: "uLeverage", type: "uint8" },
51
+ { internalType: "uint8", name: "minULev", type: "uint8" },
52
+ { internalType: "uint8", name: "maxULev", type: "uint8" },
53
+ ],
54
+ name: "LU_INVALID_USER_LEVERAGE",
55
+ type: "error",
56
+ },
57
+ { inputs: [], name: "LU_MAX_BETS_PER_MARKET_EXCEEDED", type: "error" },
58
+ {
59
+ inputs: [
60
+ { internalType: "address", name: "user", type: "address" },
61
+ { internalType: "bytes6", name: "tournamentId", type: "bytes6" },
62
+ ],
63
+ name: "LU_NOT_WHITELISTED",
64
+ type: "error",
65
+ },
66
+ {
67
+ inputs: [
68
+ { internalType: "bytes32", name: "gameMarketId", type: "bytes32" },
69
+ { internalType: "bytes32", name: "positionId", type: "bytes32" },
70
+ ],
71
+ name: "LU_POSITION_MARKED_FOR_LIQUIDATION",
72
+ type: "error",
73
+ },
74
+ {
75
+ inputs: [
76
+ { internalType: "address", name: "user", type: "address" },
77
+ { internalType: "bytes32", name: "positionId", type: "bytes32" },
78
+ ],
79
+ name: "LU_POSITION_NOT_OPEN",
80
+ type: "error",
81
+ },
82
+ {
83
+ inputs: [],
84
+ name: "GROUP_OUTCOME",
85
+ outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
86
+ stateMutability: "view",
87
+ type: "function",
88
+ },
89
+ {
90
+ inputs: [],
91
+ name: "GROUP_TOTAL",
92
+ outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
93
+ stateMutability: "view",
94
+ type: "function",
95
+ },
96
+ {
97
+ inputs: [],
98
+ name: "SIDE_DRAW",
99
+ outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
100
+ stateMutability: "view",
101
+ type: "function",
102
+ },
103
+ {
104
+ inputs: [],
105
+ name: "SIDE_HOME",
106
+ outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
107
+ stateMutability: "view",
108
+ type: "function",
109
+ },
110
+ {
111
+ inputs: [],
112
+ name: "SIDE_NONE",
113
+ outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
114
+ stateMutability: "view",
115
+ type: "function",
116
+ },
117
+ {
118
+ inputs: [],
119
+ name: "SIDE_OVER",
120
+ outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
121
+ stateMutability: "view",
122
+ type: "function",
123
+ },
124
+ {
125
+ inputs: [],
126
+ name: "SIDE_UNDER",
127
+ outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
128
+ stateMutability: "view",
129
+ type: "function",
130
+ },
131
+ {
132
+ inputs: [],
133
+ name: "SIDE_VISITOR",
134
+ outputs: [{ internalType: "uint8", name: "", type: "uint8" }],
135
+ stateMutability: "view",
136
+ type: "function",
137
+ },
138
+ {
139
+ inputs: [
140
+ { internalType: "contract ILevrConfigProvider", name: "configProvider", type: "ILevrConfigProvider" },
141
+ { internalType: "address", name: "user", type: "address" },
142
+ { internalType: "address", name: "asset", type: "address" },
143
+ { internalType: "bytes32", name: "gameMarketId", type: "bytes32" },
144
+ { internalType: "uint256", name: "gameId", type: "uint256" },
145
+ { internalType: "uint256", name: "amount", type: "uint256" },
146
+ { internalType: "uint256", name: "minTokensOut", type: "uint256" },
147
+ { internalType: "enum Side", name: "side", type: "Side" },
148
+ { internalType: "uint256", name: "betsPlaced", type: "uint256" },
149
+ { internalType: "uint8", name: "uLeverage", type: "uint8" },
150
+ { internalType: "bytes32[]", name: "whitelistProof", type: "bytes32[]" },
151
+ ],
152
+ name: "validateAndCalculatePreGamePositionDetails",
153
+ outputs: [
154
+ { internalType: "uint256", name: "positionSize", type: "uint256" },
155
+ { internalType: "uint256", name: "wageredAmount", type: "uint256" },
156
+ { internalType: "uint256", name: "eCollateral", type: "uint256" },
157
+ { internalType: "uint256", name: "eLeverage", type: "uint256" },
158
+ { internalType: "uint256", name: "entryPrice", type: "uint256" },
159
+ { internalType: "uint256", name: "liqPrice", type: "uint256" },
160
+ { internalType: "uint256", name: "tokensBought", type: "uint256" },
161
+ { internalType: "uint256", name: "boundedLoss", type: "uint256" },
162
+ { internalType: "uint256", name: "positionFee", type: "uint256" },
163
+ { internalType: "uint256", name: "imbalanceFee", type: "uint256" },
164
+ ],
165
+ stateMutability: "view",
166
+ type: "function",
167
+ },
168
+ {
169
+ inputs: [
170
+ { internalType: "contract ILevrConfigProvider", name: "configProvider", type: "ILevrConfigProvider" },
171
+ { internalType: "address", name: "user", type: "address" },
172
+ { internalType: "uint256", name: "gameId", type: "uint256" },
173
+ { internalType: "address", name: "asset", type: "address" },
174
+ { internalType: "uint256", name: "amount", type: "uint256" },
175
+ { internalType: "uint8", name: "uLeverage", type: "uint8" },
176
+ { internalType: "uint256", name: "betsPlaced", type: "uint256" },
177
+ { internalType: "bytes32[]", name: "whitelistProof", type: "bytes32[]" },
178
+ ],
179
+ name: "validateOpenPositionPreGame",
180
+ outputs: [],
181
+ stateMutability: "view",
182
+ type: "function",
183
+ },
184
+ {
185
+ inputs: [
186
+ { internalType: "contract ILevrConfigProvider", name: "configProvider", type: "ILevrConfigProvider" },
187
+ {
188
+ components: [
189
+ { internalType: "bytes32", name: "positionId", type: "bytes32" },
190
+ { internalType: "bytes32", name: "gameMarketId", type: "bytes32" },
191
+ { internalType: "uint256", name: "collateralAmount", type: "uint256" },
192
+ { internalType: "uint256", name: "positionSize", type: "uint256" },
193
+ { internalType: "uint256", name: "tokensBought", type: "uint256" },
194
+ { internalType: "uint256", name: "tokenAmount", type: "uint256" },
195
+ { internalType: "uint256", name: "boundedLoss", type: "uint256" },
196
+ { internalType: "uint256", name: "positionFee", type: "uint256" },
197
+ { internalType: "uint256", name: "borrowFee", type: "uint256" },
198
+ { internalType: "uint256", name: "imbalanceFee", type: "uint256" },
199
+ { internalType: "uint256", name: "userLeverage", type: "uint256" },
200
+ { internalType: "uint256", name: "effectiveLeverage", type: "uint256" },
201
+ { internalType: "uint256", name: "entryPrice", type: "uint256" },
202
+ { internalType: "uint256", name: "liquidationPrice", type: "uint256" },
203
+ { internalType: "uint256", name: "paidOut", type: "uint256" },
204
+ { internalType: "enum PositionStatus", name: "status", type: "PositionStatus" },
205
+ { internalType: "enum Side", name: "side", type: "Side" },
206
+ { internalType: "address", name: "user", type: "address" },
207
+ { internalType: "uint48", name: "openedAt", type: "uint48" },
208
+ { internalType: "uint48", name: "closedAt", type: "uint48" },
209
+ { internalType: "uint16", name: "gameProgressAtOpen", type: "uint16" },
210
+ { internalType: "uint16", name: "gameProgressAtClose", type: "uint16" },
211
+ ],
212
+ internalType: "struct UserPosition",
213
+ name: "position",
214
+ type: "tuple",
215
+ },
216
+ { internalType: "uint256", name: "gameId", type: "uint256" },
217
+ { internalType: "address", name: "receiver", type: "address" },
218
+ { internalType: "enum MarketStatus", name: "marketStatus", type: "MarketStatus" },
219
+ ],
220
+ name: "validateRedeemPosition",
221
+ outputs: [],
222
+ stateMutability: "view",
223
+ type: "function",
224
+ },
225
+ ];
226
+ //# sourceMappingURL=LevrUtil.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LevrUtil.js","sourceRoot":"","sources":["../../../../src/core/contracts/abis/LevrUtil.ts"],"names":[],"mappings":"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"}