Skip to content

Commit

Permalink
updt toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Sep 1, 2023
1 parent 52997e0 commit 19ad573
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ If you need to see the hash produced by StarknetJS, refer to the [Scarb.tom file
```shell
scarb run SimpleStruct
```

# License

This repository is released under the [MIT License](./LICENSE).
2 changes: 0 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ starknet = "=2.2.0"
[scripts]
SimpleStruct= "npx ts-node scripts/SimpleStruct.ts"
StructWithArray= "npx ts-node scripts/StructWithArray.ts"
StructWithEnum= "npx ts-node scripts/StructWithEnum.ts"
StructWithComplexEnum= "npx ts-node scripts/StructWithComplexEnum.ts"
StructWithMerkletree= "npx ts-node scripts/StructWithMerkletree.ts"
StructWithU256= "npx ts-node scripts/StructWithU256.ts"
format = "scarb fmt && npx prettier --write ."

0 comments on commit 19ad573

Please sign in to comment.