Skip to content

Commit

Permalink
add includeBytes "macro" that helps factory contract
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp committed Sep 7, 2022
1 parent b551a65 commit feac209
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/babel.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"plugins": [
"near-sdk-js/lib/build-tools/include-bytes",
"near-sdk-js/lib/build-tools/near-bindgen-exporter",
["@babel/plugin-proposal-decorators", {"version": "legacy"}]
],
Expand Down
1 change: 1 addition & 0 deletions tests/babel.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"plugins": [
"near-sdk-js/lib/build-tools/include-bytes",
"near-sdk-js/lib/build-tools/near-bindgen-exporter",
["@babel/plugin-proposal-decorators", {"version": "legacy"}]
],
Expand Down
2 changes: 1 addition & 1 deletion tests/src/promise_batch_api.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"files": [
"src/index.ts",
"src/build-tools/near-bindgen-exporter.js",
"src/build-tools/include-bytes.js",
]
}

0 comments on commit feac209

Please sign in to comment.