bscscan-ts icon indicating copy to clipboard operation
bscscan-ts copied to clipboard

Explore the Binance Smart Chain using TypeScript and JavaScript

Results 4 bscscan-ts issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Hi, it looks like this endpoint is missing: [https://docs.bscscan.com/api-endpoints/tokens#get-bep-20-token-account-balance-by-contractaddress](https://docs.bscscan.com/api-endpoints/tokens#get-bep-20-token-account-balance-by-contractaddress)

I got this when run accounts module and get txList: ``` xxxxx\binance-caller\node_modules\@jpmonette\bscscan\lib\client.js:71 var headers = new Headers(); ^ ReferenceError: Headers is not defined at BscScan.newRequest (xxxxx\binance-caller\node_modules\@jpmonette\bscscan\lib\client.js:71:23) at BscScan. (xxxxx\binance-caller\node_modules\@jpmonette\bscscan\lib\client.js:82:41) at...