Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ NEXT_PUBLIC_OAUTH_CLIENT_UUID=f1f02e3d-c193-4438-b5fb-a27ef2f3a268
NEXT_PUBLIC_OAUTH_CLIENT_REDIRECT_URI=http://localhost:3000/oauth/callback

# Your sale contract address
NEXT_PUBLIC_SALE_CONTRACT_ADDRESS=0x897Cf7E2cAD4f716172CF82edE45eF7956B33Af0
NEXT_PUBLIC_SALE_CONTRACT_ADDRESS=0x439A7E681A71B1F3297e2c1b9c35bf226Ee24809
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"format": "prettier --write ."
},
"dependencies": {
"@echoxyz/sonar-core": "^0.11.0",
"@echoxyz/sonar-react": "^0.12.0",
"@echoxyz/sonar-core": "^0.13.0",
"@echoxyz/sonar-react": "^0.12.2",
"@tanstack/react-query": "^5.90.12",
"connectkit": "^1.9.1",
"next": "^15.5.7",
Expand Down
Loading