UNPKG
@s2kael/invariant-sdk
Version:
latest (0.1.23)
0.1.23
### Prerequisites
invariant-labs/protocol-vara
@s2kael/invariant-sdk
/
target
/
computed-consts.d.ts
6 lines
(5 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
FeeTier
}
from
'./schema.js'
;
export
declare
const
FEE_TIERS
:
FeeTier
[];
export
declare
const
CONCENTRATION_ARRAY
: { [
key
:
string
]:
number
[]; };