exeos
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
27 lines (22 loc) • 543 B
Markdown
add @web3-react/squarelink-connector`
```typescript
interface SquarelinkConnectorArguments {
clientId: string
networks: (number | { chainId: number; [key: string]: any })[]
options?: any
}
```
```javascript
import { SquarelinkConnector } from '@web3-react/squarelink-connector'
const squarelink = new SquarelinkConnector({
clientId: '...',
networks: [1, 100]
})
```
- [Install](
- [Arguments](
- [Example](
`yarn