Skip to content

Commit

Permalink
feat/add-expireSeconds-for-request-sign-tx (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Duy Phan <[email protected]>
  • Loading branch information
duyphanz and Duy Phan authored Jun 24, 2020
1 parent e6e4d9e commit d67a059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "can-pass-js",
"version": "1.1.0",
"version": "1.1.1",
"description": "Can Pass API SDK",
"files": [
"dist",
Expand Down
1 change: 1 addition & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const requestTx = (transaction: any, signTxOption: RequestSignTxOptions):
transaction,
trxOpt: {
broadcast,
expireSeconds: 30,
}
};

Expand Down

0 comments on commit d67a059

Please sign in to comment.