Skip to content

Commit

Permalink
update wagmi & rainbow (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 authored Aug 17, 2023
1 parent 6a2fa15 commit 1aeb442
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 108 deletions.
8 changes: 8 additions & 0 deletions packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ const config: HardhatUserConfig = {
url: "https://rpc.chiadochain.net",
accounts: [deployerPrivateKey],
},
base: {
url: "https://mainnet.base.org",
accounts: [deployerPrivateKey],
},
baseGoerli: {
url: "https://goerli.base.org",
accounts: [deployerPrivateKey],
},
},
verify: {
etherscan: {
Expand Down
4 changes: 2 additions & 2 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.0.4",
"@rainbow-me/rainbowkit": "1.0.8",
"@uniswap/sdk-core": "^4.0.1",
"@uniswap/v2-sdk": "^3.0.1",
"daisyui": "^3.5.1",
Expand All @@ -32,7 +32,7 @@
"use-debounce": "^8.0.4",
"usehooks-ts": "^2.7.2",
"viem": "1.2.1",
"wagmi": "1.3.2",
"wagmi": "1.3.10",
"zustand": "^4.1.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1aeb442

Please sign in to comment.