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
/
main
/
util
/
pool.d.ts
6 lines
(5 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ChainId
}
from
'../../src/util/chains'
;
import
{
Pool
as
V4Pool }
from
'@uniswap/v4-sdk'
;
export
declare
const
V4_ETH_WETH_FAKE_POOL
: { [chainId
in
ChainId
]: V4Pool; };