Mixtral_ether / bitgetWallet.ts
jeduardogruiz's picture
Upload 10 files
9b9e880 verified
raw
history blame
214 Bytes
import { initializeConnector } from '@web3-react/core'
import { BitKeep } from '@akkafinance/web3-react-bitkeep'
export const [bitKeep, hooks] = initializeConnector<BitKeep>((actions) => new BitKeep({ actions }))