UNPKG
@htsoft/reactjs-hooks
Version:
latest (1.0.4)
next (1.0.1-0)
1.0.4
1.0.3
1.0.2
1.0.1-0
1.0.0
NFT information hepler for ReactJS
github.com/jack-ht/aiza-react-hooks
jack-ht/aiza-react-hooks
@htsoft/reactjs-hooks
/
dist
/
constants
/
timeouts.js
10 lines
(9 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
DEFAULT_NETWORK_TIMEOUTS_MS
=
void
0
;
exports
.
DEFAULT_NETWORK_TIMEOUTS_MS
= {
Aiza
:
2
*
1000
,
Graph
:
5
*
1000
,
IPFS
:
10
*
1000
,
OpenSea
:
8
*
1000
, };