Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/block-sync-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@intmax2-function/shared": "workspace:*",
"axios": "^1.12.2",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@intmax2-function/shared": "workspace:*",
"axios": "^1.12.2",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/deposit-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@intmax2-function/shared": "workspace:*",
"ethers": "^6.15.0",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cache-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@intmax2-function/shared": "workspace:*",
"axios": "^1.12.2",
"semver": "^7.7.2",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-event-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"dependencies": {
"@intmax2-function/shared": "workspace:*",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@intmax2-function/shared": "workspace:*",
"axios": "^1.12.2",
"semver": "^7.7.2",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/messenger-relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@intmax2-function/shared": "workspace:*",
"axios": "^1.12.2",
"ethers": "^6.15.0",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start:withdrawal": "node dist/index.js withdrawal",
Expand Down
2 changes: 1 addition & 1 deletion packages/mint-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"dependencies": {
"@intmax2-function/shared": "workspace:*",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-l1-to-l2-relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@intmax2-function/shared": "workspace:*",
"ethers": "^6.15.0",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-l2-to-l1-relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@intmax2-function/shared": "workspace:*",
"ethers": "^6.15.0",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node-cache": "^5.1.2",
"pino": "^9.11.0",
"pino-pretty": "^13.1.1",
"viem": "^2.37.8",
"viem": "^2.38.4",
"zod": "4.1.11"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/token-map-register/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"dependencies": {
"@intmax2-function/shared": "workspace:*",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-metadata-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@intmax2-function/shared": "workspace:*",
"axios": "^1.12.2",
"coingecko-api-v3": "^0.0.31",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-observer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"dependencies": {
"@intmax2-function/shared": "workspace:*",
"viem": "^2.37.8"
"viem": "^2.38.4"
},
"scripts": {
"start": "node dist/index.js",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ __metadata:
pino-pretty: "npm:^13.1.1"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
zod: "npm:4.1.11"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1401,7 +1401,7 @@ __metadata:
axios: "npm:^1.12.2"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
vitest: "npm:^3.2.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1434,7 +1434,7 @@ __metadata:
axios: "npm:^1.12.2"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
vitest: "npm:^3.2.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1647,7 +1647,7 @@ __metadata:
ethers: "npm:^6.15.0"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
vitest: "npm:^3.2.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2445,7 +2445,7 @@ __metadata:
semver: "npm:^7.7.2"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
languageName: unknown
linkType: soft

Expand All @@ -2456,7 +2456,7 @@ __metadata:
"@intmax2-function/shared": "workspace:*"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
languageName: unknown
linkType: soft

Expand All @@ -2470,7 +2470,7 @@ __metadata:
semver: "npm:^7.7.2"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2805,7 +2805,7 @@ __metadata:
ethers: "npm:^6.15.0"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2933,7 +2933,7 @@ __metadata:
"@intmax2-function/shared": "workspace:*"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
languageName: unknown
linkType: soft

Expand All @@ -2954,7 +2954,7 @@ __metadata:
ethers: "npm:^6.15.0"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
vitest: "npm:^3.2.4"
languageName: unknown
linkType: soft
Expand All @@ -2967,7 +2967,7 @@ __metadata:
ethers: "npm:^6.15.0"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3846,7 +3846,7 @@ __metadata:
"@intmax2-function/shared": "workspace:*"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
languageName: unknown
linkType: soft

Expand All @@ -3859,7 +3859,7 @@ __metadata:
coingecko-api-v3: "npm:^0.0.31"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4025,9 +4025,9 @@ __metadata:
languageName: node
linkType: hard

"viem@npm:^2.37.8":
version: 2.37.8
resolution: "viem@npm:2.37.8"
"viem@npm:^2.38.4":
version: 2.38.4
resolution: "viem@npm:2.38.4"
dependencies:
"@noble/curves": "npm:1.9.1"
"@noble/hashes": "npm:1.8.0"
Expand All @@ -4042,7 +4042,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/01471fba5de0178fa48e2a9b27edeabb8ec7ba056f1a2048352e344f902a17848765ece0fcb57b6ce321b5ef8e09de9072470e6470d1d85cd25195a4c6d89bef
checksum: 10c0/f3b7a5280306174134bfb3f10a873a911b3dc72c403af8bc211213f57462e78f09f851354ad74af87128adb8e00a923a5730d7de7316029c86a79bd60a4e58e9
languageName: node
linkType: hard

Expand Down Expand Up @@ -4179,7 +4179,7 @@ __metadata:
"@intmax2-function/shared": "workspace:*"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.37.8"
viem: "npm:^2.38.4"
languageName: unknown
linkType: soft

Expand Down