Skip to content

Commit 80fe230

Browse files
authored
Xc admin/add executor (#466)
* Add encoder * Update test * Cleanup * More cleanup * Add executor * Update comment * Update package lock * Cleanup * Fix bug and error handling
1 parent 1153abe commit 80fe230

File tree

6 files changed

+1789
-4818
lines changed

6 files changed

+1789
-4818
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repos:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-added-large-files
8+
exclude: package-lock.json
89
# Hook to format many type of files in the repo
910
# including solidity contracts.
1011
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)