Skip to content

Commit c04cbcc

Browse files
Fix/minor stuff (#92)
* Remove unused images * Remove unused hardhat lint command from lintstaged * Update contributing md * Update pr template * Update issue template * Up viem ver
1 parent 5ae9279 commit c04cbcc

File tree

10 files changed

+46
-98
lines changed

10 files changed

+46
-98
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
label: Is there an existing issue for this?
1313
description: Please search to see if an issue already exists for the bug you encountered.
1414
options:
15-
- label: I have looked through the [existing issues](https://github.com/scaffold-eth/scaffold-eth-2/issues)
15+
- label: I have looked through the [existing issues](https://github.com/BuidlGuidl/address-vision-port/issues)
1616
required: true
1717

1818
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Ask Question
4-
url: https://github.com/scaffold-eth/scaffold-eth-2/discussions/new?category=q-a
4+
url: https://github.com/BuidlGuidl/address-vision-port/discussions/new?category=q-a
55
about: Ask questions and discuss with other community members
66
- name: Request Feature
7-
url: https://github.com/scaffold-eth/scaffold-eth-2/discussions/new?category=ideas
7+
url: https://github.com/BuidlGuidl/address-vision-port/discussions/new?category=ideas
88
about: Requests features or brainstorm ideas for new functionality

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _Concise description of proposed changes, We recommend using screenshots and vid
55
## Additional Information
66

77
- [ ] I have read the [contributing docs](/scaffold-eth/scaffold-eth-2/blob/main/CONTRIBUTING.md) (if this is your first contribution)
8-
- [ ] This is not a duplicate of any [existing pull request](https://github.com/scaffold-eth/scaffold-eth-2/pulls)
8+
- [ ] This is not a duplicate of any [existing pull request](https://github.com/BuidlGuidl/address-vision-port/pulls)
99

1010
## Related Issues
1111

.lintstagedrc.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@ const buildNextEslintCommand = (filenames) =>
77

88
const checkTypesNextCommand = () => "yarn next:check-types";
99

10-
const buildHardhatEslintCommand = (filenames) =>
11-
`yarn hardhat:lint-staged --fix ${filenames
12-
.map((f) => path.relative(path.join("packages", "hardhat"), f))
13-
.join(" ")}`;
14-
1510
module.exports = {
1611
"packages/nextjs/**/*.{ts,tsx}": [
1712
buildNextEslintCommand,
1813
checkTypesNextCommand,
1914
],
20-
"packages/hardhat/**/*.{ts,tsx}": [buildHardhatEslintCommand],
2115
};

CONTRIBUTING.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
# Welcome to Scaffold-ETH 2 Contributing Guide
1+
# Welcome to address.vision Contributing Guide
22

3-
Thank you for investing your time in contributing to Scaffold-ETH 2!
3+
Thank you for investing your time in contributing to address.vision!
44

55
This guide aims to provide an overview of the contribution workflow to help us make the contribution process effective for everyone involved.
66

77
## About the Project
88

9-
Scaffold-ETH 2 is a minimal and forkable repo providing builders with a starter kit to build decentralized applications on Ethereum.
9+
address.vision is a simple web application that allows users to quickly query an Ethereum address or an ENS name via a browser. It fetches and displays the NFTs and tokens associated with the queried address. The project is built on Scaffold-ETH 2.
1010

1111
Read the [README](README.md) to get an overview of the project.
1212

13-
### Vision
14-
15-
The goal of Scaffold-ETH 2 is to provide the primary building blocks for a decentralized application.
16-
17-
The repo can be forked to include integrations and more features, but we want to keep the master branch simple and minimal.
18-
1913
### Project Status
2014

2115
The project is under active development.
@@ -44,7 +38,7 @@ Issues should be used to report problems, request a new feature, or discuss pote
4438

4539
#### Solve an issue
4640

47-
Scan through our [existing issues](https://github.com/scaffold-eth/scaffold-eth-2/issues) to find one that interests you.
41+
Scan through our [existing issues](https://github.com/BuidlGuidl/address-vision-port/issues) to find one that interests you.
4842

4943
If a contributor is working on the issue, they will be assigned to the individual. If you find an issue to work on, you are welcome to assign it to yourself and open a PR with a fix for it.
5044

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-hot-toast": "^2.4.0",
3434
"swr": "^2.2.5",
3535
"usehooks-ts": "^2.7.2",
36-
"viem": "2.16.4",
36+
"viem": "2.37.4",
3737
"wagmi": "^2.10.8",
3838
"zustand": "^4.1.2"
3939
},
-296 KB
Binary file not shown.
-3.63 KB
Binary file not shown.
-3.54 KB
Binary file not shown.

yarn.lock

Lines changed: 37 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ __metadata:
55
version: 6
66
cacheKey: 8
77

8-
"@adraffy/ens-normalize@npm:1.10.0":
9-
version: 1.10.0
10-
resolution: "@adraffy/ens-normalize@npm:1.10.0"
11-
checksum: af0540f963a2632da2bbc37e36ea6593dcfc607b937857133791781e246d47f870d5e3d21fa70d5cfe94e772c284588c81ea3f5b7f4ea8fbb824369444e4dbcb
12-
languageName: node
13-
linkType: hard
14-
158
"@adraffy/ens-normalize@npm:^1.10.1, @adraffy/ens-normalize@npm:^1.11.0":
169
version: 1.11.0
1710
resolution: "@adraffy/ens-normalize@npm:1.11.0"
@@ -2763,15 +2756,6 @@ __metadata:
27632756
languageName: node
27642757
linkType: hard
27652758

2766-
"@noble/curves@npm:1.4.0":
2767-
version: 1.4.0
2768-
resolution: "@noble/curves@npm:1.4.0"
2769-
dependencies:
2770-
"@noble/hashes": 1.4.0
2771-
checksum: 0014ff561d16e98da4a57e2310a4015e4bdab3b1e1eafcd18d3f9b955c29c3501452ca5d702fddf8ca92d570bbeadfbe53fe16ebbd81a319c414f739154bb26b
2772-
languageName: node
2773-
linkType: hard
2774-
27752759
"@noble/curves@npm:1.4.2, @noble/curves@npm:~1.4.0":
27762760
version: 1.4.2
27772761
resolution: "@noble/curves@npm:1.4.2"
@@ -3508,7 +3492,7 @@ __metadata:
35083492
typescript: ^5.1.6
35093493
usehooks-ts: ^2.7.2
35103494
vercel: ^28.15.1
3511-
viem: 2.16.4
3495+
viem: 2.37.4
35123496
wagmi: ^2.10.8
35133497
zustand: ^4.1.2
35143498
languageName: unknown
@@ -4990,21 +4974,6 @@ __metadata:
49904974
languageName: node
49914975
linkType: hard
49924976

4993-
"abitype@npm:1.0.5":
4994-
version: 1.0.5
4995-
resolution: "abitype@npm:1.0.5"
4996-
peerDependencies:
4997-
typescript: ">=5.0.4"
4998-
zod: ^3 >=3.22.0
4999-
peerDependenciesMeta:
5000-
typescript:
5001-
optional: true
5002-
zod:
5003-
optional: true
5004-
checksum: 4a4865926e5e8e33e4fab0081a106ce4f627db30b4052fbc449e4707aea6d34d805d46c8d6d0a72234bdd9a2b4900993591515fc299bc57d393181c70dc0c19e
5005-
languageName: node
5006-
linkType: hard
5007-
50084977
"abitype@npm:1.0.8":
50094978
version: 1.0.8
50104979
resolution: "abitype@npm:1.0.8"
@@ -9835,15 +9804,6 @@ __metadata:
98359804
languageName: node
98369805
linkType: hard
98379806

9838-
"isows@npm:1.0.4":
9839-
version: 1.0.4
9840-
resolution: "isows@npm:1.0.4"
9841-
peerDependencies:
9842-
ws: "*"
9843-
checksum: a3ee62e3d6216abb3adeeb2a551fe2e7835eac87b05a6ecc3e7739259bf5f8e83290501f49e26137390c8093f207fc3378d4a7653aab76ad7bbab4b2dba9c5b9
9844-
languageName: node
9845-
linkType: hard
9846-
98479807
"isows@npm:1.0.6":
98489808
version: 1.0.6
98499809
resolution: "isows@npm:1.0.6"
@@ -15399,27 +15359,6 @@ __metadata:
1539915359
languageName: node
1540015360
linkType: hard
1540115361

15402-
"viem@npm:2.16.4":
15403-
version: 2.16.4
15404-
resolution: "viem@npm:2.16.4"
15405-
dependencies:
15406-
"@adraffy/ens-normalize": 1.10.0
15407-
"@noble/curves": 1.4.0
15408-
"@noble/hashes": 1.4.0
15409-
"@scure/bip32": 1.4.0
15410-
"@scure/bip39": 1.3.0
15411-
abitype: 1.0.5
15412-
isows: 1.0.4
15413-
ws: 8.17.1
15414-
peerDependencies:
15415-
typescript: ">=5.0.4"
15416-
peerDependenciesMeta:
15417-
typescript:
15418-
optional: true
15419-
checksum: 3c1ee74d2b1a1cba410654e54c747a52725f6f75140414a2c0c042497553e4479908ab673dc535678a8af35424b92fee550ef2f9cff3d9100c0e7f1985ef00f6
15420-
languageName: node
15421-
linkType: hard
15422-
1542315362
"viem@npm:2.23.2":
1542415363
version: 2.23.2
1542515364
resolution: "viem@npm:2.23.2"
@@ -15441,6 +15380,27 @@ __metadata:
1544115380
languageName: node
1544215381
linkType: hard
1544315382

15383+
"viem@npm:2.37.4":
15384+
version: 2.37.4
15385+
resolution: "viem@npm:2.37.4"
15386+
dependencies:
15387+
"@noble/curves": 1.9.1
15388+
"@noble/hashes": 1.8.0
15389+
"@scure/bip32": 1.7.0
15390+
"@scure/bip39": 1.6.0
15391+
abitype: 1.1.0
15392+
isows: 1.0.7
15393+
ox: 0.9.3
15394+
ws: 8.18.3
15395+
peerDependencies:
15396+
typescript: ">=5.0.4"
15397+
peerDependenciesMeta:
15398+
typescript:
15399+
optional: true
15400+
checksum: 604ed7508d5ad45d18c86d3af17c51c6aa94b97607bbf910e90433fdeeb79b098529c6ab90da6a431fc6ce3e7e64c27bdaa22a6d2e200cd3add708a9d8308e1e
15401+
languageName: node
15402+
linkType: hard
15403+
1544415404
"viem@npm:>=2.29.0, viem@npm:^2.1.1, viem@npm:^2.27.2, viem@npm:^2.31.7":
1544515405
version: 2.37.3
1544615406
resolution: "viem@npm:2.37.3"
@@ -15744,21 +15704,6 @@ __metadata:
1574415704
languageName: node
1574515705
linkType: hard
1574615706

15747-
"ws@npm:8.17.1, ws@npm:~8.17.1":
15748-
version: 8.17.1
15749-
resolution: "ws@npm:8.17.1"
15750-
peerDependencies:
15751-
bufferutil: ^4.0.1
15752-
utf-8-validate: ">=5.0.2"
15753-
peerDependenciesMeta:
15754-
bufferutil:
15755-
optional: true
15756-
utf-8-validate:
15757-
optional: true
15758-
checksum: 442badcce1f1178ec87a0b5372ae2e9771e07c4929a3180321901f226127f252441e8689d765aa5cfba5f50ac60dd830954afc5aeae81609aefa11d3ddf5cecf
15759-
languageName: node
15760-
linkType: hard
15761-
1576215707
"ws@npm:8.18.0":
1576315708
version: 8.18.0
1576415709
resolution: "ws@npm:8.18.0"
@@ -15804,6 +15749,21 @@ __metadata:
1580415749
languageName: node
1580515750
linkType: hard
1580615751

15752+
"ws@npm:~8.17.1":
15753+
version: 8.17.1
15754+
resolution: "ws@npm:8.17.1"
15755+
peerDependencies:
15756+
bufferutil: ^4.0.1
15757+
utf-8-validate: ">=5.0.2"
15758+
peerDependenciesMeta:
15759+
bufferutil:
15760+
optional: true
15761+
utf-8-validate:
15762+
optional: true
15763+
checksum: 442badcce1f1178ec87a0b5372ae2e9771e07c4929a3180321901f226127f252441e8689d765aa5cfba5f50ac60dd830954afc5aeae81609aefa11d3ddf5cecf
15764+
languageName: node
15765+
linkType: hard
15766+
1580715767
"xdm@npm:^2.0.0":
1580815768
version: 2.1.0
1580915769
resolution: "xdm@npm:2.1.0"

0 commit comments

Comments
 (0)