Skip to content

Commit

Permalink
use protobufjs/minimal from @hashgraph fork
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode committed Nov 12, 2020
1 parent 6862d8e commit eace345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -63,6 +63,7 @@
"test:integration:browser:safari": "vite -c vite.config.cjs serve --port 9013 test/ & sleep 2; mocha-webdriver-runner --safari http://localhost:9013/integration.html; kill %1"
},
"dependencies": {
"@hashgraph/protobufjs": "^6.10.1-hashgraph.2",
"@grpc/grpc-js": "^1.1.7",
"@hashgraph/cryptography": "^1.0.6",
"@hashgraph/proto": "^1.0.13",
Expand Down
2 changes: 1 addition & 1 deletion src/transaction/Transaction.js
Expand Up @@ -12,7 +12,7 @@ import {
TransactionBody as ProtoTransactionBody,
} from "@hashgraph/proto";
import AccountId from "../account/AccountId.js";
import $protobuf from "protobufjs/minimal.js";
import $protobuf from "@hashgraph/protobufjs/minimal.js";

/**
* @typedef {import("bignumber.js").default} BigNumber
Expand Down

0 comments on commit eace345

Please sign in to comment.