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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-jazzicon": "^1.0.4",
"swr": "^2.4.2",
"valtio": "^2.3.2",
"viem": "^2.54.0",
"viem": "^2.55.10",
"xrpl": "^5.0.0",
"zod": "^4.4.3"
},
Expand Down
46 changes: 44 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7267,7 +7267,7 @@ __metadata:
type-fest: "npm:^5.7.0"
typescript: "npm:^6.0.3"
valtio: "npm:^2.3.2"
viem: "npm:^2.54.0"
viem: "npm:^2.55.10"
vitest: "npm:^4.1.9"
xrpl: "npm:^5.0.0"
zod: "npm:^4.4.3"
Expand Down Expand Up @@ -8399,6 +8399,27 @@ __metadata:
languageName: node
linkType: hard

"ox@npm:0.14.33":
version: 0.14.33
resolution: "ox@npm:0.14.33"
dependencies:
"@adraffy/ens-normalize": "npm:^1.11.0"
"@noble/ciphers": "npm:^1.3.0"
"@noble/curves": "npm:1.9.1"
"@noble/hashes": "npm:^1.8.0"
"@scure/bip32": "npm:^1.7.0"
"@scure/bip39": "npm:^1.6.0"
abitype: "npm:^1.2.3"
eventemitter3: "npm:5.0.1"
peerDependencies:
typescript: ">=5.4.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/3fae8d41cc9e8d56112d7f6e5cc2e90ba8dc4d3764b01ead34798b8d2436a8009c1ccbe2731ae587e69cd31dba8e7fe9f08c586abc1eadb588a42a174e46d766
languageName: node
linkType: hard

"ox@npm:0.9.3":
version: 0.9.3
resolution: "ox@npm:0.9.3"
Expand Down Expand Up @@ -10054,7 +10075,7 @@ __metadata:
languageName: node
linkType: hard

"viem@npm:^2.53.1, viem@npm:^2.54.0":
"viem@npm:^2.53.1":
version: 2.54.0
resolution: "viem@npm:2.54.0"
dependencies:
Expand All @@ -10075,6 +10096,27 @@ __metadata:
languageName: node
linkType: hard

"viem@npm:^2.55.10":
version: 2.55.10
resolution: "viem@npm:2.55.10"
dependencies:
"@noble/curves": "npm:1.9.1"
"@noble/hashes": "npm:1.8.0"
"@scure/bip32": "npm:1.7.0"
"@scure/bip39": "npm:1.6.0"
abitype: "npm:1.2.3"
isows: "npm:1.0.7"
ox: "npm:0.14.33"
ws: "npm:8.21.0"
peerDependencies:
typescript: ">=5.0.4"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/8d77abf56da107a0fb41b81da82bf4e6f9c54ede8b3bf1bc6508ea324487c643b263adeea11049d10593ee80841c7f5fb876dab5837dafddeb34bfbe0cfd4a8a
languageName: node
linkType: hard

"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
version: 8.0.16
resolution: "vite@npm:8.0.16"
Expand Down
Loading