-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lint and build ok but i think because wagmi is now only esm (annoying but true) i must convert the entire project to esm now. * upgrade deps to... node 22. lock viem wagmi rainbow, remove outdated resolution. * setup custom wallet list with valora, etc. have special section for fallbacks of wallet connect and injected * vercel doesnt support 22 * fix test for wagmi v2
- Loading branch information
Showing
46 changed files
with
1,574 additions
and
2,370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,35 +13,32 @@ | |
"dependencies": { | ||
"@celo/abis": "^11.0.0", | ||
"@celo/compliance": "^1.0.23", | ||
"@celo/rainbowkit-celo": "1.2.0", | ||
"@rainbow-me/rainbowkit": "^1.3.7", | ||
"@rainbow-me/rainbowkit": "^2.1.6", | ||
"@tanstack/react-query": "^5.56.2", | ||
"@types/react-modal": "^3.15.1", | ||
"@types/react-transition-group": "^4.4.10", | ||
"bignumber.js": "^9.1.2", | ||
"dayjs": "^1.11.11", | ||
"dayjs": "^1.11.13", | ||
"graphql": "^16.9.0", | ||
"graphql-request": "^6.1.0", | ||
"gray-matter": "^4.0.3", | ||
"next": "^14.0.0", | ||
"next": "^14.2.11", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-modal": "^3.16.1", | ||
"react-number-format": "^5.4.0", | ||
"react-toastify": "^10.0.5", | ||
"react-transition-group": "^4.4.5", | ||
"react-use-async-callback": "^2.1.2", | ||
"viem": "^1.21.4", | ||
"wagmi": "^1.4.13" | ||
}, | ||
"resolutions": { | ||
"@wagmi/connectors": "^3.1.10" | ||
"viem": "2.21.6", | ||
"wagmi": "2.12.11" | ||
}, | ||
"devDependencies": { | ||
"@celo/contractkit": "^8.0.0", | ||
"@next/bundle-analyzer": "^13.5.6", | ||
"@testing-library/react": "^14.3.1", | ||
"@types/gtag.js": "^0.0.20", | ||
"@types/node": "18.19.40", | ||
"@types/node": "20.14.8", | ||
"@types/react": "18.3.3", | ||
"@types/react-dom": "18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
|
@@ -67,5 +64,8 @@ | |
"minimumChangeThreshold": 0, | ||
"showDetails": true | ||
}, | ||
"engines": { | ||
"node": "20" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.