Skip to content

Commit

Permalink
Rename performance example
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Feb 12, 2024
1 parent c8f9842 commit 6558aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"multisig_v2": "ts-node --esm dist/multisig_v2.js",
"server_signs_and_submit": "ts-node dist/sponsored_transactions/server_signs_and_submit.js",
"server_as_sponsor": "ts-node dist/sponsored_transactions/server_as_sponsor.js",
"performance": "ts-node dist/performance_optimization.js",
"test": "run-s build simple_transfer simple_sponsored_transaction simple_digital_asset multisig_v2 server_signs_and_submit server_as_sponsor performance"
"transaction_with_predefined_abi": "ts-node dist/transaction_with_predefined_abi.js",
"test": "run-s build simple_transfer simple_sponsored_transaction simple_digital_asset multisig_v2 server_signs_and_submit server_as_sponsor transaction_with_predefined_abi"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 6558aab

Please sign in to comment.