Types
We recommend using the types from our npm package. If you are using our API without our SDK, you can find the types inside node_modules/@0xsquid/sdk/dist/types/index.d.ts after installing the SDK (npm install @0xsquid/sdk).
import { Token, ChainData } from '@0xsquid/sdk/dist/types'Last updated