UNPKG
@swapnet-xyz/sdk
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
TypeScript SDK for SwapNet API.
github.com/swapnet-xyz/swapnet-sdk
swapnet-xyz/swapnet-sdk
@swapnet-xyz/sdk
/
dist
/
routers
/
universalRouter
/
addresses.d.ts
4 lines
(3 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
import
type
{
PartialRecord
}
from
"../../common/typeUtils.js"
;
import
{
ChainId
}
from
"../../common/unames.js"
;
export
declare
const
deployedAddressesByChainId
:
PartialRecord
<
ChainId
,
string
>;