@subql/eth-provider
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

eth-provider

import { SubqueryAuthedRpcProvider } from '@subql/eth-provider'

const provider = new SubqueryAuthedRpcProvider({
  deploymentId: "RPC deployment id"
  authUrl: "auth service url",
  selector: { // optional
    runnerAddresses: ["0x00000"]
  }
})

Readme

Keywords

none

Package Sidebar

Install

npm i @subql/eth-provider

Weekly Downloads

1

Version

1.1.1

License

Apache-2.0

Unpacked Size

87 kB

Total Files

15

Last publish

Collaborators

  • onfinality-admin
  • jay_ji