UNPKG
@maxosllc/smart-order-router
Version:
latest (4.21.10)
4.21.10
BlockDAG Smart Order Router
github.com/MaxosLLC/smart-order-router
MaxosLLC/smart-order-router
@maxosllc/smart-order-router
/
build
/
module
/
util
/
defaultBlocksToLive.d.ts
5 lines
(4 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
import
{
ChainId
}
from
'../../src/util/chains'
;
export
declare
const
DEFAULT_BLOCKS_TO_LIVE
: { [chain
in
ChainId
]:
number
; };