Skip to content

Commit

Permalink
build: Update viem to version 2.12.5 for LTS support.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb committed May 27, 2024
1 parent 80951ac commit 2731413
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-coats-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mangrovedao/mgv": patch
---

Update viem to lts
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"globby": "^14.0.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.11.1",
"viem": "^2.9.29",
"viem": "^2.12.5",
"vitest": "^1.5.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"peerDependencies": {
"typescript": ">=5.0.4",
"viem": "^2.9.29"
"viem": "^2.12.5"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
3 changes: 2 additions & 1 deletion test/globalSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default async function ({ provide }: GlobalSetupContext) {
const anvil = createAnvil({
port: Number(process.env.MAIN_PORT || 8546),
chainId: foundry.id,
ipc: '/tmp/anvil.ipc',
})
await anvil.start()

Expand Down Expand Up @@ -120,7 +121,7 @@ export default async function ({ provide }: GlobalSetupContext) {
const shutdown = await startProxy({
port: Number(process.env.PROXY_PORT || 8545),
options: {
forkUrl: `http://localhost:${process.env.MAIN_PORT || 8546}`,
forkUrl: '/tmp/anvil.ipc',
},
})

Expand Down

0 comments on commit 2731413

Please sign in to comment.