Skip to content
Merged
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.11.0",
"viem": "^2.34.0"
"viem": "^2.35.1"
},
"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.11.0",
"viem": "^2.34.0"
"viem": "^2.35.1"
},
"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.34.0"
"viem": "^2.35.1"
},
"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.11.0",
"semver": "^7.7.2",
"viem": "^2.34.0"
"viem": "^2.35.1"
},
"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.34.0"
"viem": "^2.35.1"
},
"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.11.0",
"semver": "^7.7.2",
"viem": "^2.34.0"
"viem": "^2.35.1"
},
"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.11.0",
"ethers": "^6.15.0",
"viem": "^2.34.0"
"viem": "^2.35.1"
},
"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.34.0"
"viem": "^2.35.1"
},
"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.34.0"
"viem": "^2.35.1"
},
"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.34.0"
"viem": "^2.35.1"
},
"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 @@ -19,7 +19,7 @@
"node-cache": "^5.1.2",
"pino": "^9.9.0",
"pino-pretty": "^13.1.1",
"viem": "^2.34.0",
"viem": "^2.35.1",
"zod": "4.1.1"
},
"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.34.0"
"viem": "^2.35.1"
},
"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.11.0",
"coingecko-api-v3": "^0.0.31",
"viem": "^2.34.0"
"viem": "^2.35.1"
},
"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.34.0"
"viem": "^2.35.1"
},
"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 @@ -943,7 +943,7 @@ __metadata:
pino-pretty: "npm:^13.1.1"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.34.0"
viem: "npm:^2.35.1"
zod: "npm:4.1.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1976,7 +1976,7 @@ __metadata:
axios: "npm:^1.11.0"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.34.0"
viem: "npm:^2.35.1"
vitest: "npm:^3.2.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2041,7 +2041,7 @@ __metadata:
axios: "npm:^1.11.0"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.34.0"
viem: "npm:^2.35.1"
vitest: "npm:^3.2.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2337,7 +2337,7 @@ __metadata:
ethers: "npm:^6.15.0"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.34.0"
viem: "npm:^2.35.1"
vitest: "npm:^3.2.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3281,7 +3281,7 @@ __metadata:
semver: "npm:^7.7.2"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.34.0"
viem: "npm:^2.35.1"
languageName: unknown
linkType: soft

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

Expand All @@ -3306,7 +3306,7 @@ __metadata:
semver: "npm:^7.7.2"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.34.0"
viem: "npm:^2.35.1"
languageName: unknown
linkType: soft

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

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

Expand All @@ -3856,7 +3856,7 @@ __metadata:
ethers: "npm:^6.15.0"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.34.0"
viem: "npm:^2.35.1"
vitest: "npm:^3.2.4"
languageName: unknown
linkType: soft
Expand All @@ -3869,7 +3869,7 @@ __metadata:
ethers: "npm:^6.15.0"
tsx: "npm:^4.20.5"
typescript: "npm:^5.9.2"
viem: "npm:^2.34.0"
viem: "npm:^2.35.1"
languageName: unknown
linkType: soft

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

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

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

"viem@npm:^2.34.0":
version: 2.34.0
resolution: "viem@npm:2.34.0"
"viem@npm:^2.35.1":
version: 2.35.1
resolution: "viem@npm:2.35.1"
dependencies:
"@noble/curves": "npm:1.9.6"
"@noble/hashes": "npm:1.8.0"
Expand All @@ -5061,7 +5061,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/e2cd2a672d1912db63e8e0a7e95d0ce551e30ba4c4fa1fde042b23cde590eed7144fcdfce88777bfcbb8503c5f45a7b8d439e82853bc2ef746e408bf1394c4a3
checksum: 10c0/56685b41fb740f61af76e4f205bf576942051da8f3d96f44ba06f6926f53f94227042315c09a88ac97024c6b2926f90ab9fd1407bfbdd44b10333d351b8faf63
languageName: node
linkType: hard

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

Expand Down