Skip to content

Commit

Permalink
banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lefebvre committed Oct 12, 2023
1 parent e2eca38 commit 14c3872
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"description": "ERC20 API powered by Substreams",
"version": "v0.0.1",
"repository": "https://github.com/pinax-network/substreams-erc20-api",
"scripts": {
"dev": "bun run --hot src/index.ts"
},
Expand Down
4 changes: 2 additions & 2 deletions src/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export function banner() {
╚══════╝╚═╝░░╚═╝░╚════╝░╚══════╝░╚════╝░  ╚═╝░░╚═╝╚═╝░░░░░╚═╝
`
text += ` 🚀 ${pkg.description} (v${pkg.version})
text += ` 🚀 ${pkg.description} (${pkg.version})
Documentation: ${pkg.homepage}
Github: ${pkg.repository}
HTTP GET
/supply?address=<Contract address>&block=<Optional - Block number>
Expand Down

0 comments on commit 14c3872

Please sign in to comment.