Skip to content

Commit 2590c17

Browse files
authored
Merge pull request #425 from rabbitholegg/sam/upgrade-viem
chore: upgrade viem to 2.13.1
2 parents ff6a4d0 + 8556345 commit 2590c17

File tree

4 files changed

+25
-76
lines changed

4 files changed

+25
-76
lines changed

.changeset/tender-garlics-appear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@rabbitholegg/questdk": minor
3+
---
4+
5+
upgrade viem to support taiko chain for okutrade plugin

apps/questdk/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
optimismGoerli,
99
polygon,
1010
polygonMumbai,
11-
scrollTestnet,
11+
scrollSepolia,
1212
zkSync,
1313
zora,
1414
} from 'viem/chains'
@@ -35,5 +35,5 @@ export const SUPPORTED_TASK_CHAINS: ChainMap = {
3535
[arbitrumGoerli.id]: arbitrumGoerli,
3636
[zora.id]: zora,
3737
[zkSync.id]: zkSync,
38-
[scrollTestnet.id]: scrollTestnet,
38+
[scrollSepolia.id]: scrollSepolia,
3939
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"axios": "1.7.2",
4545
"react-intl": "6.6.2",
4646
"ts-pattern": "5.0.1",
47-
"viem": "2.9.23",
47+
"viem": "2.13.1",
4848
"zod": "3.21.4"
4949
},
5050
"pnpm": {
5151
"overrides": {
5252
"jsbi@>3.2.5": "3.2.5",
53-
"viem@<2.9.23": "2.9.23"
53+
"viem@<2.13.1": "2.13.1"
5454
}
5555
},
5656
"packageManager": "pnpm@8.15.4"

pnpm-lock.yaml

Lines changed: 16 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)