Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ledger Web update #16

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
7 changes: 7 additions & 0 deletions build-protobufs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

docker run --rm -v $(pwd):$(pwd) -w $(pwd) znly/protoc \
--proto_path=protobuf \
--js_out=import_style=commonjs,binary:src/protocol \
protobuf/core/*.proto protobuf/api/*.proto

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tronscan/client",
"version": "0.2.26",
"version": "0.2.29",
"description": "Tronscan API Client",
"main": "src/index.js",
"homepage": "https://api.tronscan.org/",
Expand Down
Loading