Skip to content

Commit

Permalink
Merge pull request #7 from danilo-89/dev
Browse files Browse the repository at this point in the history
wagmi and viem version bump
  • Loading branch information
danilo-89 authored Mar 13, 2024
2 parents f8c5d88 + 84e304d commit 4516d3a
Show file tree
Hide file tree
Showing 3 changed files with 608 additions and 104 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const RPC_PUBLIC = process.env.NEXT_PUBLIC_RPC_PUBLIC as string
const WALLET_CONNECT_PROJECT_ID = process.env
.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID as string

console.log(RPC_PUBLIC)
console.log('Public RPC: ', RPC_PUBLIC)

const preferredChain = defineChain({
...polygonMumbai,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"viem": "^1.3.0",
"wagmi": "^1.3.9"
"viem": "^1.21.0",
"wagmi": "^1.4.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.7",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"vitest": "^0.34.3"
}
}
}
Loading

0 comments on commit 4516d3a

Please sign in to comment.