UNPKG
@nftsafe/sdk
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Lend and rent any ERC721s and ERC1155s on supported mainnet and testnet.
@nftsafe/sdk
/
src
/
consts.ts
4 lines
(3 loc)
•
102 B
text/typescript
View Raw
1
2
3
4
export
const
MAX_PRICE =
9999.9999
;
export
const
NUM_BITS_IN_BYTE =
8
;
export
const
WEI_DECIMAL =
18
;