Skip to content

Commit 18d7dec

Browse files
committed
additional updates
1 parent 60136ec commit 18d7dec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

lib/account.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ module.exports = function(getRequest, apiKey) {
170170
* @param {string} sort - Sort asc/desc
171171
* @param {string} contractaddress - Address of ERC20 token contract (if not specified lists transfers for all tokens)
172172
* @example
173-
* var tokentx = api.account.tokentx('0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae', '0x5F988D968cb76c34C87e6924Cc1Ef1dCd4dE75da', 1, 'latest', 'asc');
173+
* var txlist = api.account.tokentx('0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae', '0x5F988D968cb76c34C87e6924Cc1Ef1dCd4dE75da', 1, 'latest', 'asc');
174174
* @returns {Promise.<object>}
175175
*/
176176
tokentx(address, contractaddress, startblock, endblock, page, offset, sort) {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "superern-etherscan-api",
2+
"name": "etherscan-api",
33
"version": "10.0.2",
4-
"description": "API to etherscan with a simple interface. Modifying for personal use and improvements. Thanks to https://github.com/sebs",
4+
"description": "API to etherscan with a simple interface",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha -t 20000",
@@ -11,7 +11,7 @@
1111
"bundle": "browserify index.js -s etherscanApi -o dist/bundle.js && git commit ./dist -m bundle && git push",
1212
"preversion": "npm run lint && npm run changelog",
1313
"postversion": "git push && git push --tags",
14-
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/superern/etherscan-api all > ./docs/CHANGELOG.md && git add ./docs/CHANGELOG.md && git commit ./docs/CHANGELOG.md -m changelog",
14+
"changelog": "rm ./docs/CHANGELOG.md && changelog https://github.com/sebs/etherscan-api all > ./docs/CHANGELOG.md && git add ./docs/CHANGELOG.md && git commit ./docs/CHANGELOG.md -m changelog",
1515
"build": "npm run test && npm run docs"
1616
},
1717
"keywords": [
@@ -25,14 +25,14 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "git+https://github.com/superern/etherscan-api.git"
28+
"url": "git+https://github.com/sebs/etherscan-api.git"
2929
},
3030
"author": "",
3131
"license": "ISC",
3232
"bugs": {
33-
"url": "https://github.com/superern/etherscan-api/issues"
33+
"url": "https://github.com/sebs/etherscan-api/issues"
3434
},
35-
"homepage": "https://github.com/superern/etherscan-api#readme",
35+
"homepage": "https://github.com/sebs/etherscan-api#readme",
3636
"devDependencies": {
3737
"browserify": "^16.5.0",
3838
"chai": "^4.2.0",

0 commit comments

Comments
 (0)