Merge branch 'chore/add-close-pos-back' of github.com:vegaprotocol/frontend-monorepo into chore/add-close-pos-back

This commit is contained in:
Madalina Raicu
2023-12-01 12:31:16 +00:00
+3 -1
View File
@@ -1,3 +1,5 @@
export const MAXGOINT64 = '9223372036854775807';
// The fix for the close position functionality needs MaxInt64/2 for the size
// The fix for the close position functionality needs MaxInt64/2 for the size
// Issue: https://github.com/vegaprotocol/vega/issues/10177
// Core PR: https://github.com/vegaprotocol/vega/pull/10178
export const HALFMAXGOINT64 = '4611686018427387903';