-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gas-ticker): add ricmoo's gas ticker (#12)
- Loading branch information
Showing
2 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gas-reporting", | ||
"version": "1.1.5", | ||
"version": "1.1.10", | ||
"description": "gas reporting index of all available apis for ethereum pricing", | ||
"main": "chains.js", | ||
"scripts": { | ||
|
@@ -9,7 +9,7 @@ | |
"type": "git", | ||
"url": "git+https://github.com/sambacha/gas-reporting.git" | ||
}, | ||
"keywords": [], | ||
"keywords": ["ethereum", "gas pricing", "gwei", "gas station", "transaction price", "nanoeth", "eth"], | ||
"author": "sam bacha <[email protected]>", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"bugs": { | ||
|