Skip to content

Commit a0b2822

Browse files
committed
v3
1 parent ce0dd06 commit a0b2822

29 files changed

+1688
-8596
lines changed

.eslintignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

.npmignore

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1+
# Build and config files
12
hardhat.config.ts
3+
tsconfig.json
4+
tsup.config.ts
5+
wagmi.config.ts
6+
foundry.toml
7+
foundry.lock
8+
remappings.txt
9+
slither.config.json
10+
11+
# Development directories
212
scripts
313
test
14+
perfTest
15+
lib
16+
audits
17+
deploy
18+
abi
419

5-
# Exclude test/mock contracts
6-
contracts/mocks
7-
8-
# Exclude binary assets
9-
**/*.png
10-
**/*.jpg
11-
**/*.jpeg
12-
13-
# Exclude diagram source files
14-
**/MermaidDiagramSource.md
20+
# Documentation (available on GitHub)
21+
*.md
22+
!README.md
23+
!LICENSE.md

.prettierignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.prettierrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.solhint.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"plugins": ["prettier"],
3-
42
"rules": {
53
"code-complexity": ["warn", 7],
64
"custom-errors": "error",
@@ -48,9 +46,6 @@
4846
"not-rely-on-block-hash": "warn",
4947
"not-rely-on-time": "warn",
5048
"reentrancy": "warn",
51-
"state-visibility": "warn",
52-
53-
"prettier/prettier": "error"
49+
"state-visibility": "warn"
5450
}
5551
}
56-

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

abi/index.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

clients/config/overrides.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

clients/erc20.ts

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)