You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
import fetch from 'cross-fetch'
import { JsonRpc } from 'eosjs'
// Instantiate a new JsonRpc object, with the Network Api Uri, and a request object
const rpc = new JsonRpc('https://api.kylin.alohaeos.com', { fetch })
The text was updated successfully, but these errors were encountered:
latest 'node-fetch' throws type errors consider https://www.npmjs.com/package/cross-fetch
The text was updated successfully, but these errors were encountered: