The official web3-react
connector for the Stargazer Wallet.
If you're using NPM
npm install @stardust-collective/web3-react-stargazer-connector
If you're using Yarn
yarn add @stardust-collective/web3-react-stargazer-connector
supportedChainIds?: number[]
import {StargazerConnector} from 'stargazer-connector';
const stargazerConnector = new StargazerConnector({
supportedChainIds: [1, 3]
});
This project runs on TypeScript 4.7
, Node 16.13
, and web3-react 6
.
Builds the project and stores its contents in the ./dist folder.
Builds the project and watches for changes.
This project is licensed under the MIT License