Skip to content

Commit

Permalink
update wagmi, viem and rainbowkit versions (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 authored Nov 27, 2023
1 parent c3344b3 commit b2a91b8
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 91 deletions.
8 changes: 8 additions & 0 deletions packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ const config: HardhatUserConfig = {
url: "https://rpc.scroll.io",
accounts: [deployerPrivateKey],
},
pgn: {
url: "https://rpc.publicgoods.network",
accounts: [deployerPrivateKey],
},
pgnTestnet: {
url: "https://sepolia.publicgoods.network",
accounts: [deployerPrivateKey],
},
},
verify: {
etherscan: {
Expand Down
6 changes: 3 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@heroicons/react": "^2.0.11",
"@rainbow-me/rainbowkit": "1.1.2",
"@rainbow-me/rainbowkit": "1.3.0",
"@uniswap/sdk-core": "^4.0.1",
"@uniswap/v2-sdk": "^3.0.1",
"blo": "^1.0.1",
Expand All @@ -30,8 +30,8 @@
"react-hot-toast": "^2.4.0",
"use-debounce": "^8.0.4",
"usehooks-ts": "^2.7.2",
"viem": "^1.16.6",
"wagmi": "1.4.4",
"viem": "1.19.9",
"wagmi": "1.4.7",
"zustand": "^4.1.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b2a91b8

Please sign in to comment.